files.pci revision 1.3
1#	$NetBSD: files.pci,v 1.3 1995/06/05 01:03:45 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# Ethernet driver for DC21040-based boards
18device	de at pci: ether, ifnet
19file	dev/pci/if_de.c			de
20