Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Adjust the WSDISPLAY_COMPAT_USL comment to mention ...
details: https://anonhg.NetBSD.org/src/rev/4f7156e6a507
branches: trunk
changeset: 779607:4f7156e6a507
user: abs <abs%NetBSD.org@localhost>
date: Tue Jun 05 08:44:07 2012 +0000
description:
Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/amd64/conf/XEN3_DOM0 | 4 ++--
sys/arch/atari/conf/MILAN.in | 4 ++--
sys/arch/bebox/conf/GENERIC | 6 +++---
sys/arch/bebox/conf/INSTALL | 4 ++--
sys/arch/cats/conf/GENERIC | 4 ++--
sys/arch/cats/conf/INSTALL | 4 ++--
sys/arch/evbarm/conf/ARMADILLO9 | 4 ++--
sys/arch/evbarm/conf/BEAGLEBOARD | 4 ++--
sys/arch/evbarm/conf/HPT5325 | 4 ++--
sys/arch/evbarm/conf/MMNET_GENERIC | 6 +++---
sys/arch/evbarm/conf/MPCSA_GENERIC | 6 +++---
sys/arch/evbarm/conf/NETWALKER | 4 ++--
sys/arch/evbarm/conf/TS7200 | 4 ++--
sys/arch/evbppc/conf/EXPLORA451 | 4 ++--
sys/arch/evbppc/conf/VIRTEX_DFC | 4 ++--
sys/arch/evbppc/conf/VIRTEX_GSRD1 | 4 ++--
sys/arch/evbppc/conf/VIRTEX_GSRD2 | 4 ++--
sys/arch/hp700/conf/GENERIC | 6 +++---
sys/arch/hpcmips/conf/GENERIC | 6 +++---
sys/arch/hpcmips/conf/MPC303 | 6 +++---
sys/arch/hpcmips/conf/TX3912 | 4 ++--
sys/arch/hpcmips/conf/TX3922 | 4 ++--
sys/arch/hpcmips/conf/VR41XX | 6 +++---
sys/arch/hpcsh/conf/GENERIC | 4 ++--
sys/arch/i386/conf/ALL | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC_TINY | 4 ++--
sys/arch/i386/conf/INSTALL_FLOPPY | 4 ++--
sys/arch/i386/conf/INSTALL_TINY | 4 ++--
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
sys/arch/netwinder/conf/GENERIC | 4 ++--
sys/arch/next68k/conf/GENERIC | 6 +++---
sys/arch/next68k/conf/SLAB | 4 ++--
sys/arch/prep/conf/GENERIC | 6 +++---
sys/arch/shark/conf/GENERIC | 6 +++---
sys/arch/shark/conf/INSTALL | 4 ++--
sys/arch/sparc/conf/KRUPS | 6 +++---
sys/arch/sparc/conf/TADPOLE3GX | 4 ++--
sys/arch/sparc64/conf/GENERIC | 6 +++---
sys/arch/zaurus/conf/GENERIC | 4 ++--
41 files changed, 97 insertions(+), 97 deletions(-)
diffs (truncated from 882 to 300 lines):
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.355 2012/05/30 14:30:34 nonaka Exp $
+# $NetBSD: GENERIC,v 1.356 2012/06/05 08:44:07 abs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.355 $"
+#ident "GENERIC-$Revision: 1.356 $"
maxusers 64 # estimated number of users
@@ -231,7 +231,7 @@
# compatibility to other console drivers
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# don't attach pckbd as the console if no PS/2 keyboard is found
options PCKBD_CNATTACH_MAY_FAIL
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.83 2012/04/19 17:50:50 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.84 2012/06/05 08:44:07 abs Exp $
include "arch/amd64/conf/std.xen"
@@ -172,7 +172,7 @@
# compatibility to other console drivers
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/atari/conf/MILAN.in Tue Jun 05 08:44:07 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $
+# $NetBSD: MILAN.in,v 1.26 2012/06/05 08:44:07 abs Exp $
#
# Milan
#
@@ -23,7 +23,7 @@
options WS_KERNEL_BG=WSCOL_BLACK
# compatibility to other console drivers
-#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/bebox/conf/GENERIC Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.130 2012/03/10 21:51:50 joerg Exp $
+# $NetBSD: GENERIC,v 1.131 2012/06/05 08:44:07 abs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.130 $"
+#ident "GENERIC-$Revision: 1.131 $"
maxusers 32
@@ -158,7 +158,7 @@
options WSEMUL_VT100 # VT100 / VT220 emulation
options WS_DEFAULT_FG=WSCOL_LIGHT_WHITE
# compatibility to other console drivers
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
config netbsd root on ? type ?
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/bebox/conf/INSTALL
--- a/sys/arch/bebox/conf/INSTALL Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/bebox/conf/INSTALL Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.53 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: INSTALL,v 1.54 2012/06/05 08:44:07 abs Exp $
#
# First try for BeBox config file
#
@@ -85,7 +85,7 @@
options WSEMUL_VT100 # VT100 / VT220 emulation
options WS_DEFAULT_FG=WSCOL_LIGHT_WHITE
# compatibility to other console drivers
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
config netbsd root on ? type ffs
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/cats/conf/GENERIC Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.139 2012/03/10 21:51:50 joerg Exp $
+# $NetBSD: GENERIC,v 1.140 2012/06/05 08:44:08 abs Exp $
#
# GENERIC machine description file
#
@@ -181,7 +181,7 @@
options WS_KERNEL_FG=WSCOL_GREEN
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/wscons/wskbdmap_mfii.h for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/cats/conf/INSTALL Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.81 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: INSTALL,v 1.82 2012/06/05 08:44:08 abs Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -132,7 +132,7 @@
options WS_KERNEL_FG=WSCOL_GREEN
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/wscons/wskbdmap_mfii.h for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/ARMADILLO9
--- a/sys/arch/evbarm/conf/ARMADILLO9 Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/ARMADILLO9 Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO9,v 1.34 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: ARMADILLO9,v 1.35 2012/06/05 08:44:08 abs Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@@ -317,7 +317,7 @@
# compatibility to other console drivers
#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD Tue Jun 05 08:44:07 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARD,v 1.26 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: BEAGLEBOARD,v 1.27 2012/06/05 08:44:09 abs Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -248,7 +248,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 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325 Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/HPT5325 Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPT5325,v 1.1 2012/03/31 02:41:05 tsutsui Exp $
+# $NetBSD: HPT5325,v 1.2 2012/06/05 08:44:09 abs Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@@ -274,7 +274,7 @@
wsdisplay* at udl?
options WSEMUL_VT100 # VT100 / VT220 emulation
-options WSDISPLAY_COMPAT_USL # VT handling
+options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
# USB Printer
ulpt* at uhub? port ? configuration ? interface ?
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.5 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: MMNET_GENERIC,v 1.6 2012/06/05 08:44:09 abs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
maxusers 32 # estimated number of users
@@ -220,7 +220,7 @@
# compatibility to other console drivers
#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
#options WSKBD_EVENT_AUTOREPEAT # auto repeat in event mode
#options WSKBD_USONLY # strip off non-US keymaps
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.28 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.29 2012/06/05 08:44:09 abs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.28 $"
+#ident "GENERIC-$Revision: 1.29 $"
maxusers 32 # estimated number of users
@@ -218,7 +218,7 @@
# compatibility to other console drivers
#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
#options WSKBD_EVENT_AUTOREPEAT # auto repeat in event mode
#options WSKBD_USONLY # strip off non-US keymaps
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/NETWALKER
--- a/sys/arch/evbarm/conf/NETWALKER Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/NETWALKER Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NETWALKER,v 1.12 2012/04/19 09:53:53 bsh Exp $
+# $NetBSD: NETWALKER,v 1.13 2012/06/05 08:44:10 abs Exp $
#
# NETWALKER -- http://www.sharp.co.jp/netwalker/
#
@@ -271,7 +271,7 @@
options WS_KERNEL_FG=WSCOL_GREEN
options WS_KERNEL_BG=WSCOL_BLACK
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
-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
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbarm/conf/TS7200
--- a/sys/arch/evbarm/conf/TS7200 Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbarm/conf/TS7200 Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TS7200,v 1.48 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: TS7200,v 1.49 2012/06/05 08:44:10 abs Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@@ -480,7 +480,7 @@
# compatibility to other console drivers
#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
-#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
diff -r 290d3b29b021 -r 4f7156e6a507 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451 Tue Jun 05 08:41:36 2012 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451 Tue Jun 05 08:44:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: EXPLORA451,v 1.47 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: EXPLORA451,v 1.48 2012/06/05 08:44:10 abs Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -136,7 +136,7 @@
Home |
Main Index |
Thread Index |
Old Index