Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Ensure all WSDISPLAY_COMPAT_USL entries have same c...



details:   https://anonhg.NetBSD.org/src/rev/6895be12728c
branches:  trunk
changeset: 781084:6895be12728c
user:      abs <abs%NetBSD.org@localhost>
date:      Fri Aug 17 19:43:24 2012 +0000

description:
Ensure all WSDISPLAY_COMPAT_USL entries have same comment

diffstat:

 sys/arch/acorn32/conf/GENERIC         |  6 +++---
 sys/arch/evbarm/conf/RPI              |  4 ++--
 sys/arch/hpcarm/conf/JORNADA720       |  6 +++---
 sys/arch/hpcarm/conf/JORNADA820       |  6 +++---
 sys/arch/hpcarm/conf/NETBOOKPRO       |  6 +++---
 sys/arch/hpcarm/conf/WZERO3           |  6 +++---
 sys/arch/sparc/conf/GENERIC           |  6 +++---
 sys/arch/usermode/conf/GENERIC.common |  6 +++---
 sys/arch/zaurus/conf/INSTALL          |  4 ++--
 9 files changed, 25 insertions(+), 25 deletions(-)

diffs (223 lines):

diff -r 6994a9920fdb -r 6895be12728c sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.102 2012/03/10 21:51:48 joerg Exp $
+#      $NetBSD: GENERIC,v 1.103 2012/08/17 19:43:24 abs Exp $
 #
 #      GENERIC --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.102 $"
+#ident         "GENERIC-$Revision: 1.103 $"
 
 # estimated number of users
 maxusers       32
@@ -201,7 +201,7 @@
 options         WS_KERNEL_FG=WSCOL_GREEN
 
 #options       WSDISPLAY_COMPAT_RAWKBD
-options                WSDISPLAY_COMPAT_USL
+options                WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 options                WSDISPLAY_SCROLLSUPPORT
 
 vidcvideo0     at vidc?                # wscons driver for VIDC
diff -r 6994a9920fdb -r 6895be12728c sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/evbarm/conf/RPI  Fri Aug 17 19:43:24 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.2 2012/08/16 23:45:58 jakllsch Exp $
+#      $NetBSD: RPI,v 1.3 2012/08/17 19:43:24 abs Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -198,7 +198,7 @@
 options        WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
 options                WS_KERNEL_FG=WSCOL_GREEN
 options                WS_KERNEL_BG=WSCOL_LIGHT_WHITE
-options        WSDISPLAY_COMPAT_USL            # VT handling
+options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        WSDISPLAY_DEFAULTSCREENS=4
 options                FONT_QVSS8x15
diff -r 6994a9920fdb -r 6895be12728c sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720   Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720   Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: JORNADA720,v 1.86 2012/03/10 21:51:52 joerg Exp $
+#      $NetBSD: JORNADA720,v 1.87 2012/08/17 19:43:25 abs Exp $
 #
 #      JORNADA -- Windows-CE based jornada 720
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.86 $"
+#ident                 "GENERIC-$Revision: 1.87 $"
 
 # estimated number of users
 maxusers       32
@@ -261,7 +261,7 @@
 options        WSDISPLAY_DEFAULTSCREENS=2
 options        FONT_VT220L8x10
 # The X server requires theses two options
-options         WSDISPLAY_COMPAT_USL
+options         WSDISPLAY_COMPAT_USL           # wsconscfg VT handling
 options         WSDISPLAY_COMPAT_RAWKBD
 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
 options        WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
diff -r 6994a9920fdb -r 6895be12728c sys/arch/hpcarm/conf/JORNADA820
--- a/sys/arch/hpcarm/conf/JORNADA820   Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA820   Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: JORNADA820,v 1.26 2012/03/10 21:51:52 joerg Exp $
+#      $NetBSD: JORNADA820,v 1.27 2012/08/17 19:43:25 abs Exp $
 #
 #      JORNADA -- Windows-CE based jornada 820
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.26 $"
+#ident                 "GENERIC-$Revision: 1.27 $"
 
 # estimated number of users
 maxusers       32
