add (commented out) option WSDISPLAY_COMPAT_RAWKBD
This commit is contained in:
parent
9e10bd8738
commit
bb022a80b7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.139 2002/07/12 05:30:24 matt Exp $
|
||||
# $NetBSD: GENERIC,v 1.140 2002/08/13 15:03:30 aymeric Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.139 $"
|
||||
#ident "GENERIC-$Revision: 1.140 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -130,8 +130,9 @@ options SCSIVERBOSE # human readable SCSI error messages
|
|||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
|
||||
# wscons options
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
||||
options FONT_GALLANT12x22
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
|
|
Loading…
Reference in New Issue