Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

eisa(4) [netbsd man page]

EISA(4) 						   BSD Kernel Interfaces Manual 						   EISA(4)

NAME
eisa -- Introduction to EISA bus machine-independent drivers and support SYNOPSIS
options EISAVERBOSE Machine-dependent; depends on the bus topology and EISA bus interface of your system. Typical EISA buses are either connected directly to the main system bus, or via an PCI to EISA bridge. See the intro(4) documentation for your system for details. DESCRIPTION
NetBSD includes a machine-independent EISA bus subsystem and several machine-independent EISA device drivers. Your system may support additional EISA devices. Drivers for EISA devices not listed here are machine-dependent. Consult your system's intro(4) for additional information. SUPPORTED DEVICES
NetBSD includes machine-independent EISA drivers, sorted by device type and driver name: Disk and tape controllers cac Compaq array controllers. mlx Mylex DAC960 and DEC SWXCR RAID controllers. SCSI interfaces ahb Adaptec 174x SCSI interfaces. ahc Adaptec AIC 7770, 274x, and 284x SCSI interfaces. bha BusLogic BT-74x SCSI interfaces. dpt DPT SmartCache/SmartRAID III and IV SCSI interfaces. uha Ultrastor 24f SCSI interfaces. Network interfaces ep 3Com 3c579 and 3c592 10Mbit Ethernet, and 3c597 10/100Mbit Ethernet interfaces. fea Digital DEFEA FDDI interfaces. le Digital DE422 Ethernet interfaces. tlp Digital DE425 Ethernet interfaces. Note that most or all EISA devices also have PCI or ISA equivalents. These are listed in pci(4), isa(4), or isapnp(4), respectively. The manual pages for each individual driver also lists the supported bus variants. SEE ALSO
ahb(4), ahc(4), bha(4), cac(4), dpt(4), ep(4), fea(4), intro(4), le(4), mlx(4), tlp(4), uha(4) HISTORY
The machine-independent EISA subsystem appeared in NetBSD 1.2. BSD
September 27, 2002 BSD

Check Out this Related Man Page

ISAPNP(4)						   BSD Kernel Interfaces Manual 						 ISAPNP(4)

NAME
isapnp -- introduction to ISA Plug-and-Play support SYNOPSIS
isapnp0 at isa? An isapnp bus can be configured for each supported ISA bus. DESCRIPTION
NetBSD provides machine-independent bus support and drivers for ISA Plug-and-Play (isapnp) autoconfiguration of PnP-compatible devices on an ISA bus. SUPPORTED DEVICES
NetBSD includes machine-independent ISAPNP drivers, sorted by function and driver name: SCSI interfaces aha Adaptec AHA-154[02] SCSI interfaces. aic Adaptec AHA-1520B SCSI interfaces. Disk controllers wdc Standard IDE and ATAPI drive controller. Serial and parallel interfaces com 8250/16450/16550-compatible ISA PnP serial cards and internal modems. Network interfaces an Aironet 4500/4800 and Cisco 340 series 802.11 interfaces. ep 3Com 3c509B EtherLink III Ethernet interface. le PCnet-PnP Ethernet interfaces based on the successor to the AMD LANCE chip. ne NE2000-compatible Ethernet interfaces. tr TROPIC based token ring interfaces. Sound cards ess ESS Technology derived PnP sound cards and devices. guspnp Gravis Ultrasound PnP sound cards. sb SoundBlaster, SoundBlaster 16, and SoundBlaster Pro sound cards. wss Windows Sound System compatible cards, e.g., most of the cards with Crystal Semiconductor chips. ym Yamaha OPL3-SAx sound cards. Miscellaneous devices pcic PCI PCMCIA controllers, including the Cirrus Logic GD6729. ISA Plug-and-Play devices also have alternate ISA drivers with static ISA IO address configuration. These are listed in isa(4). The isapnp bus ignores devices that have already been found and configured as isa(4) devices. The isapnp bus is only effective on machines which lack a PnP BIOS, or on which the PnP BIOS has been disabled. The manual pages for each individual isapnp driver also list the supported front-ends for other buses. SEE ALSO
aha(4), aic(4), an(4), com(4), ep(4), ess(4), guspnp(4), intro(4), isa(4), le(4), ne(4), pcic(4), sb(4), tr(4), wdc(4), wss(4), ym(4) HISTORY
The isapnp driver appeared in NetBSD 1.3. BSD
February 17, 1997 BSD
Man Page