1# $NetBSD: files.pci,v 1.8 1995/10/10 12:16:54 mycroft 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 7# ports should define their own "device pci" line (like the one below, 8# but with the correct bus attachment). 9 10#device pci at mainbus {[bus = -1], [dev = -1]} 11file dev/pci/pci_subr.c pci needs-flag 12 13# Ethernet driver for DC21040-based boards 14device de at pci: ether, ifnet 15file dev/pci/if_de.c de 16 17# Digital DEFPA PCI FDDI Controller 18device fpa at pci: pdq, fddi, ifnet 19file dev/pci/if_fpa.c fpa 20 21# NCR 53c8xx SCSI chips 22device ncr at pci: scsi 23file dev/pci/ncr.c ncr 24 25# Adaptec 7870 chips 26device ahc at pci: scsi 27file dev/pci/aic7870.c ahc 28file dev/ic/aic7xxx.c ahc 29