2005-12-06 06:01:45 +03:00
|
|
|
# $NetBSD: files.pci,v 1.241 2005/12/06 03:01:45 christos Exp $
|
1995-04-17 11:46:10 +04:00
|
|
|
#
|
1997-07-21 00:30:46 +04:00
|
|
|
# Config file and device description for machine-independent PCI code.
|
1995-04-17 11:46:10 +04:00
|
|
|
# Included by ports that need it. Requires that the SCSI files be
|
|
|
|
# defined first.
|
|
|
|
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag opt_pci.h PCIVERBOSE PCI_CONFIG_DUMP PCI_NETBSD_CONFIGURE
|
2001-12-05 06:50:09 +03:00
|
|
|
defparam opt_pci.h PCI_NETBSD_ENABLE_IDE
|
1997-09-13 12:49:50 +04:00
|
|
|
|
2001-12-05 14:41:16 +03:00
|
|
|
defflag opt_bktr.h BKTR_430_FX_MODE BKTR_GPIO_ACCESS BKTR_NO_MSP_RESET
|
|
|
|
BKTR_REVERSE_MUTE BKTR_SIS_VIA_MODE BKTR_USE_PLL
|
|
|
|
defparam opt_bktr.h BKTR_OVERRIDE_CARD BKTR_OVERRIDE_TUNER BKTR_OVERRIDE_DBX
|
2000-05-07 04:25:58 +04:00
|
|
|
BKTR_OVERRIDE_MSP BKTR_SYSTEM_DEFAULT
|
|
|
|
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag opt_pciide.h PCIIDE_CMD064x_DISABLE PCIIDE_AMD756_ENABLEDMA
|
2005-02-12 13:20:50 +03:00
|
|
|
PCIIDE_CMD0646U_ENABLEUDMA PCIIDE_I31244_DISABLEDMA
|
2000-08-03 01:49:09 +04:00
|
|
|
|
2003-10-19 07:32:25 +04:00
|
|
|
defflag opt_pcn.h PCN_NO_PROM
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device pci {[dev = -1], [function = -1]}
|
1996-03-17 03:53:54 +03:00
|
|
|
attach pci at pcibus
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/pci.c pci needs-flag
|
1997-08-30 10:48:57 +04:00
|
|
|
file dev/pci/pci_map.c pci
|
1998-05-31 10:03:44 +04:00
|
|
|
file dev/pci/pci_quirks.c pci
|
1996-02-28 04:47:06 +03:00
|
|
|
file dev/pci/pci_subr.c pci
|
2001-09-14 01:49:40 +04:00
|
|
|
file dev/pci/pci_usrreq.c pci
|
2002-03-26 22:31:40 +03:00
|
|
|
file dev/pci/pciconf.c pci & pci_netbsd_configure
|
1995-04-17 11:46:10 +04:00
|
|
|
|
2004-08-30 14:30:38 +04:00
|
|
|
file dev/pci/pcibusprint.c pcibus
|
|
|
|
|
2000-06-06 07:07:39 +04:00
|
|
|
# Cypress 82c693 hyperCache(tm) Stand-Alone PCI Peripheral Controller
|
|
|
|
# with USB. This is a combo chip:
|
|
|
|
#
|
|
|
|
# PCI-ISA bridge
|
|
|
|
# PCI IDE controller
|
|
|
|
# OHCI USB controller
|
|
|
|
#
|
|
|
|
# There are some common subroutines that each function needs.
|
|
|
|
define cy82c693
|
|
|
|
file dev/pci/cy82c693.c cy82c693
|
|
|
|
|
1996-05-16 07:44:13 +04:00
|
|
|
# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers
|
|
|
|
# device declaration in sys/conf/files
|
2000-01-26 09:27:32 +03:00
|
|
|
attach ahc at pci with ahc_pci: ahc_seeprom, smc93cx6
|
1996-05-16 07:44:13 +04:00
|
|
|
file dev/pci/ahc_pci.c ahc_pci
|
1996-02-27 04:31:33 +03:00
|
|
|
|
2003-04-19 23:30:07 +04:00
|
|
|
attach ahd at pci with ahd_pci
|
|
|
|
file dev/pci/ahd_pci.c ahd_pci
|
|
|
|
|
2000-11-08 22:46:27 +03:00
|
|
|
# I2O adapters
|
|
|
|
attach iop at pci with iop_pci
|
|
|
|
file dev/pci/iop_pci.c iop_pci
|
|
|
|
|
2000-10-19 18:24:44 +04:00
|
|
|
# 3ware RAID controllers
|
|
|
|
device twe {unit = -1}
|
|
|
|
attach twe at pci
|
|
|
|
file dev/pci/twe.c twe
|
|
|
|
|
2000-11-26 20:44:02 +03:00
|
|
|
attach ld at twe with ld_twe
|
|
|
|
file dev/pci/ld_twe.c ld_twe
|
2000-10-19 18:24:44 +04:00
|
|
|
|
2002-01-30 17:35:43 +03:00
|
|
|
# AMI RAID controllers
|
|
|
|
device amr {unit = -1}
|
|
|
|
attach amr at pci
|
|
|
|
file dev/pci/amr.c amr
|
|
|
|
|
|
|
|
attach ld at amr with ld_amr
|
|
|
|
file dev/pci/ld_amr.c ld_amr
|
|
|
|
|
2000-03-16 17:52:22 +03:00
|
|
|
# Compaq RAID controllers
|
|
|
|
attach cac at pci with cac_pci
|
|
|
|
file dev/pci/cac_pci.c cac_pci
|
|
|
|
|
2001-07-30 23:59:04 +04:00
|
|
|
# Mylex DAC960 RAID controllers
|
2001-02-04 20:05:11 +03:00
|
|
|
attach mlx at pci with mlx_pci
|
|
|
|
file dev/pci/mlx_pci.c mlx_pci
|
|
|
|
|
2001-07-30 23:59:04 +04:00
|
|
|
# Newer Mylex AcceleRAID and eXtremeRAID controllers
|
|
|
|
device mly: scsi
|
|
|
|
attach mly at pci
|
2001-08-02 00:54:16 +04:00
|
|
|
file dev/pci/mly.c mly needs-flag
|
2001-07-30 23:59:04 +04:00
|
|
|
|
2002-11-08 00:56:56 +03:00
|
|
|
# Myson-Century Technology MTD803 3-in-1 Fast Ethernet Controller
|
|
|
|
attach mtd at pci with mtd_pci
|
|
|
|
file dev/pci/if_mtd_pci.c mtd_pci
|
|
|
|
|
2002-04-23 01:05:19 +04:00
|
|
|
# ICP-Vortex/Intel RAID controllers
|
|
|
|
attach icp at pci with icp_pci
|
|
|
|
file dev/pci/icp_pci.c icp_pci
|
|
|
|
|
2002-04-26 06:05:07 +04:00
|
|
|
# Adaptec FSA RAID controllers
|
|
|
|
attach aac at pci with aac_pci
|
|
|
|
file dev/pci/aac_pci.c aac_pci
|
|
|
|
|
1999-09-28 03:44:27 +04:00
|
|
|
# DPT EATA SCSI controllers
|
|
|
|
attach dpt at pci with dpt_pci
|
|
|
|
file dev/pci/dpt_pci.c dpt_pci
|
|
|
|
|
1998-08-26 18:20:37 +04:00
|
|
|
# AdvanSys 1200A, 1200B, and ULTRA SCSI controllers
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach adv at pci with adv_pci
|
|
|
|
file dev/pci/adv_pci.c adv_pci
|
|
|
|
|
1998-09-26 20:20:31 +04:00
|
|
|
# AdvanSys ULTRA WIDE SCSI controllers
|
|
|
|
# device declaration in sys/conf/files
|
2001-02-24 04:59:46 +03:00
|
|
|
attach adw at pci with adw_pci
|
|
|
|
file dev/pci/adw_pci.c adw_pci
|
|
|
|
file dev/ic/adwlib.c adw_pci
|
|
|
|
file dev/ic/adwmcode.c adw_pci
|
1998-09-26 20:20:31 +04:00
|
|
|
|
1999-01-07 02:25:53 +03:00
|
|
|
# AMD Am53c974 PCscsi-PCI SCSI controllers
|
|
|
|
device pcscp: scsi, ncr53c9x
|
|
|
|
attach pcscp at pci
|
|
|
|
file dev/pci/pcscp.c pcscp
|
|
|
|
|
1996-09-01 04:10:55 +04:00
|
|
|
# BusLogic BT-9xx PCI family
|
1997-09-12 09:20:52 +04:00
|
|
|
# device declaration in sys/conf/files
|
1996-09-01 04:10:55 +04:00
|
|
|
attach bha at pci with bha_pci
|
|
|
|
file dev/pci/bha_pci.c bha_pci
|
|
|
|
|
1997-03-12 09:39:47 +03:00
|
|
|
# Qlogic ISP 10x0 (PCI) family
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach isp at pci with isp_pci
|
|
|
|
file dev/pci/isp_pci.c isp_pci
|
|
|
|
|
2002-05-18 11:23:04 +04:00
|
|
|
# LSILogic Fusion-MPT I/O Processor family
|
|
|
|
# device declaration in sys/conf/files
|
2003-04-17 02:02:59 +04:00
|
|
|
attach mpt at pci with mpt_pci
|
|
|
|
file dev/pci/mpt_pci.c mpt_pci
|
2002-05-18 11:23:04 +04:00
|
|
|
|
1995-06-05 05:03:45 +04:00
|
|
|
# Ethernet driver for DC21040-based boards
|
1998-02-17 01:12:45 +03:00
|
|
|
device de: ether, ifnet, arp
|
1996-03-17 03:53:54 +03:00
|
|
|
attach de at pci
|
1995-06-05 05:03:45 +04:00
|
|
|
file dev/pci/if_de.c de
|
1995-08-19 04:44:48 +04:00
|
|
|
|
1996-11-13 02:58:01 +03:00
|
|
|
# Efficient Networks, Inc. ATM interface
|
|
|
|
# device declaration in sys/conf/files
|
1996-07-14 23:13:22 +04:00
|
|
|
attach en at pci with en_pci
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/if_en_pci.c en_pci
|
1996-07-14 23:13:22 +04:00
|
|
|
|
|
|
|
# 3Com 3c590 and 3c595 Ethernet controllers
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach ep at pci with ep_pci
|
|
|
|
file dev/pci/if_ep_pci.c ep_pci
|
|
|
|
|
1998-11-04 03:29:28 +03:00
|
|
|
# 3Com 3c90x[B] Ethernet controllers
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach ex at pci with ex_pci
|
|
|
|
file dev/pci/if_ex_pci.c ex_pci
|
|
|
|
|
1995-08-19 04:44:48 +04:00
|
|
|
# Digital DEFPA PCI FDDI Controller
|
1998-02-17 01:12:45 +03:00
|
|
|
device fpa: pdq, fddi, ifnet, arp
|
1996-03-17 03:53:54 +03:00
|
|
|
attach fpa at pci
|
1995-08-19 04:44:48 +04:00
|
|
|
file dev/pci/if_fpa.c fpa
|
|
|
|
|
1996-07-14 23:13:22 +04:00
|
|
|
# AMD am7990 (LANCE) -based Ethernet controllers
|
|
|
|
# device declaration in sys/conf/files
|
1998-07-21 21:30:26 +04:00
|
|
|
attach le at pci with le_pci: le32
|
1996-07-14 23:13:22 +04:00
|
|
|
file dev/pci/if_le_pci.c le_pci
|
|
|
|
|
2001-08-27 23:42:18 +04:00
|
|
|
# AMD PCnet-PCI Ethernet controller family
|
|
|
|
# Supersedes if_le_pci.c
|
|
|
|
device pcn: ether, ifnet, arp, mii
|
|
|
|
attach pcn at pci
|
|
|
|
file dev/pci/if_pcn.c pcn
|
|
|
|
|
2000-05-15 12:27:24 +04:00
|
|
|
# common code for siop/esiop pci front end
|
2001-02-24 04:59:46 +03:00
|
|
|
define siop_pci_common
|
2000-05-15 12:27:24 +04:00
|
|
|
file dev/pci/siop_pci_common.c siop_pci_common
|
|
|
|
|
2000-04-21 21:56:58 +04:00
|
|
|
# Symbios 53c8xx SCSI chips
|
|
|
|
# device declaration in sys/conf/files
|
2000-05-15 12:27:24 +04:00
|
|
|
attach siop at pci with siop_pci: siop_pci_common
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/siop_pci.c siop_pci
|
2002-04-22 19:45:19 +04:00
|
|
|
attach esiop at pci with esiop_pci: siop_pci_common
|
|
|
|
file dev/pci/esiop_pci.c esiop_pci
|
2000-04-21 21:56:58 +04:00
|
|
|
|
2001-06-03 17:43:45 +04:00
|
|
|
# Initio INIC-940/950 SCSI controllers
|
|
|
|
attach iha at pci with iha_pci
|
|
|
|
file dev/pci/iha_pci.c iha_pci
|
|
|
|
|
2001-11-03 20:01:16 +03:00
|
|
|
# Tekram DC-395U/UW/F and DC-315/U SCSI controllers
|
|
|
|
device trm: scsi
|
|
|
|
attach trm at pci
|
|
|
|
file dev/pci/trm.c trm
|
|
|
|
|
2002-01-02 00:51:38 +03:00
|
|
|
# Guillemot Maxi Radio FM 2000 Radio Card
|
2002-09-03 22:54:41 +04:00
|
|
|
device gtp: radiodev, tea5757
|
|
|
|
attach gtp at pci
|
|
|
|
file dev/pci/gtp.c gtp
|
2002-01-02 00:51:38 +03:00
|
|
|
|
|
|
|
# MediaForte SoundForte SF64-PCR Radio card
|
2002-01-07 20:44:42 +03:00
|
|
|
#device sf4r: radiodev, tea5757
|
2002-01-02 00:51:38 +03:00
|
|
|
#attach sf4r at pci
|
|
|
|
#file dev/pci/sf64pcr.c sf4r
|
|
|
|
|
1998-10-12 20:09:10 +04:00
|
|
|
# PCI IDE controllers
|
2003-10-08 15:51:59 +04:00
|
|
|
define pciide_common
|
|
|
|
file dev/pci/pciide_common.c pciide_common
|
|
|
|
|
2005-08-29 23:11:33 +04:00
|
|
|
device pciide: ata, pciide_common, wdc_common
|
1998-10-12 20:09:10 +04:00
|
|
|
attach pciide at pci
|
|
|
|
file dev/pci/pciide.c pciide
|
1998-03-04 09:38:44 +03:00
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
# Acard IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device acardide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach acardide at pci
|
|
|
|
file dev/pci/acardide.c acardide
|
|
|
|
|
|
|
|
# Acer Lab IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device aceride: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach aceride at pci
|
|
|
|
file dev/pci/aceride.c aceride
|
|
|
|
|
2003-12-14 04:32:01 +03:00
|
|
|
# Intel i31244 SATA controller
|
2005-08-29 23:11:33 +04:00
|
|
|
device artsata: ata, pciide_common, wdc_common, sata
|
2003-12-14 04:32:01 +03:00
|
|
|
attach artsata at pci
|
|
|
|
file dev/pci/artsata.c artsata
|
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
# CMD tech IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device cmdide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach cmdide at pci
|
|
|
|
file dev/pci/cmdide.c cmdide
|
|
|
|
|
|
|
|
# Cypress IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device cypide: ata, pciide_common, wdc_common, cy82c693
|
2003-10-08 15:51:59 +04:00
|
|
|
attach cypide at pci
|
|
|
|
file dev/pci/cypide.c cypide
|
|
|
|
|
2004-07-09 22:38:37 +04:00
|
|
|
# AMD Geode IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device geodeide: ata, pciide_common, wdc_common
|
2004-07-09 22:38:37 +04:00
|
|
|
attach geodeide at pci
|
|
|
|
file dev/pci/geodeide.c geodeide
|
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
# Triones/HighPoint IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device hptide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach hptide at pci
|
|
|
|
file dev/pci/hptide.c hptide
|
|
|
|
|
2004-12-02 01:27:45 +03:00
|
|
|
# Integrated Technology Express IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device iteide: ata, pciide_common, wdc_common
|
2004-12-02 01:27:45 +03:00
|
|
|
attach iteide at pci
|
|
|
|
file dev/pci/iteide.c iteide
|
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
# Opti IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device optiide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach optiide at pci
|
|
|
|
file dev/pci/optiide.c optiide
|
|
|
|
|
|
|
|
# Intel IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device piixide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach piixide at pci
|
|
|
|
file dev/pci/piixide.c piixide
|
|
|
|
|
2004-11-24 23:49:17 +03:00
|
|
|
# Promise Serial ATA controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device pdcsata: ata, pciide_common, wdc_common
|
2004-11-24 23:49:17 +03:00
|
|
|
attach pdcsata at pci
|
|
|
|
file dev/pci/pdcsata.c pdcsata
|
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
# Promise IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device pdcide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach pdcide at pci
|
|
|
|
file dev/pci/pdcide.c pdcide
|
|
|
|
|
2003-11-04 19:57:57 +03:00
|
|
|
# ServerWorks IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device rccide: ata, pciide_common, wdc_common
|
2003-11-04 19:57:57 +03:00
|
|
|
attach rccide at pci
|
|
|
|
file dev/pci/rccide.c rccide
|
|
|
|
|
2003-12-14 02:13:40 +03:00
|
|
|
# Silicon Image SATALink controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device satalink: ata, pciide_common, wdc_common, sata
|
2003-12-14 02:13:40 +03:00
|
|
|
attach satalink at pci
|
|
|
|
file dev/pci/satalink.c satalink
|
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
# SiS IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device siside: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach siside at pci
|
|
|
|
file dev/pci/siside.c siside
|
|
|
|
|
|
|
|
# Symphony Labs IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device slide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach slide at pci
|
|
|
|
file dev/pci/slide.c slide
|
|
|
|
|
|
|
|
# ServerWorks IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
#device swide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
#attach swide at pci
|
|
|
|
#file dev/pci/swide.c swide
|
|
|
|
|
|
|
|
# VIA/AMD/Nvidia IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device viaide: ata, pciide_common, wdc_common
|
2003-10-08 15:51:59 +04:00
|
|
|
attach viaide at pci
|
|
|
|
file dev/pci/viaide.c viaide
|
|
|
|
|
2003-10-31 09:49:58 +03:00
|
|
|
# STMicroelectronics STPC IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device stpcide: ata, pciide_common, wdc_common
|
2003-10-31 09:49:58 +03:00
|
|
|
attach stpcide at pci
|
|
|
|
file dev/pci/stpcide.c stpcide
|
|
|
|
|
2004-12-06 22:23:09 +03:00
|
|
|
# ATI IXP IDE controllers
|
2005-08-29 23:11:33 +04:00
|
|
|
device ixpide: ata, pciide_common, wdc_common
|
2004-12-06 22:23:09 +03:00
|
|
|
attach ixpide at pci
|
|
|
|
file dev/pci/ixpide.c ixpide
|
|
|
|
|
1996-02-28 04:47:06 +03:00
|
|
|
# PCI-PCI bridge chips
|
1998-02-17 01:12:45 +03:00
|
|
|
device ppb: pcibus
|
1996-03-17 03:53:54 +03:00
|
|
|
attach ppb at pci
|
1996-02-28 04:47:06 +03:00
|
|
|
file dev/pci/ppb.c ppb
|
1996-09-24 21:47:14 +04:00
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
# Cyclades Cyclom-8/16/32
|
1996-09-24 21:47:14 +04:00
|
|
|
attach cy at pci with cy_pci
|
|
|
|
file dev/pci/cy_pci.c cy_pci
|
1997-06-05 06:15:36 +04:00
|
|
|
|
2000-05-17 21:58:09 +04:00
|
|
|
# Cyclades-Z series of intelligent multi-port serial adapters
|
|
|
|
device cz
|
|
|
|
attach cz at pci
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/cz.c cz needs-flag
|
2000-05-17 21:58:09 +04:00
|
|
|
|
1997-06-05 06:15:36 +04:00
|
|
|
# Intel EtherExpress PRO 10/100B
|
1999-06-20 20:35:40 +04:00
|
|
|
attach fxp at pci with fxp_pci
|
|
|
|
file dev/pci/if_fxp_pci.c fxp_pci
|
1997-10-15 03:12:17 +04:00
|
|
|
|
2000-04-05 06:31:19 +04:00
|
|
|
# Sun HME-network
|
|
|
|
attach hme at pci with hme_pci
|
|
|
|
file dev/pci/if_hme_pci.c hme_pci
|
|
|
|
|
2001-09-16 04:11:41 +04:00
|
|
|
# Sun GEM-network
|
|
|
|
attach gem at pci with gem_pci
|
|
|
|
file dev/pci/if_gem_pci.c gem_pci
|
|
|
|
|
1997-10-15 03:12:17 +04:00
|
|
|
# NE2000-compatible PCI Ethernet cards
|
2002-10-11 04:57:59 +04:00
|
|
|
defparam opt_ipkdb.h IPKDB_NE_PCISLOT
|
|
|
|
defflag opt_ipkdb.h IPKDB_NE_PCI : IPKDB_NE
|
1998-10-31 03:45:48 +03:00
|
|
|
attach ne at pci with ne_pci: rtl80x9
|
2002-10-11 04:57:59 +04:00
|
|
|
file dev/pci/if_ne_pci.c ne_pci | ipkdb_ne_pci
|
1997-10-17 22:38:23 +04:00
|
|
|
|
1997-10-21 09:54:21 +04:00
|
|
|
# Texas Instruments ThunderLAN Chip.
|
2003-09-30 04:35:30 +04:00
|
|
|
device tl: ether, ifnet, arp, i2cexec, at24cxx_eeprom, i2c_bitbang,
|
|
|
|
mii, mii_bitbang
|
2001-02-24 04:59:46 +03:00
|
|
|
attach tl at pci
|
|
|
|
file dev/pci/if_tl.c tl
|
1998-04-16 00:17:17 +04:00
|
|
|
|
1998-07-26 07:28:28 +04:00
|
|
|
# SDL Communications N2 PCI Network Interface
|
2000-01-04 09:31:39 +03:00
|
|
|
# device declaration in sys/conf/files
|
1998-07-26 07:28:28 +04:00
|
|
|
attach ntwoc at pci with ntwoc_pci
|
|
|
|
file dev/pci/if_ntwoc_pci.c ntwoc_pci
|
|
|
|
|
1999-03-25 03:51:53 +03:00
|
|
|
# Lan Media Corporation T1/HSSI/DS3 driver
|
|
|
|
device lmc: ifnet, sppp
|
|
|
|
attach lmc at pci
|
|
|
|
file dev/pci/if_lmc.c lmc
|
|
|
|
|
1998-05-14 04:04:57 +04:00
|
|
|
# Essential Communications HIPPI interface
|
|
|
|
# device declaration in sys/conf/files
|
2001-02-24 04:59:46 +03:00
|
|
|
attach esh at pci with esh_pci
|
|
|
|
file dev/pci/if_esh_pci.c esh_pci
|
1998-05-14 04:04:57 +04:00
|
|
|
|
1998-04-16 00:17:17 +04:00
|
|
|
# generic PCI VGA
|
|
|
|
attach vga at pci with vga_pci
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/vga_pci.c vga_pci needs-flag
|
1998-04-16 00:17:17 +04:00
|
|
|
|
|
|
|
# DEC TGA
|
2000-04-20 09:25:20 +04:00
|
|
|
device tga: wsemuldisplaydev, rasops8, rasops32
|
1998-04-16 00:17:17 +04:00
|
|
|
attach tga at pci
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/tga.c tga needs-flag
|
1999-03-25 03:51:53 +03:00
|
|
|
file dev/pci/tga_conf.c tga
|
2000-03-04 13:27:59 +03:00
|
|
|
file dev/ic/bt485.c tga
|
2000-04-02 22:57:36 +04:00
|
|
|
file dev/ic/bt463.c tga
|
2002-01-03 08:35:31 +03:00
|
|
|
file dev/ic/ibm561.c tga
|
1998-05-02 01:54:33 +04:00
|
|
|
|
2002-03-30 23:21:21 +03:00
|
|
|
# Integraphics Systems IGA168x and CyberPro framebuffers (linear non-VGA mode)
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach igsfb at pci with igsfb_pci
|
|
|
|
file dev/pci/igsfb_pci.c igsfb_pci
|
|
|
|
|
2000-05-07 04:25:58 +04:00
|
|
|
# Brooktree Bt848 video capture
|
2004-08-30 14:10:34 +04:00
|
|
|
device bktr: radiodev
|
2001-02-24 04:59:46 +03:00
|
|
|
attach bktr at pci
|
|
|
|
file dev/pci/bktr/bktr_audio.c bktr
|
|
|
|
file dev/pci/bktr/bktr_card.c bktr
|
|
|
|
file dev/pci/bktr/bktr_core.c bktr
|
|
|
|
file dev/pci/bktr/bktr_os.c bktr needs-flag
|
|
|
|
file dev/pci/bktr/bktr_tuner.c bktr
|
2000-05-07 04:25:58 +04:00
|
|
|
|
1999-12-13 23:19:23 +03:00
|
|
|
# Cirrus Logic CrystalClear PCI Audio CS4280
|
2002-04-22 13:41:19 +04:00
|
|
|
device clcs: audiobus, auconv, mulaw, ac97, midibus
|
2001-02-24 04:59:46 +03:00
|
|
|
attach clcs at pci
|
|
|
|
file dev/pci/cs4280.c clcs
|
1999-12-13 23:19:23 +03:00
|
|
|
|
2001-01-22 04:34:42 +03:00
|
|
|
# Cirrus Logic CrystalClear PCI Audio CS4281
|
2002-04-22 13:41:19 +04:00
|
|
|
device clct: audiobus, auconv, mulaw, ac97
|
2001-02-24 04:59:46 +03:00
|
|
|
attach clct at pci
|
|
|
|
file dev/pci/cs4281.c clct
|
2001-01-22 04:34:42 +03:00
|
|
|
|
2001-02-07 17:41:10 +03:00
|
|
|
# Shared code for Cirrus Logic CrystalClear PCI Audio CS4280 and CS4281
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/cs428x.c clcs | clct
|
2001-02-07 17:41:10 +03:00
|
|
|
|
1999-11-01 23:43:12 +03:00
|
|
|
# Forte Media FM801
|
2002-04-22 13:41:19 +04:00
|
|
|
device fms { }: audiobus, auconv, mulaw, ac97, midibus
|
2001-02-24 04:59:46 +03:00
|
|
|
attach fms at pci
|
|
|
|
file dev/pci/fms.c fms
|
1999-11-01 23:43:12 +03:00
|
|
|
|
|
|
|
attach opl at fms with opl_fms
|
1999-11-02 03:29:20 +03:00
|
|
|
file dev/pci/opl_fms.c opl_fms
|
1999-11-01 23:43:12 +03:00
|
|
|
|
|
|
|
attach mpu at fms with mpu_fms
|
1999-11-02 03:29:20 +03:00
|
|
|
file dev/pci/mpu_fms.c mpu_fms
|
1999-11-01 23:43:12 +03:00
|
|
|
|
1998-05-02 01:54:33 +04:00
|
|
|
# Ensoniq AudioPCI S5016
|
2004-07-08 23:39:00 +04:00
|
|
|
device eap { }: audiobus, auconv, mulaw, ac97, midibus
|
1998-05-02 01:54:33 +04:00
|
|
|
attach eap at pci
|
|
|
|
file dev/pci/eap.c eap
|
1998-06-02 05:29:41 +04:00
|
|
|
|
2004-07-08 23:39:00 +04:00
|
|
|
attach joy at eap with joy_eap
|
|
|
|
file dev/pci/joy_eap.c joy_eap needs-flag
|
|
|
|
|
2004-10-10 20:37:07 +04:00
|
|
|
# Acer Labs M5455
|
2004-11-13 18:15:56 +03:00
|
|
|
device auacer: audiobus, auconv, mulaw, ac97, aurateconv
|
2004-10-10 20:37:07 +04:00
|
|
|
attach auacer at pci
|
|
|
|
file dev/pci/auacer.c auacer
|
|
|
|
|
2000-11-28 08:12:29 +03:00
|
|
|
# Intel ICH AC'97 audio
|
2002-04-22 13:41:19 +04:00
|
|
|
device auich: audiobus, auconv, mulaw, ac97, aurateconv
|
2000-11-28 08:12:29 +03:00
|
|
|
attach auich at pci
|
|
|
|
file dev/pci/auich.c auich
|
|
|
|
|
2002-10-08 17:09:18 +04:00
|
|
|
# VIA VT82C686A/VT8233/VT8235 AC'97 Audio
|
|
|
|
device auvia: audiobus, auconv, mulaw, ac97, aurateconv
|
2001-02-24 04:59:46 +03:00
|
|
|
attach auvia at pci
|
|
|
|
file dev/pci/auvia.c auvia
|
2000-03-31 08:45:28 +04:00
|
|
|
|
2005-01-12 03:05:43 +03:00
|
|
|
# ATI IXP 200/300/400 series AC'97 Audio
|
|
|
|
device auixp: audiobus, auconv, mulaw, ac97, aurateconv
|
|
|
|
attach auixp at pci
|
|
|
|
file dev/pci/auixp.c auixp
|
|
|
|
|
2005-06-18 14:43:47 +04:00
|
|
|
# High Definition Audio
|
|
|
|
device azalia: audiobus, auconv, mulaw, ac97, aurateconv
|
|
|
|
attach azalia at pci
|
|
|
|
file dev/pci/azalia.c azalia
|
2005-09-28 17:06:49 +04:00
|
|
|
file dev/pci/azalia_codec.c azalia
|
2005-06-18 14:43:47 +04:00
|
|
|
|
2000-11-05 09:46:03 +03:00
|
|
|
# NeoMagic 256 AC'97 Audio
|
2002-04-22 13:41:19 +04:00
|
|
|
device neo: audiobus, auconv, mulaw, ac97
|
2000-11-05 09:46:03 +03:00
|
|
|
attach neo at pci
|
|
|
|
file dev/pci/neo.c neo
|
|
|
|
|
2002-01-06 19:06:14 +03:00
|
|
|
# ESS Allegro-1 / Maestro3
|
2002-04-22 13:41:19 +04:00
|
|
|
device esa: audiobus, auconv, mulaw, ac97
|
2002-01-06 19:06:14 +03:00
|
|
|
attach esa at pci
|
|
|
|
file dev/pci/esa.c esa
|
|
|
|
|
1999-07-12 19:13:30 +04:00
|
|
|
# ESS Solo-1 PCI AudioDrive
|
2002-04-22 13:41:19 +04:00
|
|
|
device eso { }: audiobus, auconv, mulaw, midibus
|
1999-07-12 19:13:30 +04:00
|
|
|
attach eso at pci
|
|
|
|
file dev/pci/eso.c eso
|
|
|
|
|
|
|
|
attach opl at eso with opl_eso
|
|
|
|
file dev/pci/opl_eso.c opl_eso
|
|
|
|
|
1999-08-02 21:37:41 +04:00
|
|
|
attach mpu at eso with mpu_eso
|
|
|
|
file dev/pci/mpu_eso.c mpu_eso
|
|
|
|
|
2002-04-25 04:52:21 +04:00
|
|
|
attach joy at eso with joy_eso
|
|
|
|
file dev/pci/joy_eso.c joy_eso
|
|
|
|
|
2001-01-09 00:16:26 +03:00
|
|
|
# ESS Maestro-1/2/2e PCI AC97 Audio Accelerator
|
2002-04-22 13:41:19 +04:00
|
|
|
device esm: audiobus, auconv, mulaw, ac97
|
2001-01-08 22:55:51 +03:00
|
|
|
attach esm at pci
|
2001-01-09 00:16:26 +03:00
|
|
|
file dev/pci/esm.c esm
|
2001-01-08 22:55:51 +03:00
|
|
|
|
1998-12-10 21:47:18 +03:00
|
|
|
# S3 SonicVibes (S3 617)
|
2002-04-22 13:41:19 +04:00
|
|
|
device sv { }: audiobus, auconv, mulaw, midibus
|
1998-12-10 21:47:18 +03:00
|
|
|
attach sv at pci
|
|
|
|
file dev/pci/sv.c sv
|
|
|
|
|
|
|
|
attach opl at sv with opl_sv
|
|
|
|
file dev/pci/opl_sv.c opl_sv
|
|
|
|
|
2000-05-01 01:59:58 +04:00
|
|
|
# C-Media CMI8x38 Audio Chip
|
2002-04-22 13:41:19 +04:00
|
|
|
device cmpci { }: audiobus, auconv, mulaw
|
2000-05-01 01:59:58 +04:00
|
|
|
attach cmpci at pci
|
|
|
|
file dev/pci/cmpci.c cmpci
|
|
|
|
|
2001-09-04 17:37:29 +04:00
|
|
|
attach opl at cmpci with opl_cmpci
|
|
|
|
file dev/pci/opl_cmpci.c opl_cmpci
|
|
|
|
|
|
|
|
attach mpu at cmpci with mpu_cmpci
|
|
|
|
file dev/pci/mpu_cmpci.c mpu_cmpci
|
|
|
|
|
2001-03-30 18:32:08 +04:00
|
|
|
# Yamaha YMF724/740/744/754 PCI audio controller
|
2002-04-22 13:41:19 +04:00
|
|
|
device yds { }: audiobus, auconv, mulaw, ac97
|
2001-03-30 18:32:08 +04:00
|
|
|
attach yds at pci
|
|
|
|
file dev/pci/yds.c yds
|
|
|
|
|
|
|
|
attach opl at yds with opl_yds
|
|
|
|
file dev/pci/opl_yds.c opl_yds
|
|
|
|
|
|
|
|
attach mpu at yds with mpu_yds
|
|
|
|
file dev/pci/mpu_yds.c mpu_yds
|
|
|
|
|
2001-10-17 22:39:41 +04:00
|
|
|
# Creative Labs EMU10k1 (SBLive! series and PCI512)
|
2002-04-22 13:41:19 +04:00
|
|
|
device emuxki: audiobus, auconv, mulaw, ac97
|
2001-10-17 22:39:41 +04:00
|
|
|
attach emuxki at pci
|
|
|
|
file dev/pci/emuxki.c emuxki
|
|
|
|
|
2001-11-18 06:16:02 +03:00
|
|
|
# Trident 4DWAVE AC'97 audio (including SiS 7018,ALi M5451)
|
2002-04-22 13:41:19 +04:00
|
|
|
device autri: audiobus, auconv, mulaw, ac97, midibus
|
2001-11-18 06:16:02 +03:00
|
|
|
attach autri at pci
|
|
|
|
file dev/pci/autri.c autri
|
|
|
|
|
1998-06-02 05:29:41 +04:00
|
|
|
# SMC EPIC/100 Fast Ethernet on PCI
|
|
|
|
attach epic at pci with epic_pci
|
|
|
|
file dev/pci/if_epic_pci.c epic_pci
|
1998-06-26 22:52:41 +04:00
|
|
|
|
|
|
|
# PCI "universal" communication device driver, for PCI com, lpt, etc. ports
|
|
|
|
# (see documentation in the driver for what, exactly, should be supported)
|
|
|
|
device puc { port = -1 }
|
|
|
|
attach puc at pci
|
1999-03-25 03:51:53 +03:00
|
|
|
file dev/pci/puc.c puc
|
|
|
|
file dev/pci/pucdata.c puc
|
1998-06-26 22:52:41 +04:00
|
|
|
|
|
|
|
attach com at puc with com_puc
|
1999-03-25 03:51:53 +03:00
|
|
|
file dev/pci/com_puc.c com_puc
|
2004-02-03 22:51:39 +03:00
|
|
|
file dev/pci/cyber.c com_puc
|
1998-06-26 22:52:41 +04:00
|
|
|
|
2004-01-20 22:58:01 +03:00
|
|
|
attach lpt at puc with lpt_puc
|
2004-01-25 14:50:51 +03:00
|
|
|
file dev/pci/lpt_puc.c lpt_puc & !ppbus
|
|
|
|
|
|
|
|
attach atppc at puc with atppc_puc
|
|
|
|
file dev/pci/atppc_puc.c atppc_puc
|
2004-01-20 22:58:01 +03:00
|
|
|
|
2000-07-26 03:18:42 +04:00
|
|
|
# Console device support for puc drivers
|
2001-11-28 13:21:10 +03:00
|
|
|
defflag opt_puccn.h PUCCN
|
2000-07-26 03:18:42 +04:00
|
|
|
file dev/pci/puccn.c puccn
|
|
|
|
|
1998-07-12 23:51:55 +04:00
|
|
|
# UHCI USB controller
|
|
|
|
attach uhci at pci with uhci_pci
|
1999-10-30 21:03:30 +04:00
|
|
|
file dev/pci/uhci_pci.c uhci_pci
|
1998-07-12 23:51:55 +04:00
|
|
|
|
|
|
|
# OHCI USB controller
|
|
|
|
attach ohci at pci with ohci_pci
|
1999-10-30 21:03:30 +04:00
|
|
|
file dev/pci/ohci_pci.c ohci_pci
|
1999-01-21 15:02:00 +03:00
|
|
|
|
2000-12-24 09:39:01 +03:00
|
|
|
# EHCI USB controller
|
|
|
|
attach ehci at pci with ehci_pci
|
|
|
|
file dev/pci/ehci_pci.c ehci_pci
|
|
|
|
|
2002-01-10 01:56:22 +03:00
|
|
|
file dev/pci/usb_pci.c ehci_pci | ehci_cardbus
|
|
|
|
|
2000-05-30 04:53:14 +04:00
|
|
|
# OHCI IEEE 1394 controller
|
|
|
|
attach fwohci at pci with fwohci_pci
|
|
|
|
file dev/pci/fwohci_pci.c fwohci_pci
|
|
|
|
|
1999-01-21 15:02:00 +03:00
|
|
|
# VIA Rhine/Rhine II Fast Ethernet controllers
|
1999-11-19 21:27:18 +03:00
|
|
|
device vr: ether, ifnet, arp, mii, mii_bitbang
|
1999-01-21 15:02:00 +03:00
|
|
|
attach vr at pci
|
|
|
|
file dev/pci/if_vr.c vr
|
1999-06-01 22:29:50 +04:00
|
|
|
|
|
|
|
# SiS 900 Fast Ethernet controllers
|
2003-12-06 01:34:44 +03:00
|
|
|
device sip: ether, ifnet, arp, mii, mii_bitbang
|
1999-06-01 22:29:50 +04:00
|
|
|
attach sip at pci
|
|
|
|
file dev/pci/if_sip.c sip
|
1999-06-27 19:19:40 +04:00
|
|
|
|
2001-05-18 06:03:53 +04:00
|
|
|
# National Semiconductor DP83820 Gigabit Ethernet
|
2001-05-22 20:58:23 +04:00
|
|
|
device gsip: ether, ifnet, arp, mii, mii_bitbang
|
2001-05-18 06:03:53 +04:00
|
|
|
attach gsip at pci
|
|
|
|
file dev/pci/if_gsip.c gsip
|
|
|
|
|
2002-01-01 19:49:05 +03:00
|
|
|
# Level One LXT-1001 Gigabit Ethernet
|
|
|
|
device glxt: ether, ifnet, arp, mii
|
|
|
|
attach glxt at pci
|
|
|
|
file dev/pci/if_glxt.c glxt
|
|
|
|
|
2001-07-25 04:11:51 +04:00
|
|
|
# Sundance Tech./Tamarack TC9021 Gigabit Ethernet
|
|
|
|
device stge: ether, ifnet, arp, mii, mii_bitbang
|
|
|
|
attach stge at pci
|
|
|
|
file dev/pci/if_stge.c stge
|
|
|
|
|
2002-01-01 19:49:05 +03:00
|
|
|
# Intel i8254x Gigabit Ethernet
|
|
|
|
device wm: ether, ifnet, arp, mii, mii_bitbang
|
|
|
|
attach wm at pci
|
|
|
|
file dev/pci/if_wm.c wm
|
|
|
|
|
2002-06-24 00:36:26 +04:00
|
|
|
# Broadcom 570x Gigabit Ethernet
|
|
|
|
device bge: ether, ifnet, arp, mii, mii_bitbang
|
|
|
|
attach bge at pci
|
|
|
|
file dev/pci/if_bge.c bge
|
|
|
|
|
1999-06-27 19:19:40 +04:00
|
|
|
# Realtek 8129/8139 Ethernet controllers
|
2000-04-19 12:44:31 +04:00
|
|
|
attach rtk at pci with rtk_pci
|
2000-05-10 04:19:55 +04:00
|
|
|
file dev/pci/if_rtk_pci.c rtk_pci
|
1999-06-27 19:19:40 +04:00
|
|
|
|
This is the long-awaited "new Tulip driver", a complete, from-scratch
rewrite of the driver for the DECchip 21x4x Ethernet chips, and a variety
of clones.
Currently, the driver supports the Winbond 89C840F (this works pretty
well), and the Lite-On PNIC (e.g. NetGear PCI boards), however Lite-On
support may be broken [I may simply have a busted test board].
Eventually, support for the Macronix and ASIX chips will filter into
this driver, and then, slowly, support for the genuine DEC chips,
and maybe even the DE-425 EISA model.
1999-09-01 04:32:41 +04:00
|
|
|
# DECchip 21x4x Ethernet controller family, and assorted clones.
|
|
|
|
attach tlp at pci with tlp_pci
|
|
|
|
file dev/pci/if_tlp_pci.c tlp_pci
|
|
|
|
|
1999-06-30 21:45:38 +04:00
|
|
|
# Bit3 PCI-VME mod. 617
|
|
|
|
device btvmei: vmebus
|
|
|
|
attach btvmei at pci
|
|
|
|
file dev/pci/btvmei.c btvmei
|
|
|
|
#file dev/pci/btvmei_dma.c btvmei
|
|
|
|
#file dev/pci/btvmei_cntlrdma.c btvmei
|
1999-09-01 15:54:32 +04:00
|
|
|
|
|
|
|
# Alteon ACEnic Gigabit Ethernet controller
|
|
|
|
device ti: ether, ifnet, arp
|
|
|
|
attach ti at pci
|
|
|
|
file dev/pci/if_ti.c ti
|
1999-10-13 22:37:12 +04:00
|
|
|
|
|
|
|
# Adaptec AIC-6915 Ethernet interface
|
|
|
|
attach sf at pci with sf_pci
|
|
|
|
file dev/pci/if_sf_pci.c sf_pci
|
1999-10-15 10:07:17 +04:00
|
|
|
|
2001-06-20 03:00:47 +04:00
|
|
|
# Sundance Tech. ST-201 10/100 Ethernet
|
|
|
|
device ste: ether, ifnet, arp, mii, mii_bitbang
|
|
|
|
attach ste at pci
|
|
|
|
file dev/pci/if_ste.c ste
|
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
# YENTA PCI-Cardbus bridge
|
2001-02-24 04:59:46 +03:00
|
|
|
#device cbb: cbbus, pcmciabus
|
|
|
|
device cbb: pcmciaslot
|
1999-10-15 10:07:17 +04:00
|
|
|
attach cbb at pci with cbb_pci
|
|
|
|
file dev/pci/pccbb.c cbb
|
2000-02-25 21:22:39 +03:00
|
|
|
|
|
|
|
# Tundra Universe PCI-VME adapter
|
2001-02-24 04:59:46 +03:00
|
|
|
define univ_pci
|
|
|
|
file dev/pci/universe_pci.c univ_pci
|
2000-02-25 21:22:39 +03:00
|
|
|
|
|
|
|
# Bit3 PCI-VME mod. 2706
|
2001-02-24 04:59:46 +03:00
|
|
|
device btvmeii: vmebus, univ_pci
|
|
|
|
attach btvmeii at pci
|
|
|
|
file dev/pci/btvmeii.c btvmeii
|
2000-05-08 20:40:42 +04:00
|
|
|
|
|
|
|
# VT86C686A power management
|
2001-02-24 04:59:46 +03:00
|
|
|
device viapm {}
|
|
|
|
attach viapm at pci
|
|
|
|
file dev/pci/viapm.c viapm
|
2000-05-08 20:40:42 +04:00
|
|
|
|
|
|
|
# hardware monitoring part of viapm
|
2001-02-24 04:59:46 +03:00
|
|
|
device viaenv: sysmon_envsys
|
|
|
|
attach viaenv at viapm
|
|
|
|
file dev/pci/viaenv.c viaenv needs-flag
|
2000-10-12 06:59:59 +04:00
|
|
|
|
2002-06-02 06:44:27 +04:00
|
|
|
# AMD 768MPX power management controller
|
|
|
|
defflag opt_amdpm.h AMDPM_RND_COUNTERS
|
|
|
|
device amdpm {}
|
|
|
|
attach amdpm at pci
|
|
|
|
file dev/pci/amdpm.c amdpm
|
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
# Hi/fn 7751
|
2003-12-31 19:44:26 +03:00
|
|
|
device hifn: opencrypto
|
2000-10-12 06:59:59 +04:00
|
|
|
attach hifn at pci
|
|
|
|
file dev/pci/hifn7751.c hifn
|
2000-12-14 07:11:25 +03:00
|
|
|
|
2003-08-09 00:46:09 +04:00
|
|
|
# Bluesteelnet 5501/5601, Broadcom 580x/582x security processor
|
2003-12-31 19:44:26 +03:00
|
|
|
device ubsec: opencrypto
|
2003-08-09 00:46:09 +04:00
|
|
|
attach ubsec at pci
|
|
|
|
file dev/pci/ubsec.c ubsec
|
|
|
|
|
2000-12-14 07:11:25 +03:00
|
|
|
# Aironet PC4500/PC4800
|
|
|
|
attach an at pci with an_pci
|
|
|
|
file dev/pci/if_an_pci.c an_pci
|
2001-01-05 16:09:15 +03:00
|
|
|
|
2003-07-07 02:56:07 +04:00
|
|
|
# ADMtek ADM8211 PCI/Mini-PCI
|
|
|
|
attach atw at pci with atw_pci
|
|
|
|
file dev/pci/if_atw_pci.c atw_pci
|
|
|
|
|
2004-09-26 07:03:17 +04:00
|
|
|
# Realtek RTL8180 PCI/Mini-PCI
|
|
|
|
attach rtw at pci with rtw_pci
|
|
|
|
file dev/pci/if_rtw_pci.c rtw_pci
|
|
|
|
|
2005-07-02 00:11:20 +04:00
|
|
|
# Ralink RT2500 PCI/Mini-PCI
|
|
|
|
attach ral at pci with ral_pci: ralcommon
|
|
|
|
file dev/pci/if_ral_pci.c ral_pci
|
|
|
|
|
2001-10-13 19:00:23 +04:00
|
|
|
# Intersil Prism2.5 Mini-PCI
|
|
|
|
attach wi at pci with wi_pci
|
|
|
|
file dev/pci/if_wi_pci.c wi_pci
|
2001-01-05 16:09:15 +03:00
|
|
|
|
|
|
|
# ISDN devices
|
2001-02-24 04:59:46 +03:00
|
|
|
attach isic at pci with isic_pci
|
|
|
|
file dev/pci/isic_pci.c isic_pci
|
2001-01-05 16:09:15 +03:00
|
|
|
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/pci/isic_pci_elsa_qs1p.c isic_pci
|
2002-03-25 19:39:52 +03:00
|
|
|
|
2003-09-25 19:58:14 +04:00
|
|
|
# AVM T1/B1
|
|
|
|
attach iavc at pci with iavc_pci
|
|
|
|
file dev/pci/iavc_pci.c iavc_pci
|
|
|
|
|
2002-10-26 01:03:47 +04:00
|
|
|
device ifpci: isdndev, passive_isdn, nisac
|
2002-03-25 19:39:52 +03:00
|
|
|
attach ifpci at pci
|
|
|
|
file dev/pci/ifpci.c ifpci
|
2001-01-05 16:09:15 +03:00
|
|
|
|
2002-10-26 01:03:47 +04:00
|
|
|
device ifritz: isdndev, passive_isdn, nisacsx
|
|
|
|
attach ifritz at pci
|
|
|
|
file dev/pci/ifpci2.c ifritz
|
|
|
|
|
2002-09-25 02:05:19 +04:00
|
|
|
# Winbond W6692
|
|
|
|
device iwic: isdndev, passive_isdn
|
|
|
|
attach iwic at pci with iwic_pci
|
|
|
|
file dev/pci/iwic_pci.c iwic
|
|
|
|
file dev/pci/iwic_bchan.c iwic
|
|
|
|
file dev/pci/iwic_dchan.c iwic
|
|
|
|
file dev/pci/iwic_fsm.c iwic
|
|
|
|
|
2001-12-02 19:30:30 +03:00
|
|
|
# IrDA devices
|
|
|
|
# Toshiba Fast Infrared Type O IrDA driver
|
2004-02-14 19:38:06 +03:00
|
|
|
device oboe: irbus, irdasir
|
|
|
|
attach oboe at pci
|
2001-12-02 19:30:30 +03:00
|
|
|
file dev/pci/oboe.c oboe
|
2002-01-01 19:49:05 +03:00
|
|
|
|
|
|
|
# Middle Digital, Inc. PCI-Weasel serial console board control
|
|
|
|
# devices (watchdog timer, etc.)
|
|
|
|
device weasel: sysmon_wdog
|
|
|
|
attach weasel at pci with weasel_pci
|
|
|
|
file dev/pci/weasel_pci.c weasel
|
2002-02-02 21:37:38 +03:00
|
|
|
|
|
|
|
# Game adapter (joystick)
|
|
|
|
attach joy at pci with joy_pci
|
|
|
|
file dev/pci/joy_pci.c joy_pci
|
2002-10-24 22:15:57 +04:00
|
|
|
|
|
|
|
# ATI Mach64 framebuffer console driver
|
|
|
|
device machfb: wsemuldisplaydev, rasops8
|
|
|
|
attach machfb at pci
|
|
|
|
file dev/pci/machfb.c machfb
|
2003-07-02 00:08:51 +04:00
|
|
|
|
|
|
|
# 3Com 3c990
|
|
|
|
device txp: ether, ifnet, arp
|
|
|
|
attach txp at pci
|
|
|
|
file dev/pci/if_txp.c txp
|
2003-08-27 01:11:00 +04:00
|
|
|
|
|
|
|
# SysKonnect
|
|
|
|
device skc { }
|
|
|
|
attach skc at pci
|
|
|
|
device sk: ether, ifnet, arp, mii
|
|
|
|
attach sk at skc
|
|
|
|
file dev/pci/if_sk.c skc | sk
|
2003-09-27 17:13:28 +04:00
|
|
|
|
|
|
|
# Broadcom 4401 10/100 Ethernet
|
2004-02-14 19:38:06 +03:00
|
|
|
device bce: ether, ifnet, arp, mii
|
|
|
|
attach bce at pci
|
2003-09-27 17:13:28 +04:00
|
|
|
file dev/pci/if_bce.c bce
|
2004-03-12 16:46:52 +03:00
|
|
|
|
|
|
|
# Intel PRO/10GbE
|
|
|
|
device dge: ether, ifnet, arp
|
|
|
|
attach dge at pci
|
|
|
|
file dev/pci/if_dge.c dge
|
2004-05-28 19:35:41 +04:00
|
|
|
|
2005-01-21 15:32:18 +03:00
|
|
|
# Realtek 8169 Ethernet controllers
|
|
|
|
attach re at pci with re_pci
|
|
|
|
file dev/pci/if_re_pci.c re_pci
|
2004-08-23 16:03:25 +04:00
|
|
|
|
|
|
|
# Intel PRO/Wireless 2100
|
2005-10-18 21:53:14 +04:00
|
|
|
device ipw: ifnet, arp, wlan
|
2004-08-23 16:03:25 +04:00
|
|
|
attach ipw at pci
|
|
|
|
file dev/pci/if_ipw.c ipw
|
2004-08-26 18:13:46 +04:00
|
|
|
|
|
|
|
# Workbit NinjaSCSI-32 controllers
|
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach njs at pci with njs_pci
|
|
|
|
file dev/pci/njs_pci.c njs_pci
|
2005-01-11 21:41:59 +03:00
|
|
|
|
2005-09-09 14:30:27 +04:00
|
|
|
# S2io Xframe 10 Gigabit ethernet (Xframe driver)
|
|
|
|
device xge: ether, ifnet, arp
|
|
|
|
attach xge at pci
|
|
|
|
file dev/pci/if_xge.c xge
|
|
|
|
|
2005-01-11 21:41:59 +03:00
|
|
|
# Intel PRO/Wireless 2200BG/2915ABG
|
2005-10-18 21:53:14 +04:00
|
|
|
device iwi: ifnet, arp, wlan
|
2005-01-11 21:41:59 +03:00
|
|
|
attach iwi at pci
|
|
|
|
file dev/pci/if_iwi.c iwi
|
2005-02-20 21:34:33 +03:00
|
|
|
|
|
|
|
# Via Velocity 612x 10/100/1000 Ethernet
|
|
|
|
device vge: ether, ifnet, arp, mii
|
|
|
|
attach vge at pci
|
|
|
|
file dev/pci/if_vge.c vge
|
2005-06-26 02:08:54 +04:00
|
|
|
|
|
|
|
# Atheros 5210/5211/5212 PCI/Mini-PCI
|
|
|
|
attach ath at pci with ath_pci
|
|
|
|
file dev/pci/if_ath_pci.c ath_pci
|