Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Change comment: APM_POWER_PRINT _does_ pr...



details:   https://anonhg.NetBSD.org/src/rev/c777c3bd2a7b
branches:  trunk
changeset: 487995:c777c3bd2a7b
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Jun 16 10:31:03 2000 +0000

description:
Change comment: APM_POWER_PRINT _does_ print stats on the console.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 029ce5adae27 -r c777c3bd2a7b sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Jun 16 08:13:50 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Jun 16 10:31:03 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.353 2000/06/14 22:02:27 veego Exp $
+#      $NetBSD: GENERIC,v 1.354 2000/06/16 10:31:03 hubertf Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.353 $"
+#ident                 "GENERIC-$Revision: 1.354 $"
 
 maxusers       32              # estimated number of users
 
@@ -186,7 +186,7 @@
 #options       APM_NO_IDLE             # Don't call BIOS CPU idle function
 #options       APM_V10_ONLY            # Use only the APM 1.0 calls
 #options       APM_NO_POWEROFF         # Don't power off on halt(8)
-#options       APM_POWER_PRINT         # Don't print stats on the console
+#options       APM_POWER_PRINT         # Print stats on the console
 #options       APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
 
 



Home | Main Index | Thread Index | Old Index