diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-10-11 06:01:07 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-10-11 06:01:07 +0000 |
commit | f2288554a2f0964ed35ed8e0b386b57dc7bc9761 (patch) | |
tree | c52aeacfcc3afdf05ed22cb4000ab0faa4cf9b07 /sys/arch/vax/conf/files.vax | |
parent | b2211a681761cc2cbb6b6b2fd4254926726c5c21 (diff) |
add asc*
also need vsbus_dma.c
Diffstat (limited to 'sys/arch/vax/conf/files.vax')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 6 |
1 files changed, 6 insertions, 0 deletions
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" |