1# $NetBSD: files.pcmcia,v 1.4 1997/10/18 03:17:09 mikel 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 {[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: arp, ether, ifnet 34attach wl at pcmcia with wl_pcmcia 35file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia 36 37# PCMCIA hard drive / cdrom (IDE) controller 38#attach wdc at pcmcia with wdc_pcmcia 39#file 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