Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/conf Add lkkbd/lkms/fonts, remove lkc.



details:   https://anonhg.NetBSD.org/src/rev/6e1699074adb
branches:  trunk
changeset: 499957:6e1699074adb
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat Dec 02 17:18:54 2000 +0000

description:
Add lkkbd/lkms/fonts, remove lkc.

diffstat:

 sys/arch/vax/conf/GENERIC |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 6657fc6c100e -r 6e1699074adb sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sat Dec 02 17:15:37 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Sat Dec 02 17:18:54 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.81 2000/10/04 03:35:56 itojun Exp $
+#      $NetBSD: GENERIC,v 1.82 2000/12/02 17:18:54 ragge Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
 
 include                "arch/vax/conf/std.vax"
 
-#ident                 "GENERIC-$Revision: 1.81 $"
+#ident                 "GENERIC-$Revision: 1.82 $"
 
 # Here are all different supported CPU types listed.
 #options       "VAX8800"       # VAX 8500, 8530, 8550, 8700, 8800
@@ -35,7 +35,7 @@
 #options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
 options        KTRACE
 #options       DIAGNOSTIC
-#options       DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
+#options       DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG,LOCKDEBUG
 
 options        SCSIVERBOSE             # Verbose SCSI errors
 
@@ -72,6 +72,7 @@
 # WS console uses VT100 terminal emulation
 options        WSEMUL_VT100
 options        WSDISPLAY_DEFAULTSCREENS=8
+options        FONT_QVSS8x15
 
 # System V shared memory & semaphores support.
 options        SYSVMSG
@@ -206,7 +207,10 @@
 #wsdisplay0    at clr0
 #wsdisplay0    at qd0
 #wsdisplay0    at qv0
-lkc0           at dz0
+lkkbd0         at dz0 line 0
+wskbd*         at lkkbd? console ?
+lkms0          at dz0 line 1
+wsmouse*       at lkms?
 
 pseudo-device   loop   1
 pseudo-device   pty                    # pseudo-terminals



Home | Main Index | Thread Index | Old Index