From: Nuno Silva <nuno.silva@vgertech.com>
To: Ian Pratt <Ian.Pratt@cl.cam.ac.uk>
Cc: sven.kretzschmar@gmx.de, xen-devel@lists.sourceforge.net,
Keir.Fraser@cl.cam.ac.uk
Subject: Re: Re: Partial workaround for probs with 3ware Controller
Date: Sat, 14 Aug 2004 02:45:18 +0100 [thread overview]
Message-ID: <411D6EAE.6070104@vgertech.com> (raw)
In-Reply-To: <E1BvmOm-0007ZS-00@mta1.cl.cam.ac.uk>
Ian Pratt wrote:
>>Can xen hackers confirm if the acpi code is up-to-date?
>
> The current acpi/apic code is around 2.4.22 vintage, which is
> after most of the nasty bios table parsing problems.
>
> It probably wouldn't hurt to freshen it, though.
>
> Any volunteers?
Not me. I can't (won't) ruin a good project like xen :-)
(ehehehehe)
Anyway, maybe if all the cpus are detected the current code will work
(an upgrade is still the better way...).
Just edit xeno-unstable.bk/xen/include/asm-x86/config.h and change:
"#define NR_CPUS 16" to
"#define NR_CPUS 160".
This will waste some memory for some structs but it shouldn't hurt, YMMV.
Doing a diff from mpparse.c in xen and 2.6 demonstrates that the method
to find if the processor is invalid or not has changed:
@@ -987,7 +836,7 @@
struct mpc_config_processor processor;
int boot_cpu = 0;
- if (id >= MAX_APICS) {
+ if (MAX_APICS - id <= 0) {
printk(KERN_WARNING "Processor #%d invalid (max %d)\n",
id, MAX_APICS);
return;
Also, 2.6 acpi code works better in some boxen. Maybe because it's more
bleeding edge?
Regards,
Nuno Silva
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
next prev parent reply other threads:[~2004-08-14 1:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1BvfNr-00022t-00@mta1.cl.cam.ac.uk>
[not found] ` <200408140000240913.026CB9F1@mail.gmx.de>
2004-08-13 22:01 ` Partial workaround for probs with 3ware Controller Sven Kretzschmar
2004-08-13 23:51 ` Nuno Silva
2004-08-14 0:27 ` Ian Pratt
2004-08-14 1:45 ` Nuno Silva [this message]
2004-08-14 8:38 ` Keir Fraser
2004-08-14 15:42 ` Keir Fraser
2004-08-14 17:53 ` Keir Fraser
2004-08-14 18:51 ` Sven Kretzschmar
2004-08-15 8:44 ` Keir Fraser
2004-08-15 20:33 ` Sven Kretzschmar
2004-08-16 8:21 ` [FIXED] " Keir Fraser
2004-08-16 18:08 ` Sven Kretzschmar
2004-08-24 3:33 ` Nuno Silva
2004-08-24 7:52 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=411D6EAE.6070104@vgertech.com \
--to=nuno.silva@vgertech.com \
--cc=Ian.Pratt@cl.cam.ac.uk \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=sven.kretzschmar@gmx.de \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.