files.ofisa revision 1.11
11.11Syamt#	$NetBSD: files.ofisa,v 1.11 2001/11/26 19:17:07 yamt 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.4Scgddevice	ofisa: ofisa, ofbus
71.4Scgdattach	ofisa at ofbus
81.1Scgdfile	dev/ofisa/ofisa.c		ofisa
91.10Smatt
101.10Smatt# attachment for MI pckbc driver
111.10Smattattach	pckbc at ofisa with pckbc_ofisa
121.10Smattfile	dev/ofisa/pckbc_ofisa.c		pckbc_ofisa
131.1Scgd
141.1Scgd# attachment for MI com driver
151.1Scgdattach	com at ofisa with com_ofisa
161.1Scgdfile	dev/ofisa/com_ofisa.c		com_ofisa
171.1Scgd
181.1Scgd# attachment for MI lpt driver
191.1Scgdattach	lpt at ofisa with lpt_ofisa
201.1Scgdfile	dev/ofisa/lpt_ofisa.c		lpt_ofisa
211.1Scgd
221.1Scgd# attachment for MI wdc driver
231.1Scgdattach	wdc at ofisa with wdc_ofisa
241.1Scgdfile	dev/ofisa/wdc_ofisa.c		wdc_ofisa
251.5Sthorpej
261.5Sthorpej# attachment of ISA SoundBlaster driver
271.8Sthorpejattach	sb at ofisa with sb_ofisa
281.8Sthorpejfile	dev/ofisa/sb_ofisa.c		sb_ofisa
291.7Saugustss
301.7Saugustss# attachment of ISA ESS Technology ES1887/ES888
311.7Saugustssattach	ess at ofisa with ess_ofisa
321.7Saugustssfile	dev/ofisa/ess_ofisa.c		ess_ofisa
331.6Sthorpej
341.6Sthorpej# attachment of ISA CS8900 driver
351.11Syamtattach	cs at ofisa with cs_ofisa: of_network_dev, cs_isa_common, isadma
361.6Sthorpejfile	dev/ofisa/if_cs_ofisa.c		cs_ofisa
371.9Sthorpej
381.9Sthorpej# attachment of ISA Game port driver
391.9Sthorpejattach	joy at ofisa with joy_ofisa
401.9Sthorpejfile	dev/ofisa/joy_ofisa.c		joy_ofisa
41