1998-11-26 18:32:44 +03:00
|
|
|
# $NetBSD: files.pcmcia,v 1.12 1998/11/26 15:32:44 pk Exp $
|
1997-10-18 07:17:09 +04:00
|
|
|
#
|
1997-10-17 03:27:16 +04:00
|
|
|
# Config.new file and device description for machine-independent PCMCIA code.
|
|
|
|
# Included by ports that need it.
|
|
|
|
|
|
|
|
defopt PCMCIAVERBOSE
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device pcmcia {[function = -1], [irq = -1]}
|
1997-10-18 00:51:19 +04:00
|
|
|
file dev/pcmcia/pcmcia.c pcmcia
|
|
|
|
file dev/pcmcia/pcmcia_cis.c pcmcia
|
1997-10-17 03:27:16 +04:00
|
|
|
|
|
|
|
# device declaration in sys/conf/files
|
1998-11-26 18:32:44 +03:00
|
|
|
attach pcmcia at pcmciabus
|
1997-10-17 03:27:16 +04:00
|
|
|
|
|
|
|
# 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)
|
1998-10-31 04:44:16 +03:00
|
|
|
attach ne at pcmcia with ne_pcmcia: rtl80x9
|
1997-10-17 03:27:16 +04:00
|
|
|
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
|
1998-02-17 01:12:45 +03:00
|
|
|
device wl: arp, ether, ifnet
|
1997-10-17 03:27:16 +04:00
|
|
|
attach wl at pcmcia with wl_pcmcia
|
|
|
|
file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia
|
|
|
|
|
1998-01-23 04:18:52 +03:00
|
|
|
# PCMCIA IDE controller
|
|
|
|
attach wdc at pcmcia with wdc_pcmcia
|
|
|
|
file dev/pcmcia/wdc_pcmcia.c wdc_pcmcia
|
1997-10-17 03:27:16 +04:00
|
|
|
|
|
|
|
# SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack)
|
|
|
|
attach sm at pcmcia with sm_pcmcia
|
|
|
|
file dev/pcmcia/if_sm_pcmcia.c sm_pcmcia
|
1998-03-22 07:39:56 +03:00
|
|
|
|
|
|
|
# MB8696x Ethernet Controllers (i.e. TDK LAK CD021BX)
|
|
|
|
attach mbe at pcmcia with mbe_pcmcia
|
|
|
|
file dev/pcmcia/if_mbe_pcmcia.c mbe_pcmcia
|
1998-06-21 22:45:41 +04:00
|
|
|
|
|
|
|
# PCMCIA Floppy controller
|
|
|
|
attach fdc at pcmcia with fdc_pcmcia
|
|
|
|
file dev/pcmcia/fdc_pcmcia.c fdc_pcmcia
|
1998-10-11 01:27:21 +04:00
|
|
|
|
|
|
|
# PCMCIA multi-port serial cards
|
|
|
|
device pcmcom {[slave = -1]}
|
|
|
|
attach pcmcom at pcmcia
|
|
|
|
attach com at pcmcom with com_pcmcom
|
|
|
|
file dev/pcmcia/pcmcom.c pcmcom | com_pcmcom needs-flag
|