files.ofisa revision 1.2
1#	$NetBSD: files.ofisa,v 1.2 1998/02/07 00:49:19 cgd Exp $
2
3# OFW ISA bus support
4# XXX eventually we should do something with these locators
5define	ofisa { [i = -1], [it = -1], [iv = -1], [m = -1] }
6device	ofisa class dull: ofisa, openfirm
7attach	ofisa at openfirm
8file	dev/ofisa/ofisa.c		ofisa
9
10# attachment for MI com driver
11attach	com at ofisa with com_ofisa
12file	dev/ofisa/com_ofisa.c		com_ofisa
13
14# attachment for MI lpt driver
15attach	lpt at ofisa with lpt_ofisa
16file	dev/ofisa/lpt_ofisa.c		lpt_ofisa
17
18# attachment for MI wdc driver
19attach	wdc at ofisa with wdc_ofisa
20file	dev/ofisa/wdc_ofisa.c		wdc_ofisa
21