summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
blob: f77d9dddda388c38ca2f05b697a74d648956833e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#	$OpenBSD: files.pci,v 1.5 1996/05/02 13:38:15 deraadt Exp $
#	$NetBSD: files.pci,v 1.14 1996/04/25 02:17:05 thorpej Exp $
#
# Config.new file and device description for machine-independent PCI code.
# Included by ports that need it.  Requires that the SCSI files be
# defined first.

device	pci {[dev = -1], [function = -1]}
attach	pci at pcibus
file	dev/pci/pci.c			pci needs-flag
file	dev/pci/pci_subr.c		pci

# Adaptec 7870 chips
device	ahc: scsi, aic7xxx
attach	ahc at pci
file	dev/pci/aic7870.c		ahc

# Ethernet driver for DC21040-based boards
device	de: ether, ifnet
attach	de at pci
file	dev/pci/if_de.c			de

# Digital DEFPA PCI FDDI Controller
device	fpa: pdq, fddi, ifnet
attach	fpa at pci
file	dev/pci/if_fpa.c		fpa

# NCR 53c8xx SCSI chips
device	ncr: scsi
attach	ncr at pci
file	dev/pci/ncr.c			ncr

# PCI-PCI bridge chips
device	ppb: pcibus
attach	ppb at pci
file	dev/pci/ppb.c			ppb

# 3Com 3c590 and 3c595 Ethernet controllers
# device declaration in sys/conf/files
attach	ep at pci with ep_pci
file	dev/pci/if_ep_pci.c		ep_pci