1#	$NetBSD: files.ofisa,v 1.16 2021/04/30 02:13:15 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
7attach	ofisa at ofbus
8file	dev/ofisa/ofisa.c		ofisa
9
10define	ofisa_subclass { }
11attach	ofisa at ofisa_subclass with ofisa_subclass
12
13# attachment for MI pckbc driver
14attach	pckbc at ofisa with pckbc_ofisa
15file	dev/ofisa/pckbc_ofisa.c		pckbc_ofisa
16
17# attachment for MI com driver
18attach	com at ofisa with com_ofisa
19file	dev/ofisa/com_ofisa.c		com_ofisa
20
21# attachment for MI lpt driver
22attach	lpt at ofisa with lpt_ofisa
23file	dev/ofisa/lpt_ofisa.c		lpt_ofisa & !ppbus
24
25attach	atppc at ofisa with atppc_ofisa: isadma
26file	dev/ofisa/atppc_ofisa.c		atppc_ofisa
27
28# attachment for MI wdc driver
29attach	wdc at ofisa with wdc_ofisa
30file	dev/ofisa/wdc_ofisa.c		wdc_ofisa
31
32# attachment of ISA SoundBlaster driver
33attach	sb at ofisa with sb_ofisa
34file	dev/ofisa/sb_ofisa.c		sb_ofisa
35
36# attachment of ISA ESS Technology ES1887/ES888
37attach	ess at ofisa with ess_ofisa
38file	dev/ofisa/ess_ofisa.c		ess_ofisa
39
40# attachment of ISA CS8900 driver
41attach	cs at ofisa with cs_ofisa: of_network_dev, cs_isa_common, isadma
42file	dev/ofisa/if_cs_ofisa.c		cs_ofisa
43
44# attachment of ISA Game port driver
45attach	joy at ofisa with joy_ofisa
46file	dev/ofisa/joy_ofisa.c		joy_ofisa
47
48# ISA mc146818 RTC driver
49device	mcclock: mc146818
50attach	mcclock at ofisa with mcclock_ofisa
51file	dev/ofisa/mcclock_ofisa.c	mcclock_ofisa
52