From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <58ab2648f67247512f8b852ad47902ae@quanstro.net> From: erik quanstrom Date: Mon, 25 Feb 2008 22:34:14 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan9 on Intel Pentiul D Dualcore (D94RPLrn) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 618b48b2-ead3-11e9-9d60-3106f5b1d025 if i'm reading the output you've sent correctly, linux is getting the interrupt mappings from ACPI not the MP table. and your mp table is broken. i don't know very much about linux irq handling or acpi irq tables, but it's likely that your mb manufacturer didn't think a full mp table was worth his time. so, i guess this is the menu of options in increasing amount of effort and accomplishment: 1. *nomp=1 2. bios update. 3. figure out what the mp table should be from the acpi tables and forge an mp table for archmp's benefit. 4. teach plan 9 to parse the acpi irq tables. cheer up! the acpi documentation is less than two feet thick. - erik