files.ofisa revision 1.15
11.15Sthorpej# $NetBSD: files.ofisa,v 1.15 2021/04/27 21:39:39 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.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.12Sjdolecekfile dev/ofisa/lpt_ofisa.c lpt_ofisa & !ppbus 211.12Sjdolecek 221.13Sjdolecekattach atppc at ofisa with atppc_ofisa: isadma 231.12Sjdolecekfile dev/ofisa/atppc_ofisa.c atppc_ofisa 241.1Scgd 251.1Scgd# attachment for MI wdc driver 261.1Scgdattach wdc at ofisa with wdc_ofisa 271.1Scgdfile dev/ofisa/wdc_ofisa.c wdc_ofisa 281.5Sthorpej 291.5Sthorpej# attachment of ISA SoundBlaster driver 301.8Sthorpejattach sb at ofisa with sb_ofisa 311.8Sthorpejfile dev/ofisa/sb_ofisa.c sb_ofisa 321.7Saugustss 331.7Saugustss# attachment of ISA ESS Technology ES1887/ES888 341.7Saugustssattach ess at ofisa with ess_ofisa 351.7Saugustssfile dev/ofisa/ess_ofisa.c ess_ofisa 361.6Sthorpej 371.6Sthorpej# attachment of ISA CS8900 driver 381.11Syamtattach cs at ofisa with cs_ofisa: of_network_dev, cs_isa_common, isadma 391.6Sthorpejfile dev/ofisa/if_cs_ofisa.c cs_ofisa 401.9Sthorpej 411.9Sthorpej# attachment of ISA Game port driver 421.9Sthorpejattach joy at ofisa with joy_ofisa 431.9Sthorpejfile dev/ofisa/joy_ofisa.c joy_ofisa 441.15Sthorpej 451.15Sthorpej# ISA mc146818 RTC driver 461.15Sthorpejdevice mcclock: mc146818 471.15Sthorpejattach mcclock at ofisa with mcclock_ofisa 481.15Sthorpejfile dev/ofisa/mcclock_ofisa.c mcclock_ofisa 49