aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf
diff options
context:
space:
mode:
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 950a47118262..ccb9bfdd44b0 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 7ddb8b8d6db3..b9a859913379 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 7ddb8b8d6db3..b9a859913379 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.