files.ofisa revision 1.9
11.9Sthorpej# $NetBSD: files.ofisa,v 1.9 1998/08/20 07:02:32 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.8Sthorpejattach sb at ofisa with sb_ofisa 241.8Sthorpejfile dev/ofisa/sb_ofisa.c sb_ofisa 251.7Saugustss 261.7Saugustss# attachment of ISA ESS Technology ES1887/ES888 271.7Saugustssattach ess at ofisa with ess_ofisa 281.7Saugustssfile dev/ofisa/ess_ofisa.c ess_ofisa 291.6Sthorpej 301.6Sthorpej# attachment of ISA CS8900 driver 311.6Sthorpejattach cs at ofisa with cs_ofisa: of_network_dev 321.6Sthorpejfile dev/ofisa/if_cs_ofisa.c cs_ofisa 331.9Sthorpej 341.9Sthorpej# attachment of ISA Game port driver 351.9Sthorpejattach joy at ofisa with joy_ofisa 361.9Sthorpejfile dev/ofisa/joy_ofisa.c joy_ofisa 37