Subject: Re: apic problem with i386 cpu #2
To: John R. Shannon <john@johnrshannon.com>
From: john heasley <heas@shrubbery.net>
List: current-users
Date: 12/04/2003 13:08:25
Thu, Dec 04, 2003 at 01:20:38PM -0700, John R. Shannon:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I think I can solve you problem for you. At least this works on my dual 
> processor Supermicro:
> 
> Enable 
> 
> options         MPBIOS          # configure CPUs and APICs using MPBIOS
> 
> in addition to 
> 
> options         MPACPI          # configure CPUs and APICs using ACPI
>                                 # (acpi at mainbus must also be enabled)
> options         MPACPI_SCANPCI  # find PCI roots using MPACPI
> 
> Both can be used together.

Thanks, I'll give that a try.  My recollection was that the ACPI would be
tried first and thus expected the result to be the same.