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 Enable lcg0 framebuffer support for VAXsta...
details: https://anonhg.NetBSD.org/src/rev/2a99265aa39f
branches: trunk
changeset: 335001:2a99265aa39f
user: jklos <jklos%NetBSD.org@localhost>
date: Sat Dec 20 13:16:04 2014 +0000
description:
Enable lcg0 framebuffer support for VAXstation 4000/30, 60, 90 and friends.
diffstat:
sys/arch/vax/conf/GENERIC | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 79c8ff991d88 -r 2a99265aa39f sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sat Dec 20 13:15:48 2014 +0000
+++ b/sys/arch/vax/conf/GENERIC Sat Dec 20 13:16:04 2014 +0000
@@ -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 @@
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 @@
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 @@
# VAXstation graphics support
wsdisplay* at smg0
wsdisplay* at spx0
-#wsdisplay* at lcg0
+wsdisplay* at lcg0
#wsdisplay* at clr0
#wsdisplay* at qd0
#wsdisplay* at qv0
Home |
Main Index |
Thread Index |
Old Index