aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-12-03 21:13:06 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-12-03 21:13:06 +0000
commit8eca42d5054ff4159be7791bd7b984e1a5e94699 (patch)
treeeb0c72316e723d80195519dfdf04003bbb9d3f7b /sys
parent4a211a60e59ae15fcf831464819afef67d7f514f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/modules/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6c9a2b306811..2a62bb834b72 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index d0b7cbc9fcc1..7f9b0c00b87d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -234,6 +234,7 @@ SUBDIR+=3dfx \
.if ${MACHINE} == "i386"
SUBDIR+=aac \
+ acpi \
asr \
bios \
cardbus \