diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-29 16:18:05 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-29 16:18:05 +0000 |
commit | e2090c734e8c47e742237e5906e67d3d85a1fb67 (patch) | |
tree | f603de9d25a4698bf7033897620e32116f078b57 /sys/arch/i386/conf | |
parent | f138b9fc75025cb0dfff95fa66194425886a8def (diff) |
stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option.
kind of ok deraadt
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 7f66abe339d..9ed61c59ec9 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISK,v 1.175 2011/06/26 23:19:10 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.176 2011/06/29 16:18:04 tedu Exp $ machine i386 # architecture, used by config; REQUIRED option SCSITERSE -option APM_NOPRINT option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 623d23e1444..3112f2c7c55 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISKB,v 1.118 2011/06/26 23:19:10 tedu Exp $ +# $OpenBSD: RAMDISKB,v 1.119 2011/06/29 16:18:04 tedu Exp $ machine i386 # architecture, used by config; REQUIRED option SCSITERSE -option APM_NOPRINT option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 3bcda19b9cd..097889f4a0c 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISKC,v 1.99 2011/06/26 23:19:10 tedu Exp $ +# $OpenBSD: RAMDISKC,v 1.100 2011/06/29 16:18:04 tedu Exp $ machine i386 # architecture, used by config; REQUIRED option SCSITERSE -option APM_NOPRINT option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index f3f8a9116de..834876e82e9 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISK_CD,v 1.188 2011/06/26 23:19:10 tedu Exp $ +# $OpenBSD: RAMDISK_CD,v 1.189 2011/06/29 16:18:04 tedu Exp $ machine i386 # architecture, used by config; REQUIRED option SCSITERSE -option APM_NOPRINT option SMALL_KERNEL option NO_PROPOLICE |