# $NetBSD: files.pcmcia,v 1.4 1997/10/18 03:17:09 mikel Exp $ # # Config.new file and device description for machine-independent PCMCIA code. # Included by ports that need it. defopt PCMCIAVERBOSE device pcmcia {[function = -1], [irq = -1]} file dev/pcmcia/pcmcia.c pcmcia file dev/pcmcia/pcmcia_cis.c pcmcia # device declaration in sys/conf/files attach pcmcia at pcic # 3Com 3c589 Ethernet and 3c562 multifunction Ethernet controllers # device declaration in sys/conf/files attach ep at pcmcia with ep_pcmcia file dev/pcmcia/if_ep_pcmcia.c ep_pcmcia # National Semiconductor DS8390/WD83C690-based boards # (NE[12]000, and clones) attach ne at pcmcia with ne_pcmcia file dev/pcmcia/if_ne_pcmcia.c ne_pcmcia # Adaptec APA-1460 SCSI Host Adapter attach aic at pcmcia with aic_pcmcia file dev/pcmcia/aic_pcmcia.c aic_pcmcia attach com at pcmcia with com_pcmcia file dev/pcmcia/com_pcmcia.c com_pcmcia # Digital RoamAbout / Lucent WaveLAN PCMCIA card device wl: arp, ether, ifnet attach wl at pcmcia with wl_pcmcia file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia # PCMCIA hard drive / cdrom (IDE) controller #attach wdc at pcmcia with wdc_pcmcia #file dev/pcmcia/wdc_pcmcia.c wdc_pcmcia # SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack) attach sm at pcmcia with sm_pcmcia file dev/pcmcia/if_sm_pcmcia.c sm_pcmcia