Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Use wscons/wskbd/wsmouse/wsdisplay by ...



details:   https://anonhg.NetBSD.org/src/rev/aafce906616f
branches:  trunk
changeset: 580539:aafce906616f
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 28 16:02:43 2005 +0000

description:
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 c1c7c1e15bf7 -r aafce906616f sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Thu Apr 28 15:03:48 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Thu Apr 28 16:02:43 2005 +0000
@@ -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 @@
 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