Support for ibus-attached LANCE.
This commit is contained in:
parent
33baeca394
commit
b906b753ad
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.49 1999/08/08 11:45:01 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.50 1999/08/14 18:44:00 ragge Exp $
|
||||
#
|
||||
# GENERIC VAX configuration file; all supported devices.
|
||||
#
|
||||
@ -95,7 +95,7 @@ ibus0 at mainbus0 # All Microvax
|
||||
#xmi0 at mainbus0 # VAX 6000
|
||||
|
||||
# Vsbus, the virtual VAXstation bus, and possible devices.
|
||||
ln0 at vsbus0 csr 0x200e0000 # LANCE ethernet
|
||||
le0 at vsbus0 csr 0x200e0000 # LANCE ethernet
|
||||
dz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
|
||||
#hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
|
||||
ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.vax,v 1.58 1999/08/08 11:45:01 ragge Exp $
|
||||
# $NetBSD: files.vax,v 1.59 1999/08/14 18:44:00 ragge Exp $
|
||||
#
|
||||
# new style config file for vax architecture
|
||||
#
|
||||
@ -53,6 +53,9 @@ device ze: sgec, arp, ether, ifnet
|
||||
attach ze at ibus
|
||||
file arch/vax/if/if_ze.c ze
|
||||
|
||||
attach le at ibus with le_ibus: le24
|
||||
file arch/vax/if/if_le.c le_ibus
|
||||
|
||||
attach mba at sbi with mba_sbi
|
||||
attach mba at cmi with mba_cmi
|
||||
file arch/vax/mba/mba.c mba needs-flag
|
||||
@ -131,9 +134,8 @@ attach ncr at vsbus
|
||||
file arch/vax/vsa/ncr.c ncr needs-flag
|
||||
|
||||
# LANCE ethernet controller on VAXstation
|
||||
device ln: ifnet, ether, arp
|
||||
attach ln at vsbus
|
||||
file arch/vax/vsa/if_ln.c ln
|
||||
attach le at vsbus with le_vsbus: le24
|
||||
file arch/vax/if/if_le_vsbus.c le_vsbus
|
||||
|
||||
# Monochrome framebuffer on VS3100.
|
||||
device smg: wsemuldisplaydev, qfont
|
||||
|
Loading…
Reference in New Issue
Block a user