files.ofisa revision 1.6
1#	$NetBSD: files.ofisa,v 1.6 1998/07/27 01:26:43 thorpej 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: ofisa, ofbus
7attach	ofisa at ofbus
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
22# attachment of ISA SoundBlaster driver
23attach	sb at ofisa with sb_ofisa
24file	dev/ofisa/sb_ofisa.c		sb_ofisa
25
26# attachment of ISA CS8900 driver
27attach	cs at ofisa with cs_ofisa: of_network_dev
28file	dev/ofisa/if_cs_ofisa.c		cs_ofisa
29