1# $NetBSD: files.pci,v 1.2 1995/04/17 17:54:35 cgd 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 root {[bus = -1], [dev = -1]} 11file dev/pci/pci.c pci 12 13# NCR 53C8{10,15,25} SCSI chips 14device ncr at pci: scsi 15file dev/pci/ncr.c ncr 16 17# XXX ??? 18# XXX NOT IN TREE? 19#device de at pci: ether, ifnet 20#file dev/pci/if_de.c de 21