p
Your system may support additional
.Tn ISA
devices.
Drivers for
.Tn ISA
devices not listed here are machine-dependent.
Consult your system's
.Xr intro 4
for additional information.
.Sh SUPPORTED DEVICES
.Nx
includes machine-independent
.Tn ISA
drivers, sorted by device type and driver name:
.Ss SCSI interfaces
l -tag -width pcdisplay -offset indent t adv Advansys
.Tn SCSI
interfaces.
t aha Adaptec AHA-154x family (154xA, 154xB, 154xC, and 154xCF) and the
BusLogic BT54x
.Tn SCSI
interfaces.
t ahc Adaptec 29xx, 39xx, and other AIC-7xxx-based
.Tn SCSI
interfaces.
t aic Adaptec AIC-6260 and Adaptec AIC-6360 based
.Tn SCSI
interfaces, including
the Adaptec 152x, SoundBlaster
.Tn SCSI
interfaces, and a variety of compatibles.
t bha BusLogic BT-445
.Tn SCSI
interfaces.
t dpt DPT SmartCache/SmartRAID III and IV
.Tn SCSI
interfaces.
t esp NCR 53C9x, Emulex ESP406, and Qlogic FAS408
.Tn SCSI
interfaces.
t nca NCR-5380/NCR-53C400
t sea Seagate/Future Domain
.Tn SCSI
cards.
ST01/02, Future Domain TMC-885, and Future Domain TMC-950.
t uha Ultrastor 14f
.Tn SCSI
interfaces.
t wds WD-7000 family of bus-mastering
.Tn SCSI
interfaces.
.El
.Ss Disk and tape controllers
l -tag -width pcdisplay -offset indent t mcd Mitsumi CD-ROM drives.
t wdc Standard Western Digital type hard drive controllers: MFM, RLL, ESDI,
and IDE/ATAPI.
t wt Wangtek and compatible QIC-02 and QIC-36 tape drives.
.El
.Ss Serial and parallel interfaces
l -tag -width pcdisplay -offset indent t ast Multi-port serial communications card first made by AST.
t boca Boca BB100[48] and BB2016 multiplexing serial communications cards.
t com NS8250-, NS16450-, and NS16550-based serial ports.
t cy Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications cards.
t ioat .Tn BOCA Research
IOAT66
serial interfaces.
t lpt Standard
.Tn ISA
parallel port interface.
t rtfps IBM RT four-port serial interfaces.
t tcom Byte Runner Technologies TC-400 and TC-800 series serial interfaces.
.El
.Ss Network interfaces
l -tag -width pcdisplay -offset indent t ai .Tn AT\*[Am]T
.Tn StarLan
.Tn Ethernet
interfaces.
t ate Allied Telesis AT1700 series and RE2000 series
.Tn Ethernet
interfaces.
t cs .Tn Cirrus Logic
Crystal CS8900
.Tn Ethernet
interfaces.
t ec 3Com EtherLink II (3c503)
.Tn Ethernet
interfaces.
t ef .Tn 3Com
EtherLink II (3c507)
.Tn Ethernet
interfaces.
t eg 3Com EtherLink Plus (3c505)
.Tn Ethernet
interfaces.
t el 3Com EtherLink (3c501)
.Tn Ethernet
interfaces.
t ep 3Com EtherLink III (3c509)
.Tn Ethernet
interfaces.
t fmv Fujitsu FMV-181 and FMV-182 interfaces.
.It hp
Broken driver for HP -relabelled
.Tn Ethernet
cards.
t ix Intel EtherExpress/16
.Tn Ethernet
interfaces.
t iy Intel i82595-based
.Tn Ethernet
interfaces, including the EtherExpress Pro/10.
t lc DEC EtherWORKS III
.Tn Ethernet
interfaces (DE203, DE204, and DE205).
t le .Tn Ethernet
interfaces based on the AMD LANCE chip,
including BICC Isolan, Novell NE2100, Digital DEPCA, and PCnet-ISA.
t ne Novel NE2000 and compatible
.Tn Ethernet
interfaces.
t ntwoc SDL Communications Riscom/N2 synchronous serial interfaces.
t sm SMC91C9x-based
.Tn Ethernet
interfaces.
t tr TROPIC based token ring interfaces.
t we Western Digital/SMC 80x3, SMC Elite Ultra, and SMC EtherEZ
.Tn Ethernet
interfaces.
.El
.Ss Sound cards and MIDI interfaces
l -tag -width pcdisplay -offset indent t aria Sierra's Aria based sound cards.
t cms Creative Music System.
t ess ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards.
t gus Gravis Ultrasound sound cards.
t mpu Roland MPU401 (and compatible) MIDI UARTs.
t opl Yamaha OPL2 and OPL3 FM MIDI synthesizers.
t pas ProAudio Spectrum sound cards.
t sb SoundBlaster, SoundBlaster 16, and SoundBlaster Pro sound cards.
t wss Windows Sound System-compatible sound cards based on the AD1848 and
compatible chips.
.El
.Ss Miscellaneous devices
l -tag -width pcdisplay -offset indent t az Aztech/PackardBell radio card.
t ega EGA graphics boards.
t lm National Semiconductor LM78, LM79 and compatible hardware monitors.
t pcdisplay PC display adapters.
t pcic .Tn PCI
.Tn PCMCIA
controllers, including the Cirrus Logic GD6729.
t pckbc PC keyboard controllers.
t pcppi PC control and timer ports.
t pms PS/2 auxiliary port mice (including wheel mice).
t rt AIMS Lab Radiotrack FM radio.
t rtii AIMS Lab Radiotrack II FM radio.
t sf2r SoundForte RadioLink SF16-FMR2 FM radio.
t soekrisgpio Soekris net6501 GPIO and LEDs driver
t tcic Databook DB86082, DB86084, DB86184, and DB86072
.Tn PCMCIA
controllers.
t vga VGA graphics boards.
t wbsio Winbond LPC Super I/O.
.El
p Note that some .Tn ISA devices also have newer .Tn ISA Plug-and-Play variants. These are listed in .Xr isapnp 4 . Some i386 platforms use .Xr pnpbios 4 to attach .Tn ISA devices. .Sh DIAGNOSTICS l -diag t "Stray interrupt on IRQ 7" It means the interrupt controller reported an unmasked interrupt on IRQ 7, but no driver attached to that IRQ `claimed' it.
p There are two reasons this can happen: l -bullet t In anything other than i386, it would almost always mean that there is a driver attached to the IRQ, but it is the wrong driver. t On i386, there is the more obscure issue of `default IRQ7's. That is, when a device asserts an IRQ, but the IRQ is deasserted after the PIC latches the interrupt and before the CPU acknowledges it, the PIC just flat out lies about which IRQ it was. It is usually due to a suboptimally coded driver. .El .El .Sh SEE ALSO .Xr adv 4 , .Xr aha 4 , .Xr ahc 4 , .Xr ai 4 , .Xr aic 4 , .Xr aria 4 , .Xr ast 4 , .Xr ate 4 , .Xr az 4 , .Xr bha 4 , .Xr boca 4 , .Xr cms 4 , .Xr com 4 , .Xr cs 4 , .Xr cy 4 , .Xr dpt 4 , .Xr ec 4 , .Xr ef 4 , .Xr eg 4 , .Xr el 4 , .Xr ep 4 , .Xr esp 4 , .Xr ess 4 , .Xr fmv 4 , .Xr gus 4 , .Xr intro 4 , .Xr ioat 4 , .Xr isapnp 4 , .Xr ix 4 , .Xr iy 4 , .Xr joy 4 , .Xr lc 4 , .Xr le 4 , .Xr lm 4 , .Xr lpt 4 , .Xr mcd 4 , .Xr mpu 4 , .Xr nca 4 , .Xr ne 4 , .Xr ntwoc 4 , .Xr opl 4 , .Xr pas 4 , .Xr pcdisplay 4 , .Xr pcic 4 , .Xr pckbc 4 , .Xr pcppi 4 , .Xr pms 4 , .Xr pnpbios 4 , .Xr rt 4 , .Xr rtfps 4 , .Xr rtii 4 , .Xr sb 4 , .Xr sea 4 , .Xr sf2r 4 , .Xr sm 4 , .Xr soekrisgpio 4 , .Xr tcic 4 , .Xr tcom 4 , .Xr tr 4 , .Xr uha 4 , .Xr vga 4 , .Xr wbsio 4 , .Xr wd 4 , .Xr wdc 4 , .Xr wds 4 , .Xr we 4 , .Xr wss 4 , .Xr wt 4 .Sh HISTORY The machine-independent .Tn ISA subsystem appeared in .Nx 1.2 .