From 7592e4e21aba4280b85a38ae2196b0973ca67dbf Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 3 Nov 2003 22:44:09 +0000 Subject: 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'. --- sys/modules/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules') 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 \ -- cgit v1.1