d9c7f72cf3
This is for sure the most overkill hardware I've ever seen! For example, it needs the VAX page tables so that it can access all data structures and mbufs in virtual memory! It will be a real challenge to make this device work on mips and Alpha systems :-)
24 lines
517 B
Plaintext
24 lines
517 B
Plaintext
# $NetBSD: files.bi,v 1.2 2000/04/09 16:49:57 ragge 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 }
|
|
|
|
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
|