files.pci revision 1.48
1#	$NetBSD: files.pci,v 1.48 1998/10/31 00:45:48 thorpej Exp $
2#
3# Config 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
7defopt	PCIVERBOSE
8
9device	pci {[dev = -1], [function = -1]}
10attach	pci at pcibus
11file	dev/pci/pci.c			pci needs-flag
12file	dev/pci/pci_map.c		pci
13file	dev/pci/pci_quirks.c		pci
14file	dev/pci/pci_subr.c		pci
15
16# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers
17# device declaration in sys/conf/files
18attach	ahc at pci with ahc_pci
19file	dev/pci/ahc_pci.c		ahc_pci
20file	dev/ic/smc93cx6.c		ahc_pci
21
22# AdvanSys 1200A, 1200B, and ULTRA SCSI controllers
23# device declaration in sys/conf/files
24attach	adv at pci with adv_pci
25file	dev/pci/adv_pci.c		adv_pci
26file	dev/ic/advlib.c			adv_pci
27file	dev/ic/advmcode.c		adv_pci
28
29# AdvanSys ULTRA WIDE SCSI controllers
30# device declaration in sys/conf/files
31attach  adw at pci with adw_pci
32file    dev/pci/adw_pci.c               adw_pci
33file    dev/ic/adwlib.c                 adw_pci
34file    dev/ic/adwmcode.c               adw_pci
35
36# BusLogic BT-9xx PCI family
37# device declaration in sys/conf/files
38attach	bha at pci with bha_pci
39file	dev/pci/bha_pci.c		bha_pci
40
41# Qlogic ISP 10x0 (PCI) family
42# device declaration in sys/conf/files
43attach	isp at pci with isp_pci
44file	dev/pci/isp_pci.c		isp_pci
45
46# Ethernet driver for DC21040-based boards
47device	de: ether, ifnet, arp
48attach	de at pci
49file	dev/pci/if_de.c			de
50
51# Efficient Networks, Inc. ATM interface
52# device declaration in sys/conf/files
53attach	en at pci with en_pci
54file    dev/pci/if_en_pci.c		en_pci
55
56# 3Com 3c590 and 3c595 Ethernet controllers
57# device declaration in sys/conf/files
58attach	ep at pci with ep_pci
59file	dev/pci/if_ep_pci.c		ep_pci
60
61# Digital DEFPA PCI FDDI Controller
62device	fpa: pdq, fddi, ifnet, arp
63attach	fpa at pci
64file	dev/pci/if_fpa.c		fpa
65
66# AMD am7990 (LANCE) -based Ethernet controllers
67# device declaration in sys/conf/files
68attach	le at pci with le_pci: le32
69file	dev/pci/if_le_pci.c		le_pci
70
71# NCR 53c8xx SCSI chips
72device	ncr: scsi
73attach	ncr at pci
74file	dev/pci/ncr.c			ncr
75
76# PCI IDE controllers
77device	pciide {[channel = -1]}: wdc_base, ata, atapi
78attach	pciide at pci
79file	dev/pci/pciide.c		pciide
80
81# PCI-PCI bridge chips
82device	ppb: pcibus
83attach	ppb at pci
84file	dev/pci/ppb.c			ppb
85
86# Cyclades Cyclom-8/16/32 
87attach	cy at pci with cy_pci
88file	dev/pci/cy_pci.c		cy_pci
89
90# Intel EtherExpress PRO 10/100B
91device	fxp: ether, ifnet, arp, mii
92attach	fxp at pci 
93file	dev/pci/if_fxp.c		fxp
94
95# NE2000-compatible PCI Ethernet cards
96attach	ne at pci with ne_pci: rtl80x9
97file	dev/pci/if_ne_pci.c		ne_pci
98
99# Texas Instruments ThunderLAN Chip.
100device  tl: ether, ifnet, arp, i2c, i2c_eeprom, mii
101attach  tl at pci
102file    dev/pci/if_tl.c     tl
103
104# SDL Communications N2 PCI Network Interface
105device	ntwoc: ifnet, hd64570
106attach	ntwoc at pci with ntwoc_pci
107file	dev/pci/if_ntwoc_pci.c		ntwoc_pci
108
109# Essential Communications HIPPI interface
110# device declaration in sys/conf/files
111attach  esh at pci with esh_pci
112file    dev/pci/if_esh_pci.c            esh_pci
113
114# generic PCI VGA
115attach	vga at pci with vga_pci
116file	dev/pci/vga_pci.c	vga_pci	needs-flag
117
118# DEC TGA
119device	tga: wsemuldisplaydev, wsrasteremulops
120attach	tga at pci
121file	dev/pci/tga.c		tga		needs-flag
122file	dev/pci/tga_conf.c	tga
123file	dev/pci/tga_bt463.c	tga
124file	dev/pci/tga_bt485.c	tga
125
126# Ensoniq AudioPCI S5016
127device	eap: audio, auconv, mulaw
128attach	eap at pci
129file	dev/pci/eap.c			eap
130
131# SMC EPIC/100 Fast Ethernet on PCI
132attach	epic at pci with epic_pci
133file	dev/pci/if_epic_pci.c		epic_pci
134
135# PCI "universal" communication device driver, for PCI com, lpt, etc. ports
136# (see documentation in the driver for what, exactly, should be supported)
137device	puc { port = -1 }
138attach	puc at pci
139file	dev/pci/puc.c		puc
140file	dev/pci/pucdata.c	puc
141
142attach	com at puc with com_puc
143file	dev/pci/com_puc.c	com_puc
144
145# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
146# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
147# XXX (when the conf/files and files.isa bogons are fixed, this can
148# XXX be fixed as well.)
149
150# attach	lpt at puc with lpt_puc
151# file	dev/pci/lpt_puc.c	lpt_puc
152
153# UHCI USB controller
154attach	uhci at pci with uhci_pci
155file	dev/pci/uhci_pci.c		uhci
156
157# OHCI USB controller
158attach	ohci at pci with ohci_pci
159file	dev/pci/ohci_pci.c		ohci
160