11.16Sthorpej#	$NetBSD: files.ofisa,v 1.16 2021/04/30 02:13:15 thorpej Exp $
21.1Scgd
31.1Scgd# OFW ISA bus support
41.1Scgd# XXX eventually we should do something with these locators
51.1Scgddefine	ofisa { [i = -1], [it = -1], [iv = -1], [m = -1] }
61.15Sthorpejdevice	ofisa: ofisa
71.4Scgdattach	ofisa at ofbus
81.1Scgdfile	dev/ofisa/ofisa.c		ofisa
91.10Smatt
101.16Sthorpejdefine	ofisa_subclass { }
111.16Sthorpejattach	ofisa at ofisa_subclass with ofisa_subclass
121.16Sthorpej
131.10Smatt# attachment for MI pckbc driver
141.10Smattattach	pckbc at ofisa with pckbc_ofisa
151.10Smattfile	dev/ofisa/pckbc_ofisa.c		pckbc_ofisa
161.1Scgd
171.1Scgd# attachment for MI com driver
181.1Scgdattach	com at ofisa with com_ofisa
191.1Scgdfile	dev/ofisa/com_ofisa.c		com_ofisa
201.1Scgd
211.1Scgd# attachment for MI lpt driver
221.1Scgdattach	lpt at ofisa with lpt_ofisa
231.12Sjdolecekfile	dev/ofisa/lpt_ofisa.c		lpt_ofisa & !ppbus
241.12Sjdolecek
251.13Sjdolecekattach	atppc at ofisa with atppc_ofisa: isadma
261.12Sjdolecekfile	dev/ofisa/atppc_ofisa.c		atppc_ofisa
271.1Scgd
281.1Scgd# attachment for MI wdc driver
291.1Scgdattach	wdc at ofisa with wdc_ofisa
301.1Scgdfile	dev/ofisa/wdc_ofisa.c		wdc_ofisa
311.5Sthorpej
321.5Sthorpej# attachment of ISA SoundBlaster driver
331.8Sthorpejattach	sb at ofisa with sb_ofisa
341.8Sthorpejfile	dev/ofisa/sb_ofisa.c		sb_ofisa
351.7Saugustss
361.7Saugustss# attachment of ISA ESS Technology ES1887/ES888
371.7Saugustssattach	ess at ofisa with ess_ofisa
381.7Saugustssfile	dev/ofisa/ess_ofisa.c		ess_ofisa
391.6Sthorpej
401.6Sthorpej# attachment of ISA CS8900 driver
411.11Syamtattach	cs at ofisa with cs_ofisa: of_network_dev, cs_isa_common, isadma
421.6Sthorpejfile	dev/ofisa/if_cs_ofisa.c		cs_ofisa
431.9Sthorpej
441.9Sthorpej# attachment of ISA Game port driver
451.9Sthorpejattach	joy at ofisa with joy_ofisa
461.9Sthorpejfile	dev/ofisa/joy_ofisa.c		joy_ofisa
471.15Sthorpej
481.15Sthorpej# ISA mc146818 RTC driver
491.15Sthorpejdevice	mcclock: mc146818
501.15Sthorpejattach	mcclock at ofisa with mcclock_ofisa
511.15Sthorpejfile	dev/ofisa/mcclock_ofisa.c	mcclock_ofisa
52