xref: /netbsd-src/sys/dev/bi/files.bi (revision deb6f0161a9109e7de9b519dc8dfb9478668dcdd)
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
7device	bi { node=-1 }: bus
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/if_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