Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

podulebus(4) [netbsd man page]

PODULEBUS(4)						   BSD Kernel Interfaces Manual 					      PODULEBUS(4)

NAME
podulebus -- Acorn Expansion Card bus driver SYNOPSIS
podulebus0 at ioc0 bank 4 (NetBSD/acorn26) podulebus0 at root (NetBSD/acorn32) DESCRIPTION
The podulebus driver handles the expansion-card interface in Archimedes machines and their successors. This includes conventional expansion cards, mini expansion cards (as introduced in the A3000), network expansion cards (as introduced in the A3020), DEBI expansion cards (as introduced in the Risc PC), and Mk II network cards (also introduced in the Risc PC). Drivers for individual cards attach as children of the podulebus device. NetBSD includes several machine-independent expansion card device drivers. There are also some device drivers which are specific to NetBSD/acorn26 or NetBSD/acorn32. HARDWARE
The following devices are supported by NetBSD. SCSI interfaces asc Acorn AKA30, AKA31, and AKA32 SCSI expansion cards (NetBSD/acorn32). cosc MCS Connect32 SCSI interface (NetBSD/acorn32). csa Cumana 8-bit SCSI interface (NetBSD/acorn32). csc Cumana 16-bit SCSI interface (NetBSD/acorn32). hcsc HCCS 8-bit SCSI interface. oak Oak SCSI interface. ptsc Powertec SCSI interface (NetBSD/acorn32). sec Acorn AKA30, AKA31, and AKA32 SCSI expansion cards. Disk controllers dtide D.T. Software IDE controller. hcide HCCS IDE controller. icside ICS IDE controller (NetBSD/acorn32). rapide Yellowstone Educational Solutions RapIDE IDE controller (NetBSD/acorn32). simide Simtec IDE controller (NetBSD/acorn32). Network interfaces ea Atomwide A-10xx and Acorn AEH54 Ethernet cards (Ether3). eb Atomwide and ANT network-slot and Acorn AEH61 Ethernet cards (EtherB). eh i-cubed EtherLan 100-, 200- and 500-series, and Acorn AEH75, AEH77, and AEH79 Ethernet cards (EtherH) (NetBSD/acorn26). ei Acorn AKA25 Ethernet card (Ether1). ie Acorn AKA25 Ethernet card (Ether1) (NetBSD/acorn32). ne Various vaguely NE2000-compatible Ethernet cards (NetBSD/acorn32). Serial interfaces amps Atomwide multi-port serial interface (NetBSD/acorn32). SEE ALSO
acorn26/eh(4), acorn32/asc(4), acorn32/cosc(4), acorn32/csc(4), acorn32/ie(4), acorn32/ptsc(4), dtide(4), ea(4), eb(4), ei(4), hcide(4), ne(4), oak(4), sec(4) BUGS
Too few drivers are shared between NetBSD/acorn26 and NetBSD/acorn32. BSD
October 26, 2006 BSD

Check Out this Related 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
Man Page