files.ofisa revision 1.4
1# $NetBSD: files.ofisa,v 1.4 1998/03/21 02:06:17 cgd 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 com driver 11attach com at ofisa with com_ofisa 12file dev/ofisa/com_ofisa.c com_ofisa 13 14# attachment for MI lpt driver 15attach lpt at ofisa with lpt_ofisa 16file dev/ofisa/lpt_ofisa.c lpt_ofisa 17 18# attachment for MI wdc driver 19attach wdc at ofisa with wdc_ofisa 20file dev/ofisa/wdc_ofisa.c wdc_ofisa 21