Use wscons/wskbd/wsmouse/wsdisplay by default.
This commit is contained in:
parent
eb7e634f97
commit
43e2f101d2
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC32,v 1.99 2005/04/15 17:27:21 itohy Exp $
|
||||
# $NetBSD: GENERIC32,v 1.100 2005/04/28 16:02:43 martin Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.99 $"
|
||||
#ident "GENERIC-$Revision: 1.100 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -709,6 +709,23 @@ wsdisplay* at ffb?
|
|||
machfb* at pci?
|
||||
wsdisplay* at machfb?
|
||||
|
||||
# wsmouse for sun ms
|
||||
wsmouse* at ms0
|
||||
|
||||
# wskbd for sun kbd
|
||||
wskbd0 at kbd0
|
||||
|
||||
# various options for wscons - we try to look as much like a standard
|
||||
# sun console as possible
|
||||
options WSEMUL_SUN # sun terminal emulation
|
||||
options WS_DEFAULT_FG=WSCOL_BLACK
|
||||
options WS_DEFAULT_BG=WSCOL_WHITE
|
||||
# options WS_KERNEL_COLATTR=WSATTR_HILIT
|
||||
options WSDISPLAY_COMPAT_USL # VT handling
|
||||
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
||||
options WSDISPLAY_DEFAULTSCREENS=4
|
||||
options FONT_GALLANT12x22 # PROM font look-alike
|
||||
|
||||
#### Other device configuration
|
||||
|
||||
### Other pseudo-devices
|
||||
|
|
Loading…
Reference in New Issue