summaryrefslogtreecommitdiff
path: root/sys/dev/bi/files.bi
blob: eac22fc43716814963514059b86579f42ab6bcc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: files.bi,v 1.3 2008/03/11 05:34:01 matt Exp $
#
# Config file and device description for machine-independent
# code for devices Digital Equipment Corp. BI bus.
# Included by ports that need it.

device	bi { node=-1 }: bus

file	dev/bi/bi.c				bi

# KDB50 on BI
device	kdb: mscp
attach	kdb at bi
file	dev/bi/kdb.c				kdb

# DEBNA/DEBNT Ethernet Adapter
device	ni: ifnet, ether, arp
attach	ni at bi
file	dev/bi/if_ni.c				ni

# DWBUA BI-Unibus adapter
attach	uba at bi with uba_bi
file	dev/bi/uba_bi.c				uba_bi