diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-03 22:44:09 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-03 22:44:09 +0000 |
commit | 7592e4e21aba4280b85a38ae2196b0973ca67dbf (patch) | |
tree | ec177ccb036ddeeb639529a83abc41612e98b92a /sys/modules | |
parent | da7c66355beba4150683e5aecb471f329fc5fef2 (diff) | |
download | FreeBSD-src-7592e4e21aba4280b85a38ae2196b0973ca67dbf.zip FreeBSD-src-7592e4e21aba4280b85a38ae2196b0973ca67dbf.tar.gz |
Temporarily disable the acpi(4) module on i386 until issues revolving
SMP probing and the MADT table can be sorted out. For now, if you want
ACPI, you must compile it into your kernel statically using 'device acpi'.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index f2762d2..c1690a6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -233,7 +233,6 @@ SUBDIR+=3dfx \ .if ${MACHINE} == "i386" SUBDIR+=aac \ - acpi \ asr \ bios \ cardbus \ |