files.pcmcia revision 1.6
1#	$NetBSD: files.pcmcia,v 1.6 1998/01/23 01:18:52 mycroft Exp $
2#
3# Config.new file and device description for machine-independent PCMCIA code.
4# Included by ports that need it.
5
6defopt	PCMCIAVERBOSE
7
8device	pcmcia class dull {[function = -1], [irq = -1]}
9file	dev/pcmcia/pcmcia.c			pcmcia
10file	dev/pcmcia/pcmcia_cis.c			pcmcia
11
12# device declaration in sys/conf/files
13attach	pcmcia at pcic
14
15# 3Com 3c589 Ethernet and 3c562 multifunction Ethernet controllers
16# device declaration in sys/conf/files
17attach	ep at pcmcia with ep_pcmcia
18file	dev/pcmcia/if_ep_pcmcia.c		ep_pcmcia
19
20# National Semiconductor DS8390/WD83C690-based boards
21# (NE[12]000, and clones)
22attach	ne at pcmcia with ne_pcmcia
23file	dev/pcmcia/if_ne_pcmcia.c		ne_pcmcia
24
25# Adaptec APA-1460 SCSI Host Adapter
26attach	aic at pcmcia with aic_pcmcia
27file	dev/pcmcia/aic_pcmcia.c			aic_pcmcia
28
29attach	com at pcmcia with com_pcmcia
30file	dev/pcmcia/com_pcmcia.c			com_pcmcia
31
32# Digital RoamAbout / Lucent WaveLAN PCMCIA card
33device	wl class ifnet: arp, ether, ifnet
34attach	wl at pcmcia with wl_pcmcia
35file	dev/pcmcia/if_wl_pcmcia.c		wl_pcmcia
36
37# PCMCIA IDE controller
38attach	wdc at pcmcia with wdc_pcmcia
39file	dev/pcmcia/wdc_pcmcia.c			wdc_pcmcia
40
41# SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack)
42attach	sm at pcmcia with sm_pcmcia
43file	dev/pcmcia/if_sm_pcmcia.c		sm_pcmcia
44