1# $NetBSD: files.pci,v 1.49 1998/11/04 00:31:05 fvdl 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_quirks.c pci 14file dev/pci/pci_subr.c pci 15 16# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers 17# device declaration in sys/conf/files 18attach ahc at pci with ahc_pci 19file dev/pci/ahc_pci.c ahc_pci 20file dev/ic/smc93cx6.c ahc_pci 21 22# AdvanSys 1200A, 1200B, and ULTRA SCSI controllers 23# device declaration in sys/conf/files 24attach adv at pci with adv_pci 25file dev/pci/adv_pci.c adv_pci 26file dev/ic/advlib.c adv_pci 27file dev/ic/advmcode.c adv_pci 28 29# AdvanSys ULTRA WIDE SCSI controllers 30# device declaration in sys/conf/files 31attach adw at pci with adw_pci 32file dev/pci/adw_pci.c adw_pci 33file dev/ic/adwlib.c adw_pci 34file dev/ic/adwmcode.c adw_pci 35 36# BusLogic BT-9xx PCI family 37# device declaration in sys/conf/files 38attach bha at pci with bha_pci 39file dev/pci/bha_pci.c bha_pci 40 41# Qlogic ISP 10x0 (PCI) family 42# device declaration in sys/conf/files 43attach isp at pci with isp_pci 44file dev/pci/isp_pci.c isp_pci 45 46# Ethernet driver for DC21040-based boards 47device de: ether, ifnet, arp 48attach de at pci 49file dev/pci/if_de.c de 50 51# Efficient Networks, Inc. ATM interface 52# device declaration in sys/conf/files 53attach en at pci with en_pci 54file dev/pci/if_en_pci.c en_pci 55 56# 3Com 3c590 and 3c595 Ethernet controllers 57# device declaration in sys/conf/files 58attach ep at pci with ep_pci 59file dev/pci/if_ep_pci.c ep_pci 60 61# 3Com 3c90x[B] Ethernet controllers 62# device declaration in sys/conf/files 63attach ex at pci with ex_pci 64file dev/pci/if_ex_pci.c ex_pci 65 66# Digital DEFPA PCI FDDI Controller 67device fpa: pdq, fddi, ifnet, arp 68attach fpa at pci 69file dev/pci/if_fpa.c fpa 70 71# AMD am7990 (LANCE) -based Ethernet controllers 72# device declaration in sys/conf/files 73attach le at pci with le_pci: le32 74file dev/pci/if_le_pci.c le_pci 75 76# NCR 53c8xx SCSI chips 77device ncr: scsi 78attach ncr at pci 79file dev/pci/ncr.c ncr 80 81# PCI IDE controllers 82device pciide {[channel = -1]}: wdc_base, ata, atapi 83attach pciide at pci 84file dev/pci/pciide.c pciide 85 86# PCI-PCI bridge chips 87device ppb: pcibus 88attach ppb at pci 89file dev/pci/ppb.c ppb 90 91# Cyclades Cyclom-8/16/32 92attach cy at pci with cy_pci 93file dev/pci/cy_pci.c cy_pci 94 95# Intel EtherExpress PRO 10/100B 96device fxp: ether, ifnet, arp, mii 97attach fxp at pci 98file dev/pci/if_fxp.c fxp 99 100# NE2000-compatible PCI Ethernet cards 101attach ne at pci with ne_pci: rtl80x9 102file dev/pci/if_ne_pci.c ne_pci 103 104# Texas Instruments ThunderLAN Chip. 105device tl: ether, ifnet, arp, i2c, i2c_eeprom, mii 106attach tl at pci 107file dev/pci/if_tl.c tl 108 109# SDL Communications N2 PCI Network Interface 110device ntwoc: ifnet, hd64570 111attach ntwoc at pci with ntwoc_pci 112file dev/pci/if_ntwoc_pci.c ntwoc_pci 113 114# Essential Communications HIPPI interface 115# device declaration in sys/conf/files 116attach esh at pci with esh_pci 117file dev/pci/if_esh_pci.c esh_pci 118 119# generic PCI VGA 120attach vga at pci with vga_pci 121file dev/pci/vga_pci.c vga_pci needs-flag 122 123# DEC TGA 124device tga: wsemuldisplaydev, wsrasteremulops 125attach tga at pci 126file dev/pci/tga.c tga needs-flag 127file dev/pci/tga_conf.c tga 128file dev/pci/tga_bt463.c tga 129file dev/pci/tga_bt485.c tga 130 131# Ensoniq AudioPCI S5016 132device eap: audio, auconv, mulaw 133attach eap at pci 134file dev/pci/eap.c eap 135 136# SMC EPIC/100 Fast Ethernet on PCI 137attach epic at pci with epic_pci 138file dev/pci/if_epic_pci.c epic_pci 139 140# PCI "universal" communication device driver, for PCI com, lpt, etc. ports 141# (see documentation in the driver for what, exactly, should be supported) 142device puc { port = -1 } 143attach puc at pci 144file dev/pci/puc.c puc 145file dev/pci/pucdata.c puc 146 147attach com at puc with com_puc 148file dev/pci/com_puc.c com_puc 149 150# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 151# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files. 152# XXX (when the conf/files and files.isa bogons are fixed, this can 153# XXX be fixed as well.) 154 155# attach lpt at puc with lpt_puc 156# file dev/pci/lpt_puc.c lpt_puc 157 158# UHCI USB controller 159attach uhci at pci with uhci_pci 160file dev/pci/uhci_pci.c uhci 161 162# OHCI USB controller 163attach ohci at pci with ohci_pci 164file dev/pci/ohci_pci.c ohci 165