diff options
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/vax/conf/files.vax | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 989174509b5..6d2df195558 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2006/07/24 20:35:06 miod Exp $ +# $OpenBSD: GENERIC,v 1.43 2006/07/24 22:19:54 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -71,6 +71,7 @@ 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 lcg0 at vsbus0 csr 0x20100000 # VS4000/60 (or VLC) frame buffer +lcspx0 at vsbus0 csr 0x39302000 # VS4000/90 frame buffer #hd* at hdc0 drive? # RD5x disks #ry* at hdc0 drive? # RX floppies @@ -143,9 +144,10 @@ ses* at scsibus? uk* at scsibus? # Workstation console -wsdisplay* at smg? #wsdisplay* at gpx? wsdisplay* at lcg? +wsdisplay* at lcspx? +wsdisplay* at smg? #wsdisplay* at qd0 #wsdisplay* at qv0 diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index 18a3f143282..3eebda21fb4 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.37 2006/07/24 20:35:06 miod Exp $ +# $OpenBSD: files.vax,v 1.38 2006/07/24 22:19:54 miod Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -172,6 +172,11 @@ device lcg: wsemuldisplaydev, rasops8 attach lcg at vsbus file arch/vax/vsa/lcg.c lcg needs-flag +# LCSPX framebuffer on KA49 +device lcspx: wsemuldisplaydev, rasops8 +attach lcspx at vsbus +file arch/vax/vsa/lcspx.c lcspx needs-flag + device lkkbd: wskbddev attach lkkbd at dz with dzkbd file arch/vax/dec/dzkbd.c dzkbd needs-flag |