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