files.ofisa revision 1.4
1187692Snwhitehorn#	$NetBSD: files.ofisa,v 1.4 1998/03/21 02:06:17 cgd Exp $
2187692Snwhitehorn
3187692Snwhitehorn# OFW ISA bus support
4187692Snwhitehorn# XXX eventually we should do something with these locators
5187692Snwhitehorndefine	ofisa { [i = -1], [it = -1], [iv = -1], [m = -1] }
6187692Snwhitehorndevice	ofisa: ofisa, ofbus
7187692Snwhitehornattach	ofisa at ofbus
8187692Snwhitehornfile	dev/ofisa/ofisa.c		ofisa
9187692Snwhitehorn
10187692Snwhitehorn# attachment for MI com driver
11187692Snwhitehornattach	com at ofisa with com_ofisa
12187692Snwhitehornfile	dev/ofisa/com_ofisa.c		com_ofisa
13187692Snwhitehorn
14187692Snwhitehorn# attachment for MI lpt driver
15187692Snwhitehornattach	lpt at ofisa with lpt_ofisa
16187692Snwhitehornfile	dev/ofisa/lpt_ofisa.c		lpt_ofisa
17187692Snwhitehorn
18187692Snwhitehorn# attachment for MI wdc driver
19187692Snwhitehornattach	wdc at ofisa with wdc_ofisa
20187692Snwhitehornfile	dev/ofisa/wdc_ofisa.c		wdc_ofisa
21187692Snwhitehorn