@@ -222,7 +222,7 @@
 #options       J720KBD_LAYOUT=KB_FR
 #options       FONT_VT220L8x10
 # The X server requires theses two options
-#options         WSDISPLAY_COMPAT_USL
+#options         WSDISPLAY_COMPAT_USL          # wsconscfg VT handling
 #options         WSDISPLAY_COMPAT_RAWKBD
 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
 #options       WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
diff -r 6994a9920fdb -r 6895be12728c sys/arch/hpcarm/conf/NETBOOKPRO
--- a/sys/arch/hpcarm/conf/NETBOOKPRO   Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/hpcarm/conf/NETBOOKPRO   Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NETBOOKPRO,v 1.5 2012/03/31 14:02:54 nonaka Exp $
+#      $NetBSD: NETBOOKPRO,v 1.6 2012/08/17 19:43:25 abs Exp $
 #
 #      NETBOOKPRO -- Psion Teklogix NETBOOK PRO
 #
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.5 $"
+#ident                 "GENERIC-$Revision: 1.6 $"
 
 # estimated number of users
 maxusers       32
@@ -125,7 +125,7 @@
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=2
 # The X server requires theses two options
-options        WSDISPLAY_COMPAT_USL
+options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 options        WSDISPLAY_COMPAT_RAWKBD
 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
 #options       WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
diff -r 6994a9920fdb -r 6895be12728c sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3       Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3       Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WZERO3,v 1.25 2012/03/31 14:02:54 nonaka Exp $
+#      $NetBSD: WZERO3,v 1.26 2012/08/17 19:43:25 abs Exp $
 #
 #      WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.25 $"
+#ident                 "GENERIC-$Revision: 1.26 $"
 
 # estimated number of users
 maxusers       32
@@ -125,7 +125,7 @@
 # allocate a number of virtual screens at autoconfiguration time
 #options       WSDISPLAY_DEFAULTSCREENS=2
 # The X server requires theses two options
-options        WSDISPLAY_COMPAT_USL
+options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 options        WSDISPLAY_COMPAT_RAWKBD
 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
 #options       WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
diff -r 6994a9920fdb -r 6895be12728c sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.233 2012/06/26 02:04:55 macallan Exp $
+# $NetBSD: GENERIC,v 1.234 2012/08/17 19:43:25 abs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.233 $"
+#ident                 "GENERIC-$Revision: 1.234 $"
 
 maxusers       32
 
@@ -61,7 +61,7 @@
 options        WS_KERNEL_BG=WSCOL_LIGHT_WHITE
 options        WSDISPLAY_COMPAT_PCVT
 options        WSDISPLAY_COMPAT_SYSCONS
-options        WSDISPLAY_COMPAT_USL
+options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 
 options        WSDISPLAY_SCROLLSUPPORT
 
diff -r 6994a9920fdb -r 6895be12728c sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Fri Aug 17 19:43:24 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.17 2012/01/23 12:08:31 reinoud Exp $
+# $NetBSD: GENERIC.common,v 1.18 2012/08/17 19:43:25 abs Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.17 $"
+#ident                 "GENERIC-$Revision: 1.18 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -71,7 +71,7 @@
 options        WS_KERNEL_FG=WSCOL_GREEN
 options        WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
 options        WSKBD_DEFAULT_KEYREPEAT_DELN=200
-options        WSDISPLAY_COMPAT_USL
+options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 
 pseudo-device  loop
 pseudo-device  pty
diff -r 6994a9920fdb -r 6895be12728c sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Fri Aug 17 18:20:19 2012 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Fri Aug 17 19:43:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.15 2012/04/07 09:10:47 nonaka Exp $
+# $NetBSD: INSTALL,v 1.16 2012/08/17 19:43:26 abs Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -51,7 +51,7 @@
 options                PIPE_SOCKETPAIR
 
 no options             WSDISPLAY_COMPAT_PCVT
-no options             WSDISPLAY_COMPAT_USL
+no options             WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 no options             WSDISPLAY_COMPAT_RAWKBD
 options                RASOPS_SMALL
 



Home | Main Index | Thread Index | Old Index