files.pci revision 1.18
1#	$NetBSD: files.pci,v 1.18 1996/07/14 19:13:22 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
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# ENI ATM driver
24device	en: atm, ifnet
25attach	en at pci with en_pci
26file    dev/pci/if_en_pci.c		en
27file    dev/ic/midway.c			en
28
29# 3Com 3c590 and 3c595 Ethernet controllers
30# device declaration in sys/conf/files
31attach	ep at pci with ep_pci
32file	dev/pci/if_ep_pci.c		ep_pci
33
34# Digital DEFPA PCI FDDI Controller
35device	fpa: pdq, fddi, ifnet
36attach	fpa at pci
37file	dev/pci/if_fpa.c		fpa
38
39# AMD am7990 (LANCE) -based Ethernet controllers
40# device declaration in sys/conf/files
41attach	le at pci with le_pci
42file	dev/pci/if_le_pci.c		le_pci
43
44# NCR 53c8xx SCSI chips
45device	ncr: scsi
46attach	ncr at pci
47file	dev/pci/ncr.c			ncr
48
49# PCI-PCI bridge chips
50device	ppb: pcibus
51attach	ppb at pci
52file	dev/pci/ppb.c			ppb
53