# $FabBSD$ # $OpenBSD: files.isa,v 1.104 2008/04/23 13:28:59 jsg Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. # Included by ports that need it. Requires that the SCSI files be # defined first. # ports should specify appropriate major numbers for the following # devices: # mcd, scd, wd device isa {[port = -1], [size = 0], [iomem = -1], [iosiz = 0], [irq = -1], [drq = -1], [drq2 = -1]} attach isa at isabus file dev/isa/isa.c isa needs-flag # # ISA DMA capability, if it exists on this ISA bus # define isa_dma device isadma attach isadma at isa: isa_dma file dev/isa/isadma.c isadma needs-flag # # 8250/16[45]50-based multi-port serial boards # define commulti {[slave = -1]} # AST 4-port board device ast: commulti attach ast at isa file dev/isa/ast.c ast # BOCA 8-port board device boca: commulti attach boca at isa file dev/isa/boca.c boca device addcom: commulti attach addcom at isa with addcom_isa file dev/isa/addcom_isa.c addcom # IBM RT PC 4-port board device rtfps: commulti attach rtfps at isa file dev/isa/rtfps.c rtfps # Hostess 4-port board device hsq: commulti attach hsq at isa file dev/isa/hsq.c hsq # # Serial and parallel drivers # # 8250/16[45]50-based "com" ports attach com at isa with com_isa file dev/isa/com_isa.c com_isa attach com at commulti with com_commulti file dev/isa/com_commulti.c com_commulti # Cyclades Cyclom multiport serial cards attach cy at isa with cy_isa file dev/isa/cy_isa.c cy_isa # ISA PC keyboard controller attach pckbc at isa with pckbc_isa file dev/isa/pckbc_isa.c pckbc_isa needs-flag # Generic ISA VGA attach vga at isa with vga_isa file dev/isa/vga_isa.c vga_isa # Generic EGA device ega: wsemuldisplaydev, pcdisplayops attach ega at isa file dev/isa/ega.c ega needs-flag # Generic PC graphics adapter (MGA, CGA, ...) device pcdisplay: wsemuldisplaydev, pcdisplayops attach pcdisplay at isa file dev/isa/pcdisplay.c pcdisplay needs-flag # # SCSI host adapters # # BusLogic BT-74x EISA family (XXX; should be EISA. it's special) attach bha at isa with bha_isa: isa_dma file dev/isa/bha_isa.c bha_isa # Adaptec AIC-6[32]60 ICs attach aic at isa with aic_isa: isa_dma file dev/isa/aic_isa.c aic_isa # Adaptec AHA-154x family device aha: scsi, isa_dma attach aha at isa with aha_isa file dev/isa/aha.c aha needs-flag # Seagate ST0[12] ICs device sea: scsi attach sea at isa file dev/isa/seagate.c sea # UltraStor UHA-[13]4f boards # device declaration in sys/conf/files attach uha at isa with uha_isa: isa_dma file dev/isa/uha_isa.c uha_isa # Western Digital WD7000 and Future Domain TMC-7000 boards device wds: scsi, isa_dma attach wds at isa file dev/isa/wds.c wds # OPTi 82C929 chipset setup code define opti file dev/isa/opti.c opti # # Other ISA disk controllers # # Mitsumi CD-ROM controllers device mcd: disk, opti attach mcd at isa file dev/isa/mcd.c mcd needs-flag # ISA "wd" (ESDI/IDE/etc.) controllers, ATAPI bus attach wdc at isa with wdc_isa: isa_dma file dev/isa/wdc_isa.c wdc_isa # # ISA networking drivers # # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards attach lc at isa with lc_isa file dev/isa/if_lc_isa.c lc_isa # Novell NE1000, NE2000, and clones # Must be before the WD/SMC probe which it is hurt by. attach ne at isa with ne_isa: rtl80x9 file dev/isa/if_ne_isa.c ne_isa # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ # MUST be second: probe is hurting some NE2k clones but otherwise kind, # and registers are clobbered by other drivers' probes device we: ether, ifnet, dp8390nic, ifmedia attach we at isa with we_isa file dev/isa/if_we.c we & (we_isa | we_isapnp) needs-flag # 3Com common probe code define elink file dev/isa/elink.c elink # 3Com 3C503 device ec: ether, ifnet, dp8390nic, ifmedia attach ec at isa file dev/isa/if_ec.c ec # 3Com 3C505 device eg: ether, ifnet attach eg at isa file dev/isa/if_eg.c eg # 3Com 3C501 device el: ether, ifnet attach el at isa file dev/isa/if_el.c el # 3Com 3C509 Ethernet controller attach ep at isa with ep_isa: elink file dev/isa/if_ep_isa.c ep_isa # Intel i82586-based boards # (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507) attach ie at isa with ie_isa: elink file dev/isa/if_ie.c ie_isa # Intel i82595-based boards. # (Intel EtherExpress PRO/100) device iy: ether, ifnet attach iy at isa file dev/isa/if_iy.c iy # Intel EtherExpress PRO/10 device ex: ether, ifnet attach ex at isa file dev/isa/if_ex.c ex needs-flag # AMD am7990 (Lance) -based boards # (BICC Isolan, NE2100, DEPCA) # device declaration in sys/conf/files attach le at isa with le_isa file dev/isa/if_le.c le_isa | le_pci file dev/isa/if_le_isa.c le_isa # SMC91Cxx Ethernet Controllers attach sm at isa with sm_isa file dev/isa/if_sm_isa.c sm_isa # PC PPI + TIMER 1 (speaker interface) device pcppi {} attach pcppi at isa file dev/isa/pcppi.c pcppi needs-flag device spkr attach spkr at pcppi file dev/isa/spkr.c spkr needs-flag # 8255A-based PC parallel ports (printer interface) attach lpt at isa with lpt_isa file dev/isa/lpt_isa.c lpt_isa needs-flag # 8255A-based PC parallel ports (general purpose I/O interface) attach lptgpio at isa with lptgpio_isa file dev/isa/lptgpio_isa.c lptgpio_isa needs-flag # Winbond LPC Super I/O device wbsio {} attach wbsio at isa file dev/isa/wbsio.c wbsio # National Semiconductor LM78/79/81 and compatible hardware monitors attach lm at isa with lm_isa attach lm at wbsio with lm_wbsio file dev/isa/lm78_isa.c lm_isa | lm_wbsio # Fintek (Feature Integration Technology) F71805F hardware monitor subfunction device fins attach fins at isa file dev/isa/fins.c fins # NSC PC87366 Super IO / monitor chip device nsclpcsio: gpiobus attach nsclpcsio at isa with nsclpcsio_isa file dev/isa/nsclpcsio_isa.c nsclpcsio_isa # National Semiconductor Geode SC1100 Super I/O device gscsio: i2cbus attach gscsio at isa file dev/isa/gscsio.c gscsio # ITE IT8705F, IT8712F, IT8716F, IT8718F, IT8726F and SiS SiS950 hardware # monitors and watchdog timers device it attach it at isa file dev/isa/it.c it # VIA VT1211 LPC Super I/O device viasio attach viasio at isa file dev/isa/viasio.c viasio # ThinkPad Active Protection System accelerometer device aps attach aps at isa file dev/isa/aps.c aps # ISA I/O mapped as GPIO device isagpio: gpiobus attach isagpio at isa file dev/isa/isagpio.c isagpio # # PCMCIA PCIC (i82365SL and compatibles): # #device pcicmaster {[irq = -1], [iomem = -1], [iosiz = 0]} #attach pcicmaster at isa #device pcic: pcmciabus #attach pcic at pcicmaster #file dev/isa/pcmcia_pcic.c pcic | pcicmaster #file dev/isa/pcmcia_isa.c pcmcia