summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrandon Creighton <bjc@cvs.openbsd.org>2000-10-11 06:01:07 +0000
committerBrandon Creighton <bjc@cvs.openbsd.org>2000-10-11 06:01:07 +0000
commitf2288554a2f0964ed35ed8e0b386b57dc7bc9761 (patch)
treec52aeacfcc3afdf05ed22cb4000ab0faa4cf9b07 /sys
parentb2211a681761cc2cbb6b6b2fd4254926726c5c21 (diff)
add asc*
also need vsbus_dma.c
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/vax/conf/GENERIC11
-rw-r--r--sys/arch/vax/conf/files.vax6
2 files changed, 13 insertions, 4 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC
index be3077eb28b..d4206569e5a 100644
--- a/sys/arch/vax/conf/GENERIC
+++ b/sys/arch/vax/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.15 2000/04/27 05:47:14 bjc Exp $
+# $OpenBSD: GENERIC,v 1.16 2000/10/11 06:01:05 bjc Exp $
# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $
machine vax # machine type; required
@@ -65,6 +65,8 @@ dz0 at vsbus0 csr 0x25000000 # VS4000/90 serial line
#hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
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 SCSI-ctlr
#smg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
#clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
@@ -126,6 +128,7 @@ mt* at mscpbus? drive? # MSCP tape
#hdc0 at vsbus0 # The strange builtin MFM controller
# SCSI devices
+scsibus* at asc?
scsibus* at ncr?
sd* at scsibus? target? lun?
@@ -135,10 +138,10 @@ ch* at scsibus? target? lun?
ss* at scsibus? target? lun?
uk* at scsibus? target? lun?
-# VAXstation graphics support
-#wsdisplay0 at smg0
+# Workstation console
+#wscons* at smg?
+
#wsdisplay0 at clr0
#wsdisplay0 at qd0
#wsdisplay0 at qv0
#lkc0 at dz0
-
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax
index d74850a6a1a..01b978663f3 100644
--- a/sys/arch/vax/conf/files.vax
+++ b/sys/arch/vax/conf/files.vax
@@ -44,6 +44,7 @@ file arch/vax/vax/ctu.c vax750 | mem_cmi
device vsbus { csr }
attach vsbus at mainbus
file arch/vax/vsa/vsbus.c vsbus
+file arch/vax/vsa/vsbus_dma.c vsbus
# DEC SGEC Second Generation Ethernet Controller
define sgec
@@ -327,6 +328,11 @@ file arch/vax/vax/db_machdep.c ddb
file arch/vax/vax/db_disasm.c ddb
file arch/vax/uba/uba_dma.c uba
+# builtin NCR53C95 SCSI Controller on VAXstation 4000 VLC/60/9x
+device asc: scsi, ncr53c9x
+attach asc at vsbus with asc_vsbus
+file arch/vax/vsa/asc_vsbus.c asc needs-flag
+
include "compat/ultrix/files.ultrix"
#include "compat/vax1k/files.vax1k"