summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-07-08 11:56:44 +0000
committermarkm <markm@FreeBSD.org>2002-07-08 11:56:44 +0000
commit69b32346a7d1b6aa3dccbe8f8a21e8b17023db39 (patch)
treee5b7b2f974a1e48fc01ec34baee10e378fac68ed /sys/amd64/conf
parent799302929ce9a3f509f26edca1552ad215bc2792 (diff)
downloadFreeBSD-src-69b32346a7d1b6aa3dccbe8f8a21e8b17023db39.zip
FreeBSD-src-69b32346a7d1b6aa3dccbe8f8a21e8b17023db39.tar.gz
Comment out apm; ACPI is the modern replacement, and folks who really
need it can uncomment it. This may buy us some kernel space. Discussed with: imp & msmith (quite a while ago)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 208ceae..3e9194c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -144,7 +144,7 @@ device sc 1
device npx
# Power management support (see NOTES for more options)
-device apm
+#device apm
# Add suspend/resume support for the i8254.
device pmtimer
OpenPOWER on IntegriCloud