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 Another options<TAB> -> options<SP><TAB>, ...



details:   https://anonhg.NetBSD.org/src/rev/06b92a95bba3
branches:  trunk
changeset: 526106:06b92a95bba3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 25 15:22:44 2002 +0000

description:
Another options<TAB> -> options<SP><TAB>, noted by Patrick Welche.

diffstat:

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

diffs (27 lines):

diff -r 9f09e4f523a7 -r 06b92a95bba3 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Apr 25 15:21:59 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Apr 25 15:22:44 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.489 2002/04/25 15:06:28 atatat Exp $
+# $NetBSD: GENERIC,v 1.490 2002/04/25 15:22:44 wiz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.489 $"
+#ident                 "GENERIC-$Revision: 1.490 $"
 
 maxusers       32              # estimated number of users
 
@@ -341,7 +341,7 @@
 pckbc0         at isa?                 # pc keyboard controller
 pckbd*         at pckbc?               # PC keyboard
 pms*           at pckbc?               # PS/2 mouse for wsmouse
-#options       PMS_DISABLE_POWERHOOK
+#options       PMS_DISABLE_POWERHOOK
 vga0           at isa?
 vga*           at pci? dev ? function ?
 pcdisplay0     at isa?                 # CGA, MDA, EGA, HGA



Home | Main Index | Thread Index | Old Index