diff options
Diffstat (limited to 'static/netbsd/man4/pci.4 3.html')
| -rw-r--r-- | static/netbsd/man4/pci.4 3.html | 567 |
1 files changed, 0 insertions, 567 deletions
diff --git a/static/netbsd/man4/pci.4 3.html b/static/netbsd/man4/pci.4 3.html deleted file mode 100644 index 5bbd7dd8..00000000 --- a/static/netbsd/man4/pci.4 3.html +++ /dev/null @@ -1,567 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">PCI(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">PCI(4)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">pci</code> — <span class="Nd">introduction - to machine-independent PCI bus support and drivers</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="Cd">pci* at mainbus? bus ?</code> - <br/> - <code class="Cd">pci* at pchb? bus ?</code> - <br/> - <code class="Cd">pci* at ppb? bus ?</code></p> -<p class="Pp"> - <br/> - <code class="Cd">options PCIVERBOSE</code> - <br/> - <code class="Cd">options PCI_CONFIG_DUMP</code> - <br/> - <code class="Cd">options PCI_ADDR_FIXUP</code> - <br/> - <code class="Cd">options PCI_BUS_FIXUP</code> - <br/> - <code class="Cd">options PCI_INTR_FIXUP</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp"><span class="Ux">NetBSD</span> includes a machine-independent PCI - bus subsystem and several machine-independent PCI device drivers.</p> -<p class="Pp">Your system may support additional PCI devices and attachments. - Drivers for PCI devices not listed here are machine-dependent. Consult your - system's <a class="Xr">intro(4)</a> for additional information.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="OPTIONS"><a class="permalink" href="#OPTIONS">OPTIONS</a></h1> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt id="PCI_ADDR_FIXUP"><a class="permalink" href="#PCI_ADDR_FIXUP"><code class="Dv">PCI_ADDR_FIXUP</code></a></dt> - <dd>Fixup PCI I/O and memory addresses. - <p class="Pp">Some i386 and amd64 BIOS implementations don't allocate I/O - space and memory space for some PCI devices — primarily BIOS in - PnP mode, or laptops that expect devices to be configured via ACPI. - Since necessary space isn't allocated, those devices will not work - without special handling.</p> - <p class="Pp">This option allocates I/O space and memory space instead of - relying upon the BIOS to do so.</p> - <p class="Pp">If necessary space is already correctly assigned to the - devices, this option leaves the space as is.</p> - </dd> - <dt id="PCI_BUS_FIXUP"><a class="permalink" href="#PCI_BUS_FIXUP"><code class="Dv">PCI_BUS_FIXUP</code></a></dt> - <dd>Fixup PCI bus numbering; needed for many <a class="Xr">cardbus(4)</a> - bridges. - <p class="Pp">Each PCI bus and CardBus should have a unique bus number. But - some BIOS implementations don't assign a bus number for subordinate PCI - buses. And many BIOS implementations don't assign a bus number for - CardBuses.</p> - <p class="Pp">A typical symptom of this is the following boot message:</p> - <div class="Bd - Bd-indent"><a class="permalink" href="#cardbus0"><b class="Sy" id="cardbus0">cardbus0 - at cardslot0: bus 0 device 0...</b></a></div> - Please note that this cardbus0 has a bus number ‘0’, but - normally the bus number 0 is used by the machine's primary PCI bus. Thus, - this bus number for cardbus is incorrect (not assigned). In this - situation, a device located in cardbus0 doesn't show correct device ID, - because its bus number 0 incorrectly refers to the primary PCI bus, and a - device ID in the primary PCI bus is shown in the boot message instead of - the device's ID in the cardbus0. - <p class="Pp">This option assigns bus numbers for all subordinate PCI buses - and CardBuses.</p> - <p class="Pp">Since this option renumbers all PCI buses and CardBuses, all - bus numbers of subordinate buses become different when this option is - enabled.</p> - </dd> - <dt id="PCI_INTR_FIXUP"><a class="permalink" href="#PCI_INTR_FIXUP"><code class="Dv">PCI_INTR_FIXUP</code></a></dt> - <dd>Fixup PCI interrupt routing via PCIBIOS or ACPI. - <p class="Pp">Some i386 and amd64 BIOS implementations don't assign an - interrupt for some devices.</p> - <p class="Pp">This option assigns an interrupt for such devices instead of - relying upon the BIOS to do so.</p> - <p class="Pp">If a valid interrupt has already been assigned to a device, - this option leaves the interrupt as is.</p> - </dd> -</dl> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> -<p class="Pp"><span class="Ux">NetBSD</span> includes machine-independent PCI - drivers, sorted by device type and driver name:</p> -<section class="Ss"> -<h2 class="Ss" id="SCSI_interfaces"><a class="permalink" href="#SCSI_interfaces">SCSI - interfaces</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">ahc(4)</a></dt> - <dd>Adaptec 29xx, 39xx, and other AIC-7xxx-based SCSI interfaces.</dd> - <dt><a class="Xr">adv(4)</a></dt> - <dd>Advansys SCSI interfaces.</dd> - <dt><a class="Xr">adw(4)</a></dt> - <dd>Advansys Ultra Wide SCSI interfaces.</dd> - <dt><a class="Xr">bha(4)</a></dt> - <dd>Buslogic BT-9xx SCSI interfaces.</dd> - <dt><a class="Xr">dpt(4)</a></dt> - <dd>DPT SmartCache/SmartRAID III and IV SCSI interfaces.</dd> - <dt><a class="Xr">esiop(4)</a></dt> - <dd>Enhanced Symbios Logic/NCR 53c8xx SCSI controllers.</dd> - <dt><a class="Xr">iha(4)</a></dt> - <dd>Initio INIC-940/950 SCSI interfaces.</dd> - <dt><a class="Xr">isp(4)</a></dt> - <dd>QLogic ISP-1020, ISP-1040, and ISP-2100 SCSI and FibreChannel - interfaces.</dd> - <dt><a class="Xr">mfi(4)</a></dt> - <dd>LSI Logic & Dell MegaRAID SAS RAID controllers.</dd> - <dt><a class="Xr">mly(4)</a></dt> - <dd>Mylex AcceleRAID and eXtremeRAID controllers with v6 firmware.</dd> - <dt><a class="Xr">mpii(4)</a></dt> - <dd>LSI Logic Fusion-MPT Message Passing Interface II SAS controllers.</dd> - <dt><a class="Xr">mpt(4)</a></dt> - <dd>LSI Logic Fusion-MPT SCSI/Fibre Channel/SAS controllers.</dd> - <dt><a class="Xr">nca(4)</a></dt> - <dd>Domex 536 SCSI interfaces.</dd> - <dt><a class="Xr">njs(4)</a></dt> - <dd>Workbit NinjaSCSI-32 PCI/CardBus SCSI controllers.</dd> - <dt><a class="Xr">pcscp(4)</a></dt> - <dd>Advanced Micro Devices Am53c974 PCscsi-PCI SCSI interfaces.</dd> - <dt><a class="Xr">siop(4)</a></dt> - <dd>Symbios Logic/NCR 53c8xx-family SCSI interfaces.</dd> - <dt><a class="Xr">trm(4)</a></dt> - <dd>Tekram TRM-S1040 ASIC based SCSI interfaces.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Storage_controllers"><a class="permalink" href="#Storage_controllers">Storage - controllers</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">aac(4)</a></dt> - <dd>The Adaptec AAC family of RAID controllers.</dd> - <dt><a class="Xr">acardide(4)</a></dt> - <dd>Acard IDE disk controllers.</dd> - <dt><a class="Xr">aceride(4)</a></dt> - <dd>Acer Labs M5229 IDE controllers.</dd> - <dt><a class="Xr">ahcisata(4)</a></dt> - <dd>AHCI 1.0 and 1.1 compliant SATA controllers.</dd> - <dt><a class="Xr">amr(4)</a></dt> - <dd>The AMI and LSI Logic MegaRAID family of RAID controllers.</dd> - <dt><a class="Xr">arcmsr(4)</a></dt> - <dd>Areca Technology Corporation SATA/SAS RAID controllers.</dd> - <dt><a class="Xr">artsata(4)</a></dt> - <dd>Intel i31244 Serial ATA disk controllers.</dd> - <dt><a class="Xr">cac(4)</a></dt> - <dd>Compaq array controllers.</dd> - <dt><a class="Xr">ciss(4)</a></dt> - <dd>HP/Compaq Smart ARRAY 5/6 RAID controllers.</dd> - <dt><a class="Xr">cmdide(4)</a></dt> - <dd>CMD Technology and Silicon Image IDE disk controllers.</dd> - <dt><a class="Xr">cypide(4)</a></dt> - <dd>Cypress 82C693 IDE controllers.</dd> - <dt><a class="Xr">hptide(4)</a></dt> - <dd>Triones/Highpoint IDE disk controllers.</dd> - <dt><a class="Xr">icp(4)</a></dt> - <dd>ICP Vortex GDT and Intel Storage RAID controllers.</dd> - <dt><a class="Xr">iteide(4)</a></dt> - <dd>Integrated Technology Express IDE disk controllers.</dd> - <dt><a class="Xr">ixpide(4)</a></dt> - <dd>ATI Technologies IXP IDE controllers.</dd> - <dt><a class="Xr">jmide(4)</a></dt> - <dd>JMicron Technology JMB36x PCIe to SATA II/PATA controllers.</dd> - <dt><a class="Xr">mlx(4)</a></dt> - <dd>Mylex DAC960 and DEC SWXCR RAID controllers.</dd> - <dt><a class="Xr">mvsata(4)</a></dt> - <dd>Marvell Hercules-I and Hercules-II SATA controllers.</dd> - <dt><a class="Xr">nside(4)</a></dt> - <dd>National Semiconductor PC87415 PCI-IDE controllers.</dd> - <dt><a class="Xr">nvme(4)</a></dt> - <dd>Non-Volatile Memory (NVM Express) host controllers.</dd> - <dt><a class="Xr">optiide(4)</a></dt> - <dd>OPTi IDE disk controllers.</dd> - <dt><a class="Xr">pdcide(4)</a></dt> - <dd>Promise IDE disk controllers.</dd> - <dt><a class="Xr">pdcsata(4)</a></dt> - <dd>Promise Serial-ATA disk controllers.</dd> - <dt><a class="Xr">pciide(4)</a></dt> - <dd>IDE disk controllers.</dd> - <dt><a class="Xr">rtsx(4)</a></dt> - <dd>Realtek SD card readers.</dd> - <dt><a class="Xr">satalink(4)</a></dt> - <dd>Silicon Image SATALink disk controllers.</dd> - <dt><a class="Xr">schide(4)</a></dt> - <dd>Intel SCH IDE disk controllers.</dd> - <dt><a class="Xr">siisata(4)</a></dt> - <dd>Silicon Image SATA-II controllers.</dd> - <dt><a class="Xr">siside(4)</a></dt> - <dd>Silicon Integrated System IDE disk controllers.</dd> - <dt><a class="Xr">slide(4)</a></dt> - <dd>Symphony Labs and Winbond IDE disk controllers.</dd> - <dt><a class="Xr">stpcide(4)</a></dt> - <dd>STMicroelectronics STPC IDE disk controllers</dd> - <dt><a class="Xr">svwsata(4)</a></dt> - <dd>Serverworks Serial ATA disk controllers.</dd> - <dt><a class="Xr">twa(4)</a></dt> - <dd>3ware Apache RAID controllers.</dd> - <dt><a class="Xr">twe(4)</a></dt> - <dd>3Ware Escalade RAID controllers.</dd> - <dt><a class="Xr">viaide(4)</a></dt> - <dd>AMD, NVIDIA and VIA IDE disk controllers.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Wired_network_interfaces"><a class="permalink" href="#Wired_network_interfaces">Wired - network interfaces</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">age(4)</a></dt> - <dd>Attansic L1 10/100/Gigabit Ethernet interfaces.</dd> - <dt><a class="Xr">alc(4)</a></dt> - <dd>Atheros AR813x/AR815x/AR816x/AR817x and Killer E2200/2400/2500 10/100/1000 - Ethernet interfaces.</dd> - <dt><a class="Xr">ale(4)</a></dt> - <dd>Atheros AR8121/AR8113/AR8114 (Attansic L1E) 10/100/1000 Ethernet - interfaces.</dd> - <dt><a class="Xr">aq(4)</a></dt> - <dd>Aquantia AQC multigigabit Ethernet interfaces.</dd> - <dt><a class="Xr">bce(4)</a></dt> - <dd>Broadcom BCM4401 10/100 Ethernet interfaces.</dd> - <dt><a class="Xr">bge(4)</a></dt> - <dd>Broadcom BCM57xx/BCM590x 10/100/1000 Ethernet interfaces.</dd> - <dt><a class="Xr">bnx(4)</a></dt> - <dd>Broadcom NetXtreme II 10/100/1000 Ethernet interfaces.</dd> - <dt><a class="Xr">cas(4)</a></dt> - <dd>Sun Cassini/Cassini+ (GigaSwift) Ethernet devices.</dd> - <dt><a class="Xr">dge(4)</a></dt> - <dd>Intel i82597EX PRO/10GbE LR Ethernet interfaces.</dd> - <dt><a class="Xr">ena(4)</a></dt> - <dd>Elastic Network Adapter interfaces.</dd> - <dt><a class="Xr">ep(4)</a></dt> - <dd>3Com 3c590, 3c595, 3c900, and 3c905 Ethernet interfaces.</dd> - <dt><a class="Xr">epic(4)</a></dt> - <dd>SMC83C170 (EPIC/100) Ethernet interfaces.</dd> - <dt><a class="Xr">eqos(4)</a></dt> - <dd>DesignWare Ethernet Quality-of-Service controllers.</dd> - <dt><a class="Xr">et(4)</a></dt> - <dd>Agere/LSI ET1310/ET1301 10/100/1000 Ethernet interfaces.</dd> - <dt><a class="Xr">ex(4)</a></dt> - <dd>3Com 3c900, 3c905, and 3c980 Ethernet interfaces.</dd> - <dt><a class="Xr">fxp(4)</a></dt> - <dd>Intel EtherExpress PRO 10+/100B Ethernet interfaces.</dd> - <dt><a class="Xr">gsip(4)</a></dt> - <dd>National Semiconductor DP83820 based Gigabit Ethernet interfaces.</dd> - <dt><a class="Xr">hme(4)</a></dt> - <dd>Sun Microelectronics STP2002-STQ Ethernet interfaces.</dd> - <dt><a class="Xr">igc(4)</a></dt> - <dd>Intel I225/I226 1Gb/2.5Gb Ethernet devices.</dd> - <dt><a class="Xr">ixg(4)</a></dt> - <dd>Intel 82598EB, 82599, X540 and X550 10 Gigabit Ethernet interfaces.</dd> - <dt><a class="Xr">ixl(4)</a></dt> - <dd>Intel 700 series Ethernet interfaces.</dd> - <dt><a class="Xr">jme(4)</a></dt> - <dd>JMicron Technologies JMC250/JMC260 Ethernet interfaces.</dd> - <dt><a class="Xr">kse(4)</a></dt> - <dd>Micrel 8842/8841 PCI Ethernet controllers.</dd> - <dt><a class="Xr">le(4)</a></dt> - <dd>PCNet-PCI Ethernet interfaces. Note, the <a class="Xr">pcn(4)</a> driver - supersedes this driver.</dd> - <dt><a class="Xr">lii(4)</a></dt> - <dd>Attansic/Atheros L2 Fast-Ethernet interfaces.</dd> - <dt><a class="Xr">mcx(4)</a></dt> - <dd>Mellanox 5th generation Ethernet devices.</dd> - <dt><a class="Xr">msk(4)</a></dt> - <dd>Marvell Yukon 2 based Gigabit Ethernet interfaces.</dd> - <dt><a class="Xr">ne(4)</a></dt> - <dd>NE2000-compatible Ethernet interfaces.</dd> - <dt><a class="Xr">nfe(4)</a></dt> - <dd>NVIDIA nForce Ethernet interfaces.</dd> - <dt><a class="Xr">ntwoc(4)</a></dt> - <dd>SDL Communications N2pci and WAN/ic 400 synchronous serial - interfaces.</dd> - <dt><a class="Xr">pcn(4)</a></dt> - <dd>AMD PCnet-PCI family of Ethernet interfaces.</dd> - <dt><a class="Xr">re(4)</a></dt> - <dd>Realtek 10/100/1000 Ethernet adapters.</dd> - <dt><a class="Xr">rge(4)</a></dt> - <dd>Realtek RTL8125-based Ethernet interfaces.</dd> - <dt><a class="Xr">rtk(4)</a></dt> - <dd>Realtek 8129/8139 based Ethernet interfaces.</dd> - <dt><a class="Xr">sf(4)</a></dt> - <dd>Adaptec AIC-6915 10/100 Ethernet interfaces.</dd> - <dt><a class="Xr">sip(4)</a></dt> - <dd>Silicon Integrated Systems SiS 900, SiS 7016, and National Semiconductor - DP83815 based Ethernet interfaces.</dd> - <dt><a class="Xr">sk(4)</a></dt> - <dd>SysKonnect SK-98xx based Gigabit Ethernet interfaces.</dd> - <dt><a class="Xr">ste(4)</a></dt> - <dd>Sundance ST-201 10/100 based Ethernet interfaces.</dd> - <dt><a class="Xr">stge(4)</a></dt> - <dd>Sundance/Tamarack TC9021 based Gigabit Ethernet interfaces.</dd> - <dt><a class="Xr">ti(4)</a></dt> - <dd>Alteon Networks Tigon I and Tigon II Gigabit Ethernet driver.</dd> - <dt><a class="Xr">tl(4)</a></dt> - <dd>Texas Instruments ThunderLAN-based Ethernet interfaces.</dd> - <dt><a class="Xr">tlp(4)</a></dt> - <dd>DECchip 21x4x and clone Ethernet interfaces.</dd> - <dt><a class="Xr">txp(4)</a></dt> - <dd>3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interfaces.</dd> - <dt><a class="Xr">vge(4)</a></dt> - <dd>VIA Networking Technologies VT6122 PCI Gigabit Ethernet adapter - driver.</dd> - <dt><a class="Xr">vmx(4)</a></dt> - <dd>VMware VMXNET3 virtual Ethernet interfaces.</dd> - <dt><a class="Xr">vr(4)</a></dt> - <dd>VIA VT3043 (Rhine) and VT86C100A (Rhine-II) Ethernet interfaces.</dd> - <dt><a class="Xr">vte(4)</a></dt> - <dd>Vortex86 RDC R6040 Fast Ethernet driver.</dd> - <dt><a class="Xr">wm(4)</a></dt> - <dd>Intel i8254x Gigabit Ethernet driver.</dd> - <dt><a class="Xr">xge(4)</a></dt> - <dd>Neterion Xframe-I LR Ethernet adapters.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Wireless_network_interfaces"><a class="permalink" href="#Wireless_network_interfaces">Wireless - network interfaces</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">an(4)</a></dt> - <dd>Aironet 4500/4800 and Cisco 340 series 802.11 interfaces.</dd> - <dt><a class="Xr">atw(4)</a></dt> - <dd>ADMtek ADM8211 IEEE 802.11b PCI/CardBus wireless network interfaces.</dd> - <dt><a class="Xr">ath(4)</a></dt> - <dd>Atheros IEEE 802.11a/b/g wireless network interfaces.</dd> - <dt><a class="Xr">athn(4)</a></dt> - <dd>Atheros IEEE 802.11a/b/g/n wireless network interfaces.</dd> - <dt><a class="Xr">bwi(4)</a></dt> - <dd>Broadcom BCM430x/4318 IEEE 802.11b/g wireless network interfaces.</dd> - <dt><a class="Xr">bwfm(4)</a></dt> - <dd>Broadcom and Cypress FullMAC wireless network interfaces.</dd> - <dt><a class="Xr">ipw(4)</a></dt> - <dd>Intel PRO/Wireless 2100 MiniPCI network interfaces.</dd> - <dt><a class="Xr">iwi(4)</a></dt> - <dd>Intel PRO/Wireless 2200BG and 2915ABG MiniPCI network interfaces.</dd> - <dt><a class="Xr">iwm(4)</a></dt> - <dd>Intel Dual Band Wireless AC PCIe Mini Card network interfaces.</dd> - <dt><a class="Xr">iwn(4)</a></dt> - <dd>Intel Wireless WiFi Link 4965/5000/1000 and Centrino Wireless-N - 1000/2000/6000 PCIe Mini network interfaces.</dd> - <dt><a class="Xr">malo(4)</a></dt> - <dd>Marvell Libertas 88W8335/88W8310/88W8385 802.11b/g wireless network - interfaces.</dd> - <dt><a class="Xr">ral(4)</a></dt> - <dd>Ralink Technology RT2500/RT2600-based 802.11a/b/g wireless network - interfaces.</dd> - <dt><a class="Xr">rtw(4)</a></dt> - <dd>Realtek RTL8180L 802.11b wireless network interfaces.</dd> - <dt><a class="Xr">rtwn(4)</a></dt> - <dd>Realtek RTL8188CE/RTL8192CE 802.11b/g/n wireless network interfaces.</dd> - <dt><a class="Xr">wi(4)</a></dt> - <dd>WaveLAN/IEEE and PRISM-II 802.11 wireless interfaces.</dd> - <dt><a class="Xr">wpi(4)</a></dt> - <dd>Intel PRO/Wireless 3945ABG Mini PCI Express network adapters.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Cellular_WAN_interfaces"><a class="permalink" href="#Cellular_WAN_interfaces">Cellular - WAN interfaces</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">wwanc(4)</a></dt> - <dd>Intel XMM 7360 LTE modem.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Serial_interfaces"><a class="permalink" href="#Serial_interfaces">Serial - interfaces</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">cy(4)</a></dt> - <dd>Cyclades Cyclom-4Y, -8Y, and -16Y multi-port serial interfaces.</dd> - <dt><a class="Xr">cz(4)</a></dt> - <dd>Cyclades-Z series multi-port serial interfaces.</dd> - <dt><a class="Xr">pcweasel(4)</a></dt> - <dd>PC-Weasel serial console board.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Audio_devices"><a class="permalink" href="#Audio_devices">Audio - devices</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">auacer(4)</a></dt> - <dd>Acer Labs M5455 I/O Controller Hub integrated AC'97 audio device.</dd> - <dt><a class="Xr">auich(4)</a></dt> - <dd>Intel I/O Controller Hub integrated AC'97 audio device.</dd> - <dt><a class="Xr">auixp(4)</a></dt> - <dd>ATI IXP series integrated AC'97 audio device.</dd> - <dt><a class="Xr">autri(4)</a></dt> - <dd>Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 AC'97 audio device.</dd> - <dt><a class="Xr">auvia(4)</a></dt> - <dd>VIA VT82C686A integrated AC'97 audio device.</dd> - <dt><a class="Xr">clcs(4)</a></dt> - <dd>Cirrus Logic CS4280 audio device.</dd> - <dt><a class="Xr">clct(4)</a></dt> - <dd>Cirrus Logic CS4281 audio device.</dd> - <dt><a class="Xr">cmpci(4)</a></dt> - <dd>C-Media CMI8x38 audio device.</dd> - <dt><a class="Xr">eap(4)</a></dt> - <dd>Ensoniq AudioPCI audio device.</dd> - <dt><a class="Xr">emuxki(4)</a></dt> - <dd>Creative Labs SBLive! and PCI 512 audio device.</dd> - <dt><a class="Xr">esa(4)</a></dt> - <dd>ESS Technology Allegro-1 / Maestro-3 audio device.</dd> - <dt><a class="Xr">esm(4)</a></dt> - <dd>ESS Maestro-1/2/2e PCI AC'97 Audio Accelerator audio device.</dd> - <dt><a class="Xr">eso(4)</a></dt> - <dd>ESS Solo-1 PCI AudioDrive audio device.</dd> - <dt><a class="Xr">fms(4)</a></dt> - <dd>Forte Media FM801 audio device.</dd> - <dt><a class="Xr">gcscaudio(4)</a></dt> - <dd>AMD Geode CS5536 audio device.</dd> - <dt><a class="Xr">hdaudio(4)</a></dt> - <dd>High Definition Audio Specification 1.0 device.</dd> - <dt><a class="Xr">neo(4)</a></dt> - <dd>NeoMagic MagicMedia 256 audio device.</dd> - <dt><a class="Xr">sv(4)</a></dt> - <dd>S3 SonicVibes audio device.</dd> - <dt><a class="Xr">yds(4)</a></dt> - <dd>Yamaha YMF724/740/744/754-based audio device.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Video_framebuffer_devices"><a class="permalink" href="#Video_framebuffer_devices">Video - framebuffer devices</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">chipsfb(4)</a></dt> - <dd>Chips & Technologies 6555x based framebuffers</dd> - <dt><a class="Xr">genfb(4)</a></dt> - <dd>generic framebuffer console driver</dd> - <dt><a class="Xr">igmafb(4)</a></dt> - <dd>Intel Graphics Media Accelerator framebuffers</dd> - <dt><a class="Xr">igsfb(4)</a></dt> - <dd>IGA 1682 and CyberPro series graphics cards</dd> - <dt><a class="Xr">machfb(4)</a></dt> - <dd>ATI Mach64/RAGE framebuffer driver</dd> - <dt><a class="Xr">pm3fb(4)</a></dt> - <dd>3Dlabs Permedia 3 / Oxygen VX1 / Proformance 3 framebuffers</dd> - <dt><a class="Xr">r128fb(4)</a></dt> - <dd>ATI RAGE 128 framebuffer driver</dd> - <dt><a class="Xr">radeonfb(4)</a></dt> - <dd>ATI Radeon framebuffer driver</dd> - <dt><a class="Xr">tdvfb(4)</a></dt> - <dd>3Dfx Voodoo Graphics / Voodoo 2 framebuffers</dd> - <dt><a class="Xr">voodoofb(4)</a></dt> - <dd>3Dfx Voodoo 3 / Voodoo Banshee framebuffers</dd> - <dt><a class="Xr">vga(4)</a></dt> - <dd>VGA graphics boards.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Cryptographic_accelerators"><a class="permalink" href="#Cryptographic_accelerators">Cryptographic - accelerators</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">hifn(4)</a></dt> - <dd>Hifn 7751/7951/7811/7955/7956 crypto accelerators.</dd> - <dt><a class="Xr">qat(4)</a></dt> - <dd>Intel QuickAssist crypto accelerator.</dd> - <dt><a class="Xr">ubsec(4)</a></dt> - <dd>Broadcom and BlueSteel uBsec 5x0x crypto accelerator.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="USB_host_controllers"><a class="permalink" href="#USB_host_controllers">USB - host controllers</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">ehci(4)</a></dt> - <dd>USB EHCI host controllers.</dd> - <dt><a class="Xr">ohci(4)</a></dt> - <dd>USB OHCI host controllers.</dd> - <dt><a class="Xr">uhci(4)</a></dt> - <dd>USB UHCI host controllers.</dd> - <dt><a class="Xr">xhci(4)</a></dt> - <dd>USB XHCI host controllers.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Bridges"><a class="permalink" href="#Bridges">Bridges</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">cbb(4)</a></dt> - <dd>PCI Yenta compatible CardBus bridges.</dd> - <dt><a class="Xr">pceb(4)</a></dt> - <dd>Generic PCI-EISA bridges; see <a class="Xr">eisa(4)</a>.</dd> - <dt><a class="Xr">pcib(4)</a></dt> - <dd>Generic PCI-ISA bridges; see <a class="Xr">isa(4)</a>.</dd> - <dt><a class="Xr">ppb(4)</a></dt> - <dd>Generic PCI bridges, including expansion backplanes.</dd> -</dl> -</div> -</section> -<section class="Ss"> -<h2 class="Ss" id="Miscellaneous_devices"><a class="permalink" href="#Miscellaneous_devices">Miscellaneous - devices</a></h2> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt><a class="Xr">coram(4)</a></dt> - <dd>Conexant CX23885 based digital video cards.</dd> - <dt><a class="Xr">cxdtv(4)</a></dt> - <dd>Conexant CX2388x based digital video cards.</dd> - <dt><a class="Xr">bktr(4)</a></dt> - <dd>Brooktree 848 compatible TV cards.</dd> - <dt><a class="Xr">gtp(4)</a></dt> - <dd>Gemtek PCI FM radio devices.</dd> - <dt><a class="Xr">ibmcd(4)</a></dt> - <dd>IBM 4810 BSP cash drawer ports.</dd> - <dt><a class="Xr">iop(4)</a></dt> - <dd>I2O I/O processors.</dd> - <dt><a class="Xr">oboe(4)</a></dt> - <dd>Toshiba OBOE IrDA SIR/FIR controller.</dd> - <dt><a class="Xr">pcic(4)</a></dt> - <dd>PCMCIA controllers, including the Cirrus Logic GD6729.</dd> - <dt><a class="Xr">puc(4)</a></dt> - <dd>PCI “universal” communications cards, containing - <a class="Xr">com(4)</a> and <a class="Xr">lpt(4)</a> communications - ports.</dd> - <dt><a class="Xr">virtio(4)</a></dt> - <dd>Para-virtualized I/O in a virtual machine.</dd> -</dl> -</div> -</section> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">pci(3)</a>, <a class="Xr">agp(4)</a>, - <a class="Xr">intro(4)</a>, <a class="Xr">pcictl(8)</a>, - <a class="Xr">pci(9)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The machine-independent PCI subsystem appeared in - <span class="Ux">NetBSD 1.2</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 15, 2025</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
