[BACK]Return to files.pcmcia CVS log [TXT][DIR] Up to [local] / sys / dev / pcmcia

Annotation of sys/dev/pcmcia/files.pcmcia, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: files.pcmcia,v 1.41 2007/05/25 05:33:51 mglocker Exp $
                      2: #      $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $
                      3: #
                      4: # Config.new file and device description for machine-independent PCMCIA code.
                      5: # Included by ports that need it.
                      6:
                      7: device pcmcia {[function = -1], [irq = -1]}
                      8: file   dev/pcmcia/pcmcia.c                     pcmcia
                      9: file   dev/pcmcia/pcmcia_cis.c                 pcmcia
                     10: file   dev/pcmcia/pcmcia_cis_quirks.c          pcmcia
                     11:
                     12: # device declaration in sys/conf/files
                     13: attach pcmcia at pcmciabus
                     14:
                     15: # 3Com 3c589 Ethernet, 3c562 multifunction Ethernet, and 3CXEM556
                     16: # multifunction Ethernet controllers
                     17: attach ep at pcmcia with ep_pcmcia
                     18: file   dev/pcmcia/if_ep_pcmcia.c               ep_pcmcia
                     19:
                     20: # National Semiconductor DS8390/WD83C690-based boards
                     21: # (NE[12]000, and clones)
                     22: attach ne at pcmcia with ne_pcmcia: rtl80x9, dl10019, ax88190, mii_bitbang
                     23: file   dev/pcmcia/if_ne_pcmcia.c               ne_pcmcia
                     24:
                     25: # Adaptec APA-14[56]0 / NewMedia BusToaster SCSI Host Adapter
                     26: attach aic at pcmcia with aic_pcmcia
                     27: file   dev/pcmcia/aic_pcmcia.c                 aic_pcmcia
                     28:
                     29: # NCR 53c406-based cards
                     30: attach esp at pcmcia with esp_pcmcia
                     31: file   dev/pcmcia/esp_pcmcia.c                 esp_pcmcia
                     32:
                     33: attach com at pcmcia with com_pcmcia
                     34: file   dev/pcmcia/com_pcmcia.c                 com_pcmcia | pccom_pcmcia
                     35:
                     36: # PCMCIA IDE controller
                     37: attach wdc at pcmcia with wdc_pcmcia
                     38: file   dev/pcmcia/wdc_pcmcia.c                 wdc_pcmcia
                     39:
                     40: # SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack)
                     41: attach sm at pcmcia with sm_pcmcia
                     42: file   dev/pcmcia/if_sm_pcmcia.c               sm_pcmcia
                     43:
                     44: # MB8696x Ethernet Controllers (i.e. TDK LAK CD021BX)
                     45: #attach        mbe at pcmcia with mbe_pcmcia
                     46: #file  dev/pcmcia/if_mbe_pcmcia.c              mbe_pcmcia
                     47:
                     48: # Xircom Ethernet controllers
                     49: device xe: ether, ifnet, mii, ifmedia
                     50: attach xe at pcmcia with xe_pcmcia
                     51: file   dev/pcmcia/if_xe.c                      xe_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: # Proxim RangeLAN2 PC-Card
                     58: attach rln at pcmcia with rln_pcmcia
                     59: file   dev/pcmcia/if_rln_pcmcia.c              rln_pcmcia
                     60:
                     61: # PCMCIA multi-port serial cards
                     62: #device        pcmcom {[slave = -1]}
                     63: #attach        pcmcom at pcmcia
                     64: #attach        com at pcmcom with com_pcmcom
                     65: #file  dev/pcmcia/pcmcom.c                     pcmcom | com_pcmcom needs-flag
                     66:
                     67: # Xircom Netwave
                     68: device cnw: ether, ifnet
                     69: attach cnw at pcmcia
                     70: file   dev/pcmcia/if_cnw.c                     cnw
                     71:
                     72: # Lucent WaveLAN
                     73: attach wi at pcmcia with wi_pcmcia
                     74: file   dev/pcmcia/if_wi_pcmcia.c               wi_pcmcia
                     75:
                     76: # Marvell 88W8385
                     77: attach malo at pcmcia with malo_pcmcia
                     78: file   dev/pcmcia/if_malo.c                    malo_pcmcia
                     79:
                     80: # AMD 79c930-based 802.11 cards (including BayStack 650 FH card).
                     81: device awi: ether, ifnet
                     82: attach awi at pcmcia with awi_pcmcia
                     83: file   dev/pcmcia/if_awi_pcmcia.c              awi_pcmcia
                     84: file   dev/ic/awi.c                            awi
                     85: file   dev/ic/awi_wep.c                        awi
                     86: #file  dev/ic/awi_wicfg.c                      awi
                     87: file   dev/ic/am79c930.c                       awi
                     88:
                     89: # Raytheon(Raylink)/WebGear IEEE 802.11 FH WLAN
                     90: device ray: ether, ifnet, ifmedia
                     91: attach ray at pcmcia
                     92: file   dev/pcmcia/if_ray.c                     ray
                     93:
                     94: # Aironet 4500/4800 802.11 DS WLAN
                     95: attach an at pcmcia with an_pcmcia
                     96: file   dev/pcmcia/if_an_pcmcia.c               an_pcmcia
                     97:
                     98: # Gemplus GPR400 SmartCard reader
                     99: device gpr
                    100: attach gpr at pcmcia with gpr
                    101: file   dev/pcmcia/gpr.c                        gpr needs-flag
                    102:
                    103: # IODATA CFXGA Compact flash VGA card
                    104: device cfxga: wsemuldisplaydev, rasops16, rasops8
                    105: attach cfxga at pcmcia with cfxga
                    106: file   dev/pcmcia/cfxga.c                      cfxga

CVSweb