From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <38d92dd43dd52b6ab44ac4ee6b0f65b3@quanstro.net> From: erik quanstrom Date: Sat, 23 Feb 2008 23:29:25 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Intel ICH7 AHCI In-Reply-To: <5fefe2e249817316058b64c44b49c64d@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 5f42e2a4-ead3-11e9-9d60-3106f5b1d025 > > > This machine also fails MP. I get mpintrenable() errors for any devices > > > including the keyboard and then i end up on the boot prompt unable > > > to type anything. > > > > > > mpintrenable: out of choices -1 -1 > > > > generally this means that your machine's mp table is broken. you can add > > *nomp=1 > > yep, that works then it's highly likely that your mp table is incorrect. in bios there is often an option for mp specification version or some such. you want to set that to 1.4 if you have it. unfortunately, i suspect this is not your problem. i put a version of mp.c on sources (/n/sources/contrib/quanstro/mp.c) that provides the file #P/mpirq which prints out the mp table irq assignments. if you can figure out how to save this stuff automatically with mp irqs enabled, this should have enough information to say for sure. i feel your pain. i have a new motherboard with some bad entries in the mp table, too. - erik