files.bi revision 1.1 1 # $NetBSD: files.bi,v 1.1 1999/08/04 19:13:05 ragge 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 }
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/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