files.ofisa revision 1.13
1#	$NetBSD: files.ofisa,v 1.13 2004/01/31 13:59:20 jdolecek 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 pckbc driver
11attach	pckbc at ofisa with pckbc_ofisa
12file	dev/ofisa/pckbc_ofisa.c		pckbc_ofisa
13
14# attachment for MI com driver
15attach	com at ofisa with com_ofisa
16file	dev/ofisa/com_ofisa.c		com_ofisa
17
18# attachment for MI lpt driver
19attach	lpt at ofisa with lpt_ofisa
20file	dev/ofisa/lpt_ofisa.c		lpt_ofisa & !ppbus
21
22attach	atppc at ofisa with atppc_ofisa: isadma
23file	dev/ofisa/atppc_ofisa.c		atppc_ofisa
24
25# attachment for MI wdc driver
26attach	wdc at ofisa with wdc_ofisa
27file	dev/ofisa/wdc_ofisa.c		wdc_ofisa
28
29# attachment of ISA SoundBlaster driver
30attach	sb at ofisa with sb_ofisa
31file	dev/ofisa/sb_ofisa.c		sb_ofisa
32
33# attachment of ISA ESS Technology ES1887/ES888
34attach	ess at ofisa with ess_ofisa
35file	dev/ofisa/ess_ofisa.c		ess_ofisa
36
37# attachment of ISA CS8900 driver
38attach	cs at ofisa with cs_ofisa: of_network_dev, cs_isa_common, isadma
39file	dev/ofisa/if_cs_ofisa.c		cs_ofisa
40
41# attachment of ISA Game port driver
42attach	joy at ofisa with joy_ofisa
43file	dev/ofisa/joy_ofisa.c		joy_ofisa
44