1 # $NetBSD: files.bi,v 1.3 2008/03/11 05:34:01 matt Exp $ 2 # 3 # Config file and device description for machine-independent 4 # code for devices Digital Equipment Corp. BI bus. 5 # Included by ports that need it. 6 7 device bi { node=-1 }: bus 8 9 file dev/bi/bi.c bi 10 11 # KDB50 on BI 12 device kdb: mscp 13 attach kdb at bi 14 file dev/bi/kdb.c kdb 15 16 # DEBNA/DEBNT Ethernet Adapter 17 device ni: ifnet, ether, arp 18 attach ni at bi 19 file dev/bi/if_ni.c ni 20 21 # DWBUA BI-Unibus adapter 22 attach uba at bi with uba_bi 23 file dev/bi/uba_bi.c uba_bi 24