The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/pccard/files.pccard

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: files.pcmcia,v 1.14 1999/01/01 19:30:03 christos Exp $
    2 # $FreeBSD: releng/5.0/sys/dev/pccard/files.pccard 52506 1999-10-26 06:52:31Z imp $
    3 #
    4 # Config.new file and device description for machine-independent PCMCIA code.
    5 # Included by ports that need it.
    6 
    7 defopt  PCMCIAVERBOSE
    8 
    9 device  pcmcia {[function = -1], [irq = -1]}
   10 file    dev/pcmcia/pcmcia.c                     pcmcia
   11 file    dev/pcmcia/pcmcia_cis.c                 pcmcia
   12 file    dev/pcmcia/pcmcia_cis_quirks.c          pcmcia
   13 
   14 # device declaration in sys/conf/files
   15 attach  pcmcia at pcmciabus
   16 
   17 # 3Com 3c589 Ethernet, 3c562 multifunction Ethernet, and 3CXEM556
   18 #   multifunction Ethernet controllers
   19 # device declaration in sys/conf/files
   20 attach  ep at pcmcia with ep_pcmcia: elink
   21 file    dev/pcmcia/if_ep_pcmcia.c               ep_pcmcia
   22 
   23 # National Semiconductor DS8390/WD83C690-based boards
   24 # (NE[12]000, and clones)
   25 attach  ne at pcmcia with ne_pcmcia: rtl80x9
   26 file    dev/pcmcia/if_ne_pcmcia.c               ne_pcmcia
   27 
   28 # Adaptec APA-1460 SCSI Host Adapter
   29 #attach aic at pcmcia with aic_pcmcia
   30 #file   dev/pcmcia/aic_pcmcia.c                 aic_pcmcia
   31 
   32 #attach com at pcmcia with com_pcmcia
   33 #file   dev/pcmcia/com_pcmcia.c                 com_pcmcia
   34 
   35 # Digital RoamAbout / Lucent WaveLAN PCMCIA card
   36 #device wl: arp, ether, ifnet
   37 #attach wl at pcmcia with wl_pcmcia
   38 #file   dev/pcmcia/if_wl_pcmcia.c               wl_pcmcia
   39 #defopt opt_wl_pcmcia.h         WL_TIMER WLP_CC_DEBUG WL_DEBUG MMC_STATUS WL_IFCNTRS WL_TIMING
   40 
   41 # PCMCIA IDE controller
   42 #attach wdc at pcmcia with wdc_pcmcia
   43 #file   dev/pcmcia/wdc_pcmcia.c                 wdc_pcmcia
   44 
   45 # SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack)
   46 attach  sn at pcmcia with sm_pcmcia
   47 file    dev/pcmcia/if_sm_pcmcia.c               sm_pcmcia
   48 
   49 # MB8696x Ethernet Controllers (i.e. TDK LAK CD021BX)
   50 attach  fe at pcmcia with mbe_pcmcia
   51 file    dev/pcmcia/if_mbe_pcmcia.c              mbe_pcmcia
   52 
   53 # PCMCIA Floppy controller
   54 #attach fdc at pcmcia with fdc_pcmcia
   55 #file   dev/pcmcia/fdc_pcmcia.c                 fdc_pcmcia
   56 
   57 # PCMCIA multi-port serial cards
   58 #device pcmcom {[slave = -1]}
   59 #attach pcmcom at pcmcia
   60 #attach com at pcmcom with com_pcmcom
   61 #file   dev/pcmcia/pcmcom.c                     pcmcom | com_pcmcom needs-flag
   62 
   63 # Xircom Netwave
   64 #device cnw: arp, ether, ifnet
   65 #attach cnw at pcmcia
   66 #file   dev/pcmcia/if_cnw.c                     cnw
   67 
   68 # Xircom CreditCard
   69 device  xe: ether, ifnet
   70 attach  xe at pcmcia    with xe_pcmcia
   71 file    dev/pcmcia/if_xe.c                      xe

Cache object: c22d95e2afe9548b7dd9319690cbd778


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.