- Reenable building of the ACPI module on i386.
- Remove 'device acpi' from i386 GENERIC and revert back to using ACPI as a module by default. Approved by: re (scottl / blanket)
This commit is contained in:
parent
4a211a60e5
commit
8eca42d505
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123136
@ -69,7 +69,6 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
device apic # I/O APIC
|
||||
|
||||
device acpi
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
|
@ -234,6 +234,7 @@ SUBDIR+=3dfx \
|
||||
|
||||
.if ${MACHINE} == "i386"
|
||||
SUBDIR+=aac \
|
||||
acpi \
|
||||
asr \
|
||||
bios \
|
||||
cardbus \
|
||||
|
Loading…
Reference in New Issue
Block a user