1# $NetBSD: files.pci,v 1.21 1996/11/12 23:58:03 thorpej Exp $ 2# 3# Config.new 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 7device pci {[dev = -1], [function = -1]} 8attach pci at pcibus 9file dev/pci/pci.c pci needs-flag 10file dev/pci/pci_subr.c pci 11 12# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers 13# device declaration in sys/conf/files 14attach ahc at pci with ahc_pci 15file dev/pci/ahc_pci.c ahc_pci 16file dev/ic/smc93cx6.c ahc_pci 17 18# BusLogic BT-9xx PCI family 19# device declaration in sys/dev/isa/files.isa 20attach bha at pci with bha_pci 21file dev/pci/bha_pci.c bha_pci 22 23# Ethernet driver for DC21040-based boards 24device de: ether, ifnet 25attach de at pci 26file dev/pci/if_de.c de 27 28# Efficient Networks, Inc. ATM interface 29# device declaration in sys/conf/files 30attach en at pci with en_pci 31file dev/pci/if_en_pci.c en_pci 32 33# 3Com 3c590 and 3c595 Ethernet controllers 34# device declaration in sys/conf/files 35attach ep at pci with ep_pci 36file dev/pci/if_ep_pci.c ep_pci 37 38# Digital DEFPA PCI FDDI Controller 39device fpa: pdq, fddi, ifnet 40attach fpa at pci 41file dev/pci/if_fpa.c fpa 42 43# AMD am7990 (LANCE) -based Ethernet controllers 44# device declaration in sys/conf/files 45attach le at pci with le_pci 46file dev/pci/if_le_pci.c le_pci 47 48# NCR 53c8xx SCSI chips 49device ncr: scsi 50attach ncr at pci 51file dev/pci/ncr.c ncr 52 53# PCI-PCI bridge chips 54device ppb: pcibus 55attach ppb at pci 56file dev/pci/ppb.c ppb 57 58# Cyclades Cyclom-8/16/32 59attach cy at pci with cy_pci 60file dev/pci/cy_pci.c cy_pci 61