files.pci revision 1.6
1#	$NetBSD: files.pci,v 1.6 1995/07/27 04:43:19 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# NCR 53C8{10,15,25} SCSI chips
14device	ncr at pci: scsi
15file	dev/pci/ncr.c			ncr
16
17# Ethernet driver for DC21040-based boards
18device	de at pci: ether, ifnet
19file	dev/pci/if_de.c			de
20