diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-28 21:07:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-28 21:07:06 +0000 |
commit | 7284eb679b3a6d016d87827d8d7e6ea7f9919f3e (patch) | |
tree | c2ec391aaa57b7798440136101e19d076bdc5eea /sys/arch/vax/conf | |
parent | 4b4b84020b83a67e01bd1ebe5b3ea456197b3e06 (diff) |
Driver for the color frame buffer option on VAXstation 3100 models 3x/4x.
Still a few rough edges to polish, but nevertheless usable; 4bpp flavour
untested.
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 6d2df195558..947b90f4c34 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.43 2006/07/24 22:19:54 miod Exp $ +# $OpenBSD: GENERIC,v 1.44 2006/07/28 21:07:03 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -69,7 +69,7 @@ ncr1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr asc0 at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr asc0 at vsbus0 csr 0x26000080 # VS4000/90 4000/10X MV3100/9X SCSI smg0 at vsbus0 csr 0x200f0000 # VS3100 on-board mono frame buffer -#gpx0 at vsbus0 csr 0x3c000000 # VS3100 GPX display option +gpx0 at vsbus0 csr 0x3c000000 # VS3100 GPX display option lcg0 at vsbus0 csr 0x20100000 # VS4000/60 (or VLC) frame buffer lcspx0 at vsbus0 csr 0x39302000 # VS4000/90 frame buffer @@ -144,7 +144,7 @@ ses* at scsibus? uk* at scsibus? # Workstation console -#wsdisplay* at gpx? +wsdisplay* at gpx? wsdisplay* at lcg? wsdisplay* at lcspx? wsdisplay* at smg? |