- Enable SMP and 'device apic' by default.

- Compile 'device acpi' into GENERIC by default as well.  Note that
  the beastie loader menu item to disable ACPI still works if ACPI is
  compiled into the kernel.
This commit is contained in:
John Baldwin 2003-11-03 22:48:25 +00:00
parent bdb1bd342d
commit 4443619c83

View File

@ -66,9 +66,10 @@ options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
#options APIC_IO # Symmetric (APIC) I/O
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
device acpi
device isa
device eisa
device pci