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 Support for 4000/90.
details: https://anonhg.NetBSD.org/src/rev/4367542bdba1
branches: trunk
changeset: 475857:4367542bdba1
user: ragge <ragge%NetBSD.org@localhost>
date: Fri Aug 27 20:04:32 1999 +0000
description:
Support for 4000/90.
diffstat:
sys/arch/vax/conf/GENERIC | 4 +++-
sys/arch/vax/conf/files.vax | 9 ++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (49 lines):
diff -r 4fedfa04e7db -r 4367542bdba1 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Fri Aug 27 20:02:14 1999 +0000
+++ b/sys/arch/vax/conf/GENERIC Fri Aug 27 20:04:32 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.50 1999/08/14 18:44:00 ragge Exp $
+# $NetBSD: GENERIC,v 1.51 1999/08/27 20:04:32 ragge Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
@@ -96,7 +96,9 @@
# Vsbus, the virtual VAXstation bus, and possible devices.
le0 at vsbus0 csr 0x200e0000 # LANCE ethernet
+ze0 at vsbus0 csr 0x20008000 # SGEC ethernet
dz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
+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
diff -r 4fedfa04e7db -r 4367542bdba1 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax Fri Aug 27 20:02:14 1999 +0000
+++ b/sys/arch/vax/conf/files.vax Fri Aug 27 20:04:32 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.vax,v 1.59 1999/08/14 18:44:00 ragge Exp $
+# $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $
#
# new style config file for vax architecture
#
@@ -50,8 +50,10 @@
file arch/vax/vax/ibus.c ibus
device ze: sgec, arp, ether, ifnet
-attach ze at ibus
-file arch/vax/if/if_ze.c ze
+attach ze at ibus with ze_ibus
+file arch/vax/if/if_ze.c ze_ibus
+attach ze at vsbus with ze_vsbus
+file arch/vax/vsa/if_ze_vsbus.c ze_vsbus
attach le at ibus with le_ibus: le24
file arch/vax/if/if_le.c le_ibus
@@ -298,6 +300,7 @@
file arch/vax/vax/ka43.c vax43
file arch/vax/vax/ka46.c vax46
file arch/vax/vax/ka48.c vax48
+file arch/vax/vax/ka49.c vax49
file arch/vax/vax/emulate.s vax630|vax650|vax410
file arch/vax/vax/ka650.c vax650
file arch/vax/vax/ka670.c vax670
Home |
Main Index |
Thread Index |
Old Index