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.
This commit is contained in:
parent
37d94841fa
commit
8f45a59205
@ -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 @@ include "arch/amd64/conf/std.amd64"
|
||||
|
||||
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 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
# 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
|
||||
|
@ -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 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
# 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)"
|
||||
|
@ -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_FG=WSCOL_WHITE
|
||||
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
|
||||
|
@ -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 @@ include "arch/bebox/conf/std.bebox"
|
||||
|
||||
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 SCSIVERBOSE # human readable SCSI error messages
|
||||
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 ?
|
||||
|
@ -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 NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
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
|
||||
|
@ -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 WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
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)"
|
||||
|
@ -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 WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
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)"
|
||||
|
@ -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 @@ options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
# 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)"
|
||||
|
@ -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_FG=WSCOL_BLACK
|
||||
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
|
||||
|
@ -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 @@ udl* at uhub? port ? # DisplayLink DL-1x0/1x5
|
||||
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 ?
|
||||
|
@ -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 @@ include "arch/evbarm/conf/std.mmnet"
|
||||
|
||||
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 @@ options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
# 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
|
||||
|
@ -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 @@ include "arch/evbarm/conf/std.mpcsa"
|
||||
|
||||
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 @@ options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
|
||||
# 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
|
||||
|
@ -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_DEFAULT_BG=WSCOL_BLACK
|
||||
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
|
||||
|
||||
|
@ -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 @@ pseudo-device ksyms # /dev/ksyms
|
||||
# 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)"
|
||||
|
@ -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 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
# 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)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VIRTEX_DFC,v 1.16 2011/12/18 05:49:27 dholland Exp $
|
||||
# $NetBSD: VIRTEX_DFC,v 1.17 2012/06/05 08:44:10 abs Exp $
|
||||
#
|
||||
# VIRTEX_DFC
|
||||
#
|
||||
@ -141,7 +141,7 @@ options IPFILTER_COMPAT # Compat for IP-Filter
|
||||
options WSEMUL_VT100
|
||||
options WSEMUL_DEFAULT_FG=WSCOL_BLACK
|
||||
options WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE
|
||||
options WSDISPLAY_COMPAT_USL # VT handling
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
#options WSDISPLAY_COMPAT_RAWKBD
|
||||
#options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options FONT_VT220L8x16
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VIRTEX_GSRD1,v 1.14 2011/12/18 05:49:27 dholland Exp $
|
||||
# $NetBSD: VIRTEX_GSRD1,v 1.15 2012/06/05 08:44:10 abs Exp $
|
||||
#
|
||||
# VIRTEX_GSRD1
|
||||
#
|
||||
@ -132,7 +132,7 @@ options IPFILTER_LOG # ipmon(8) log support
|
||||
options WSEMUL_VT100
|
||||
options WSEMUL_DEFAULT_FG=WSCOL_BLACK
|
||||
options WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE
|
||||
options WSDISPLAY_COMPAT_USL # VT handling
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
#options WSDISPLAY_COMPAT_RAWKBD
|
||||
#options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options FONT_VT220L8x16
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VIRTEX_GSRD2,v 1.15 2011/12/18 05:49:27 dholland Exp $
|
||||
# $NetBSD: VIRTEX_GSRD2,v 1.16 2012/06/05 08:44:10 abs Exp $
|
||||
#
|
||||
# VIRTEX_GSRD2
|
||||
#
|
||||
@ -140,7 +140,7 @@ options IPFILTER_LOG # ipmon(8) log support
|
||||
options WSEMUL_VT100
|
||||
options WSEMUL_DEFAULT_FG=WSCOL_BLACK
|
||||
options WSEMUL_DEFAULT_BG=WSCOL_LIGHT_WHITE
|
||||
options WSDISPLAY_COMPAT_USL # VT handling
|
||||
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
||||
#options WSDISPLAY_COMPAT_RAWKBD
|
||||
#options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options FONT_VT220L8x16
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.114 2012/05/23 16:11:37 skrll Exp $
|
||||
# $NetBSD: GENERIC,v 1.115 2012/06/05 08:44:11 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
||||
#ident "GENERIC-$Revision: 1.114 $"
|
||||
#ident "GENERIC-$Revision: 1.115 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -187,7 +187,7 @@ options WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8)
|
||||
# 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)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.215 2011/12/18 05:49:28 dholland Exp $
|
||||
# $NetBSD: GENERIC,v 1.216 2012/06/05 08:44:11 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.215 $"
|
||||
#ident "GENERIC-$Revision: 1.216 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -156,7 +156,7 @@ options FONT_VT220L8x10
|
||||
# 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
|
||||
#
|
||||
# Hpckbd will set key board layout appropriately. You can use option
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MPC303,v 1.59 2011/12/18 05:49:28 dholland Exp $
|
||||
# $NetBSD: MPC303,v 1.60 2012/06/05 08:44:11 abs Exp $
|
||||
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
|
||||
#
|
||||
# Kernel configuration file for Victor MP-C303; enami's test machine.
|
||||
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.59 $"
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -119,7 +119,7 @@ options FONT_VT220L8x10
|
||||
# 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
|
||||
#
|
||||
# Hpckbd will set key board layout appropriately. You can use option
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.78 2011/12/18 05:49:28 dholland Exp $
|
||||
# $NetBSD: TX3912,v 1.79 2012/06/05 08:44:11 abs Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -203,7 +203,7 @@ options FONT_VT220L8x10
|
||||
# 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
|
||||
|
||||
# PCMCIA bus support
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.92 2011/12/18 05:49:28 dholland Exp $
|
||||
# $NetBSD: TX3922,v 1.93 2012/06/05 08:44:12 abs Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -281,7 +281,7 @@ options WS_KERNEL_BG=WSCOL_BLUE
|
||||
# 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
|
||||
|
||||
# PCMCIA bus support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VR41XX,v 1.54 2011/12/18 05:49:28 dholland Exp $
|
||||
# $NetBSD: VR41XX,v 1.55 2012/06/05 08:44:12 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
||||
#ident "GENERIC-$Revision: 1.54 $"
|
||||
#ident "GENERIC-$Revision: 1.55 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
@ -132,7 +132,7 @@ options FONT_VT220L8x10
|
||||
# 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
|
||||
#
|
||||
# Hpckbd will set key board layout appropriately. You can use option
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.96 2012/03/10 21:51:52 joerg Exp $
|
||||
# $NetBSD: GENERIC,v 1.97 2012/06/05 08:44:12 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -191,7 +191,7 @@ options WS_KERNEL_BG=WSCOL_BLUE
|
||||
# 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 FONT_VT220L8x10 # the console font
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.338 2012/04/19 20:20:34 wiz Exp $
|
||||
# $NetBSD: ALL,v 1.339 2012/06/05 08:44:12 abs Exp $
|
||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||
#
|
||||
# ALL machine description file
|
||||
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.338 $"
|
||||
#ident "ALL-$Revision: 1.339 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -280,7 +280,7 @@ options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.1073 2012/05/30 14:30:34 nonaka Exp $
|
||||
# $NetBSD: GENERIC,v 1.1074 2012/06/05 08:44:12 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.1073 $"
|
||||
#ident "GENERIC-$Revision: 1.1074 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -268,7 +268,7 @@ options WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8)
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.131 2012/03/10 21:51:53 joerg Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.132 2012/06/05 08:44:13 abs Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -176,7 +176,7 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
# 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)" # for pckbd driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_FLOPPY,v 1.15 2012/01/29 18:29:11 hannken Exp $
|
||||
# $NetBSD: INSTALL_FLOPPY,v 1.16 2012/06/05 08:44:13 abs Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -173,7 +173,7 @@ options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
# 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)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.134 2011/11/22 21:25:21 tls Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.135 2012/06/05 08:44:13 abs Exp $
|
||||
#
|
||||
# This kernel should be derived from INSTALL (which is derived
|
||||
# from GENERIC) with some features commented out.
|
||||
@ -169,7 +169,7 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
# 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)" # for pckbd driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.66 2012/04/19 17:50:51 bouyer Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.67 2012/06/05 08:44:13 abs Exp $
|
||||
#
|
||||
# XEN3_0: Xen 3.0 domain0 kernel
|
||||
|
||||
@ -194,7 +194,7 @@ options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
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
|
||||
options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options WSDISPLAY_SCROLLSUPPORT
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.111 2012/03/10 21:51:54 joerg Exp $
|
||||
# $NetBSD: GENERIC,v 1.112 2012/06/05 08:44:14 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -249,7 +249,7 @@ options WS_KERNEL_COLATTR=WSATTR_HILIT
|
||||
# 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 FONT_GALLANT12x22 # Sun PROM font look-alike
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.126 2012/03/10 21:51:55 joerg Exp $
|
||||
# $NetBSD: GENERIC,v 1.127 2012/06/05 08:44:14 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.126 $"
|
||||
#ident "GENERIC-$Revision: 1.127 $"
|
||||
|
||||
# Needs to be set per system. i.e change these as you see fit
|
||||
maxusers 16
|
||||
@ -177,7 +177,7 @@ options RCONS_16BPP # necessary for color nextdisplay
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
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/wskbdmap_next.h for implemented layouts
|
||||
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SLAB,v 1.45 2012/03/10 21:51:55 joerg Exp $
|
||||
# $NetBSD: SLAB,v 1.46 2012/06/05 08:44:14 abs Exp $
|
||||
#
|
||||
# deberg's development machine
|
||||
#
|
||||
@ -131,7 +131,7 @@ options RCONS_16BPP # necessary for nextdisplay
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
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/wskbdmap_next.h for implemented layouts
|
||||
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.162 2012/03/10 21:51:55 joerg Exp $
|
||||
# $NetBSD: GENERIC,v 1.163 2012/06/05 08:44:14 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.162 $"
|
||||
#ident "GENERIC-$Revision: 1.163 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -164,7 +164,7 @@ options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options WS_KERNEL_FG=WSCOL_GREEN
|
||||
#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
|
||||
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.100 2012/05/13 07:34:02 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.101 2012/06/05 08:44:15 abs Exp $
|
||||
#
|
||||
# Generic Shark configuration.
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.100 $"
|
||||
#ident "GENERIC-$Revision: 1.101 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -190,7 +190,7 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
# 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)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.49 2011/12/18 05:49:32 dholland Exp $
|
||||
# $NetBSD: INSTALL,v 1.50 2012/06/05 08:44:15 abs Exp $
|
||||
#
|
||||
# Shark installation kernel
|
||||
#
|
||||
@ -161,7 +161,7 @@ options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
# 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)"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: KRUPS,v 1.58 2012/03/11 06:18:46 nakayama Exp $
|
||||
# $NetBSD: KRUPS,v 1.59 2012/06/05 08:44:15 abs Exp $
|
||||
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
|
||||
#
|
||||
# Krups (JavaStation-NC) machine description file
|
||||
@ -8,7 +8,7 @@ include "arch/sparc/conf/std.sparc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "KRUPS-$Revision: 1.58 $"
|
||||
#ident "KRUPS-$Revision: 1.59 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -94,7 +94,7 @@ options WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8)
|
||||
# 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 FONT_GALLANT12x22 # PROM font look-alike
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TADPOLE3GX,v 1.55 2012/03/11 06:18:46 nakayama Exp $
|
||||
# $NetBSD: TADPOLE3GX,v 1.56 2012/06/05 08:44:15 abs Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
@ -35,7 +35,7 @@ options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
|
||||
|
||||
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_DEFAULTSCREENS=1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.150 2012/03/11 06:11:29 nakayama Exp $
|
||||
# $NetBSD: GENERIC,v 1.151 2012/06/05 08:44:16 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.150 $"
|
||||
#ident "GENERIC-$Revision: 1.151 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -914,7 +914,7 @@ wskbd0 at kbd0
|
||||
options WSEMUL_VT100 # allow us to be wsvt25
|
||||
options WS_DEFAULT_FG=WSCOL_BLACK
|
||||
options WS_DEFAULT_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_GALLANT12x22 # PROM font look-alike
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.53 2012/04/07 09:09:43 nonaka Exp $
|
||||
# $NetBSD: GENERIC,v 1.54 2012/06/05 08:44:16 abs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -152,7 +152,7 @@ options WS_KERNEL_FG=WSCOL_GREEN
|
||||
|
||||
# compatibility to other console drivers
|
||||
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
|
||||
|
||||
# Development and Debugging options
|
||||
|
Loading…
Reference in New Issue
Block a user