Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/sparc64/conf Pull up revision 1.100 (requested b...
details: https://anonhg.NetBSD.org/src/rev/4716481312b8
branches: netbsd-3
changeset: 575989:4716481312b8
user: riz <riz%NetBSD.org@localhost>
date: Fri Jun 03 15:41:47 2005 +0000
description:
Pull up revision 1.100 (requested by martin in ticket #367):
Use wscons/wskbd/wsmouse/wsdisplay by default.
diffstat:
sys/arch/sparc64/conf/GENERIC32 | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r de53f8f5966a -r 4716481312b8 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32 Fri Jun 03 15:11:54 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32 Fri Jun 03 15:41:47 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC32,v 1.98.2.2 2005/06/01 17:19:25 riz Exp $
+# $NetBSD: GENERIC32,v 1.98.2.3 2005/06/03 15:41:47 riz Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.98.2.2 $"
+#ident "GENERIC-$Revision: 1.98.2.3 $"
maxusers 64
@@ -708,6 +708,23 @@
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
Home |
Main Index |
Thread Index |
Old Index