Module Name:    src
Committed By:   jklos
Date:           Sat Dec 20 13:16:04 UTC 2014

Modified Files:
        src/sys/arch/vax/conf: GENERIC

Log Message:
Enable lcg0 framebuffer support for VAXstation 4000/30, 60, 90 and friends.


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 src/sys/arch/vax/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.194 src/sys/arch/vax/conf/GENERIC:1.195
--- src/sys/arch/vax/conf/GENERIC:1.194	Fri Dec 19 04:44:13 2014
+++ src/sys/arch/vax/conf/GENERIC	Sat Dec 20 13:16:04 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.194 2014/12/19 04:44:13 jklos Exp $
+# $NetBSD: GENERIC,v 1.195 2014/12/20 13:16:04 jklos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/vax/conf/std.vax"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.194 $"
+#ident 		"GENERIC-$Revision: 1.195 $"
 
 # Here are all different supported CPU types listed.
 #options 	VAX8800		# VAX 8500, 8530, 8550, 8700, 8800
@@ -205,7 +205,7 @@ asc0		at vsbus0 csr 0x26000080 # VS4000/
 smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
 #clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
 spx0		at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
-#lcg0		at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
+lcg0		at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
 vsaudio0	at vsbus0 csr 0x200d0000 # VS4000/60 (or VLC) audio
 vsaudio0	at vsbus0 csr 0x26800000 # VS4000/90 audio
 audio*		at audiobus?
@@ -286,7 +286,7 @@ uk*		at scsibus? target? lun?
 # VAXstation graphics support
 wsdisplay*	at smg0
 wsdisplay*	at spx0
-#wsdisplay*	at lcg0
+wsdisplay*	at lcg0
 #wsdisplay*	at clr0
 #wsdisplay*	at qd0
 #wsdisplay*	at qv0

Reply via email to