files.pci revision 1.13
1#	$NetBSD: files.pci,v 1.13 1996/03/17 00:55:24 thorpej 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
7device	pci {[dev = -1], [function = -1]}
8attach	pci at pcibus
9file	dev/pci/pci.c			pci needs-flag
10file	dev/pci/pci_subr.c		pci
11
12# Adaptec 7870 chips
13device	ahc: scsi, aic7xxx
14attach	ahc at pci
15file	dev/pci/aic7870.c		ahc
16
17# Ethernet driver for DC21040-based boards
18device	de: ether, ifnet
19attach	de at pci
20file	dev/pci/if_de.c			de
21
22# Digital DEFPA PCI FDDI Controller
23device	fpa: pdq, fddi, ifnet
24attach	fpa at pci
25file	dev/pci/if_fpa.c		fpa
26
27# NCR 53c8xx SCSI chips
28device	ncr: scsi
29attach	ncr at pci
30file	dev/pci/ncr.c			ncr
31
32# PCI-PCI bridge chips
33device	ppb: pcibus
34attach	ppb at pci
35file	dev/pci/ppb.c			ppb
36