summaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/NEWCARD2
-rw-r--r--sys/i386/conf/OLDCARD2
4 files changed, 4 insertions, 4 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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 208ceae..3e9194c 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/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
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 4fe4c85..a6aba3d 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -146,7 +146,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
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD
index 28b8d53..ae6daf8 100644
--- a/sys/i386/conf/OLDCARD
+++ b/sys/i386/conf/OLDCARD
@@ -145,7 +145,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