files.pci revision 1.17
1#	$NetBSD: files.pci,v 1.17 1996/06/22 02:00:34 chuck 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 3940, 2940, and aic78[5678]0 SCSI controllers
13# device declaration in sys/conf/files
14attach	ahc at pci with ahc_pci
15file	dev/pci/ahc_pci.c		ahc_pci
16file	dev/ic/smc93cx6.c		ahc_pci
17
18# Ethernet driver for DC21040-based boards
19device	de: ether, ifnet
20attach	de at pci
21file	dev/pci/if_de.c			de
22
23# Digital DEFPA PCI FDDI Controller
24device	fpa: pdq, fddi, ifnet
25attach	fpa at pci
26file	dev/pci/if_fpa.c		fpa
27
28# NCR 53c8xx SCSI chips
29device	ncr: scsi
30attach	ncr at pci
31file	dev/pci/ncr.c			ncr
32
33# PCI-PCI bridge chips
34device	ppb: pcibus
35attach	ppb at pci
36file	dev/pci/ppb.c			ppb
37
38# 3Com 3c590 and 3c595 Ethernet controllers
39# device declaration in sys/conf/files
40attach	ep at pci with ep_pci
41file	dev/pci/if_ep_pci.c		ep_pci
42
43# AMD am7990 (LANCE) -based Ethernet controllers
44# device declaration in sys/conf/files
45attach	le at pci with le_pci
46file	dev/pci/if_le_pci.c		le_pci
47
48# ENI ATM driver
49device	en: atm, ifnet
50attach	en at pci with en_pci
51file    dev/pci/if_en_pci.c		en
52file    dev/ic/midway.c			en
53