xref: /netbsd-src/sys/dev/bi/files.bi (revision 89c5a767f8fc7a4633b2d409966e2becbb98ff92)
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
7device	bi { node=-1 }
8
9file	dev/bi/bi.c				bi
10
11# KDB50 on BI
12device	kdb: mscp
13attach	kdb at bi
14file	dev/bi/kdb.c				kdb
15
16# DEBNA/DEBNT Ethernet Adapter
17device	ni: ifnet, ether, arp
18attach	ni at bi
19file	dev/bi/ni.c				ni
20
21# DWBUA BI-Unibus adapter
22attach	uba at bi with uba_bi
23file	dev/bi/uba_bi.c				uba_bi
24