diff --git a/sys/arch/sparc64/conf/GENERIC32 b/sys/arch/sparc64/conf/GENERIC32 index 58274a626aea..8fe687d880b5 100644 --- a/sys/arch/sparc64/conf/GENERIC32 +++ b/sys/arch/sparc64/conf/GENERIC32 @@ -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