files.pci revision 1.24
1#	$NetBSD: files.pci,v 1.24 1997/06/05 02:15:36 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 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# BusLogic BT-9xx PCI family
19# device declaration in sys/dev/isa/files.isa
20attach	bha at pci with bha_pci
21file	dev/pci/bha_pci.c		bha_pci
22
23# Qlogic ISP 10x0 (PCI) family
24# device declaration in sys/conf/files
25attach	isp at pci with isp_pci
26file	dev/pci/isp_pci.c		isp_pci
27
28# Ethernet driver for DC21040-based boards
29device	de: ether, ifnet, arp
30attach	de at pci
31file	dev/pci/if_de.c			de
32
33# Efficient Networks, Inc. ATM interface
34# device declaration in sys/conf/files
35attach	en at pci with en_pci
36file    dev/pci/if_en_pci.c		en_pci
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# Digital DEFPA PCI FDDI Controller
44device	fpa: pdq, fddi, ifnet, arp
45attach	fpa at pci
46file	dev/pci/if_fpa.c		fpa
47
48# AMD am7990 (LANCE) -based Ethernet controllers
49# device declaration in sys/conf/files
50attach	le at pci with le_pci
51file	dev/pci/if_le_pci.c		le_pci
52
53# NCR 53c8xx SCSI chips
54device	ncr: scsi
55attach	ncr at pci
56file	dev/pci/ncr.c			ncr
57
58# PCI-PCI bridge chips
59device	ppb: pcibus
60attach	ppb at pci
61file	dev/pci/ppb.c			ppb
62
63# Cyclades Cyclom-8/16/32 
64attach	cy at pci with cy_pci
65file	dev/pci/cy_pci.c		cy_pci
66
67# Intel EtherExpress PRO 10/100B
68device	fxp: ether, ifnet, arp
69attach	fxp at pci 
70file	dev/pci/if_fxp.c		fxp
71