files.ofisa revision 1.5
11.5Sthorpej#	$NetBSD: files.ofisa,v 1.5 1998/07/08 05:14:10 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.4Scgddevice	ofisa: ofisa, ofbus
71.4Scgdattach	ofisa at ofbus
81.1Scgdfile	dev/ofisa/ofisa.c		ofisa
91.1Scgd
101.1Scgd# attachment for MI com driver
111.1Scgdattach	com at ofisa with com_ofisa
121.1Scgdfile	dev/ofisa/com_ofisa.c		com_ofisa
131.1Scgd
141.1Scgd# attachment for MI lpt driver
151.1Scgdattach	lpt at ofisa with lpt_ofisa
161.1Scgdfile	dev/ofisa/lpt_ofisa.c		lpt_ofisa
171.1Scgd
181.1Scgd# attachment for MI wdc driver
191.1Scgdattach	wdc at ofisa with wdc_ofisa
201.1Scgdfile	dev/ofisa/wdc_ofisa.c		wdc_ofisa
211.5Sthorpej
221.5Sthorpej# attachment of ISA SoundBlaster driver
231.5Sthorpejattach	sb at ofisa with sb_ofisa
241.5Sthorpejfile	dev/ofisa/sb_ofisa.c		sb_ofisa
25