summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1999-12-02 03:13:11 +0000
committerjlemon <jlemon@FreeBSD.org>1999-12-02 03:13:11 +0000
commit8824ec0de59e23f6f51ea3e13cb7a7adb3e289b5 (patch)
tree2341fbd3c81f765711323c5a0e5f921eb8ceb229 /sys/i386/conf
parent35dcdd84993997a7fbd03842c8aa1cfe546fc29f (diff)
downloadFreeBSD-src-8824ec0de59e23f6f51ea3e13cb7a7adb3e289b5.zip
FreeBSD-src-8824ec0de59e23f6f51ea3e13cb7a7adb3e289b5.tar.gz
Remove code to select APM version with flags to the apm0 device. This
code has been disabled for the last 4 months. Prodded into action by: n_hibma
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/LINT2
-rw-r--r--sys/i386/conf/NOTES2
3 files changed, 1 insertions, 5 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 950a471..ccb9bfd 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -152,7 +152,7 @@ device sc0 at isa?
device npx0 at nexus? port IO_NPX irq 13
# Power management support (see LINT for more options)
-device apm0 at nexus? disable flags 0x31 # Advanced Power Management
+device apm0 at nexus? disable flags 0x20 # Advanced Power Management
# PCCARD (PCMCIA) support
#controller card0
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 7ddb8b8..b9a8599 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1460,8 +1460,6 @@ device pca0 at isa? port IO_TIMER1
# Notes on APM
# The flags takes the following meaning for apm0:
# 0x0020 Statclock is broken.
-# 0x0011 Limit APM protocol to 1.1 or 1.0
-# 0x0010 Limit APM protocol to 1.0
# If apm is omitted, some systems require sysctl -w kern.timecounter.method=1
# for correct timekeeping.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7ddb8b8..b9a8599 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1460,8 +1460,6 @@ device pca0 at isa? port IO_TIMER1
# Notes on APM
# The flags takes the following meaning for apm0:
# 0x0020 Statclock is broken.
-# 0x0011 Limit APM protocol to 1.1 or 1.0
-# 0x0010 Limit APM protocol to 1.0
# If apm is omitted, some systems require sysctl -w kern.timecounter.method=1
# for correct timekeeping.
OpenPOWER on IntegriCloud