files.pci revision 1.1
1#	$NetBSD: files.pci,v 1.1 1995/04/17 07:46:10 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
13device	ncr at pci: scsi
14file	dev/pci/ncr.c			ncr
15
16device	de at pci: ether, ifnet
17file	dev/pci/if_de.c			de
18