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 Fix comments:



details:   https://anonhg.NetBSD.org/src/rev/0a9bb6c85207
branches:  trunk
changeset: 580966:0a9bb6c85207
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Tue May 17 17:20:41 2005 +0000

description:
Fix comments:
Comments in kernel config files start with #, and are not enclosed in /* */
Noted by Patrick Welche <prlw1%newn.cam.ac.uk@localhost> on current-users@

diffstat:

 sys/arch/i386/conf/GENERIC        |  8 ++++----
 sys/arch/i386/conf/GENERIC.MPACPI |  8 ++++----
 sys/arch/i386/conf/GENERIC_LAPTOP |  8 ++++----
 sys/arch/i386/conf/GENERIC_TINY   |  6 +++---
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (107 lines):

diff -r 2330143e172d -r 0a9bb6c85207 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue May 17 15:14:47 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue May 17 17:20:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.672 2005/05/06 04:42:24 elad Exp $
+# $NetBSD: GENERIC,v 1.673 2005/05/17 17:20:41 hubertf Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.672 $"
+#ident                 "GENERIC-$Revision: 1.673 $"
 
 maxusers       32              # estimated number of users
 
@@ -269,8 +269,8 @@
 # don't attach pckbd as the console if no PS/2 keyboard is found
 options        PCKBD_CNATTACH_MAY_FAIL
 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
-#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" /* for pckbd driver */
-#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  /* for ukbd driver */
+#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
+#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver 
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=4
 # use a large software cursor that doesn't blink
diff -r 2330143e172d -r 0a9bb6c85207 sys/arch/i386/conf/GENERIC.MPACPI
--- a/sys/arch/i386/conf/GENERIC.MPACPI Tue May 17 15:14:47 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC.MPACPI Tue May 17 17:20:41 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC.MPACPI,v 1.26 2005/04/29 16:58:39 augustss Exp $
+#      $NetBSD: GENERIC.MPACPI,v 1.27 2005/05/17 17:20:41 hubertf Exp $
 #
 #      GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
 #
@@ -8,7 +8,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.26 $"
+#ident                 "GENERIC-$Revision: 1.27 $"
 
 maxusers       32              # estimated number of users
 
@@ -228,8 +228,8 @@
 options        WSDISPLAY_COMPAT_USL            # VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
-#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" /* for pckbd driver */
-#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  /* for ukbd driver */
+#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
+#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=4
 # use a large software cursor that doesn't blink
diff -r 2330143e172d -r 0a9bb6c85207 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue May 17 15:14:47 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue May 17 17:20:41 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.139 2005/04/29 16:58:39 augustss Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.140 2005/05/17 17:20:41 hubertf Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.139 $"
+#ident                 "GENERIC-$Revision: 1.140 $"
 
 maxusers       32              # estimated number of users
 
@@ -213,8 +213,8 @@
 options        WSDISPLAY_COMPAT_USL            # VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
-#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" /* for pckbd driver */
-#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  /* for ukbd driver */
+#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
+#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=4
 # use a large software cursor that doesn't blink
diff -r 2330143e172d -r 0a9bb6c85207 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Tue May 17 15:14:47 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Tue May 17 17:20:41 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.83 2005/04/29 16:58:39 augustss Exp $
+#      $NetBSD: GENERIC_TINY,v 1.84 2005/05/17 17:20:41 hubertf Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, or SCSI.
@@ -193,8 +193,8 @@
 options        WSDISPLAY_COMPAT_USL            # VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
-#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" /* for pckbd driver */
-#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  /* for ukbd driver */
+#options       PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver
+#options       UKBD_LAYOUT="(KB_DE | KB_NODEAD)"  # for ukbd driver
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=4
 # use a large software cursor that doesn't blink



Home | Main Index | Thread Index | Old Index