1# $NetBSD: files.pci,v 1.31 1997/10/21 05:54:28 bouyer Exp $ 2# 3# Config file and device description for machine-independent PCI code. 4# Included by ports that need it. Requires that the SCSI files be 5# defined first. 6 7defopt PCIVERBOSE 8 9device pci {[dev = -1], [function = -1]} 10attach pci at pcibus 11file dev/pci/pci.c pci needs-flag 12file dev/pci/pci_map.c pci 13file dev/pci/pci_subr.c pci 14 15# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers 16# device declaration in sys/conf/files 17attach ahc at pci with ahc_pci 18file dev/pci/ahc_pci.c ahc_pci 19file dev/ic/smc93cx6.c ahc_pci 20 21# BusLogic BT-9xx PCI family 22# device declaration in sys/conf/files 23attach bha at pci with bha_pci 24file dev/pci/bha_pci.c bha_pci 25 26# Qlogic ISP 10x0 (PCI) family 27# device declaration in sys/conf/files 28attach isp at pci with isp_pci 29file dev/pci/isp_pci.c isp_pci 30 31# Ethernet driver for DC21040-based boards 32device de: ether, ifnet, arp 33attach de at pci 34file dev/pci/if_de.c de 35 36# Efficient Networks, Inc. ATM interface 37# device declaration in sys/conf/files 38attach en at pci with en_pci 39file dev/pci/if_en_pci.c en_pci 40 41# 3Com 3c590 and 3c595 Ethernet controllers 42# device declaration in sys/conf/files 43attach ep at pci with ep_pci 44file dev/pci/if_ep_pci.c ep_pci 45 46# Digital DEFPA PCI FDDI Controller 47device fpa: pdq, fddi, ifnet, arp 48attach fpa at pci 49file dev/pci/if_fpa.c fpa 50 51# AMD am7990 (LANCE) -based Ethernet controllers 52# device declaration in sys/conf/files 53attach le at pci with le_pci 54file dev/pci/if_le_pci.c le_pci 55 56# NCR 53c8xx SCSI chips 57device ncr: scsi 58attach ncr at pci 59file dev/pci/ncr.c ncr 60 61# PCI-PCI bridge chips 62device ppb: pcibus 63attach ppb at pci 64file dev/pci/ppb.c ppb 65 66# Cyclades Cyclom-8/16/32 67attach cy at pci with cy_pci 68file dev/pci/cy_pci.c cy_pci 69 70# Intel EtherExpress PRO 10/100B 71device fxp: ether, ifnet, arp 72attach fxp at pci 73file dev/pci/if_fxp.c fxp 74 75# NE2000-compatible PCI Ethernet cards 76attach ne at pci with ne_pci 77file dev/pci/if_ne_pci.c ne_pci 78 79# Texas Instruments ThunderLAN Chip. 80device tl: ether, ifnet, arp, i2c, i2c_eeprom, miibus 81attach tl at pci 82file dev/pci/if_tl.c tl 83