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 Add VS4000 scsi attachment (does not yet w...



details:   https://anonhg.NetBSD.org/src/rev/8ec847cb392c
branches:  trunk
changeset: 480361:8ec847cb392c
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jan 10 02:35:35 2000 +0000

description:
Add VS4000 scsi attachment (does not yet work).
Add COMPAT_IBCS2 hook (for running DEC VAX SVR3 images).

diffstat:

 sys/arch/vax/conf/files.vax |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 2070d9d3605c -r 8ec847cb392c sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax       Mon Jan 10 02:33:13 2000 +0000
+++ b/sys/arch/vax/conf/files.vax       Mon Jan 10 02:35:35 2000 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $
+#       $NetBSD: files.vax,v 1.61 2000/01/10 02:35:35 matt Exp $
 #
 # new style config file for vax architecture
 #
@@ -144,6 +144,11 @@
 attach smg at vsbus
 file   arch/vax/vsa/smg.c              smg needs-flag
 
+# builtin NCR53C95 SCSI Controlller 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
+
 device lkc: qfont
 attach lkc at dz
 file   arch/vax/vsa/lkc.c              lkc needs-flag
@@ -323,6 +328,10 @@
 file   arch/vax/uba/uba_dma.c          uba
 
 include "compat/ultrix/files.ultrix"
+
+include "compat/ibcs2/files.ibcs2"
+file   arch/vax/vax/ibcs2_machdep.c    compat_ibcs2
+
 include "compat/vax1k/files.vax1k"
 
 # Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...



Home | Main Index | Thread Index | Old Index