files.pcmcia 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # $OpenBSD: files.pcmcia,v 1.45 2013/08/13 16:26:26 mikeb 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. device pcmcia {[function = -1], [irq = -1]}
  7. file dev/pcmcia/pcmcia.c pcmcia
  8. file dev/pcmcia/pcmcia_cis.c pcmcia
  9. file dev/pcmcia/pcmcia_cis_quirks.c pcmcia
  10. # device declaration in sys/conf/files
  11. attach pcmcia at pcmciabus
  12. # 3Com 3c589 Ethernet, 3c562 multifunction Ethernet, and 3CXEM556
  13. # multifunction Ethernet controllers
  14. attach ep at pcmcia with ep_pcmcia
  15. file dev/pcmcia/if_ep_pcmcia.c ep_pcmcia
  16. # National Semiconductor DS8390/WD83C690-based boards
  17. # (NE[12]000, and clones)
  18. attach ne at pcmcia with ne_pcmcia: rtl80x9, dl10019, ax88190, mii_bitbang
  19. file dev/pcmcia/if_ne_pcmcia.c ne_pcmcia
  20. # Adaptec APA-14[56]0 / NewMedia BusToaster SCSI Host Adapter
  21. attach aic at pcmcia with aic_pcmcia
  22. file dev/pcmcia/aic_pcmcia.c aic_pcmcia
  23. # NCR 53c406-based cards
  24. attach esp at pcmcia with esp_pcmcia
  25. file dev/pcmcia/esp_pcmcia.c esp_pcmcia
  26. attach com at pcmcia with com_pcmcia
  27. file dev/pcmcia/com_pcmcia.c com_pcmcia
  28. # PCMCIA IDE controller
  29. attach wdc at pcmcia with wdc_pcmcia
  30. file dev/pcmcia/wdc_pcmcia.c wdc_pcmcia
  31. # SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack)
  32. attach sm at pcmcia with sm_pcmcia
  33. file dev/pcmcia/if_sm_pcmcia.c sm_pcmcia
  34. # MB8696x Ethernet Controllers (i.e. TDK LAK CD021BX)
  35. #attach mbe at pcmcia with mbe_pcmcia
  36. #file dev/pcmcia/if_mbe_pcmcia.c mbe_pcmcia
  37. # Xircom Ethernet controllers
  38. device xe: ether, ifnet, mii, ifmedia
  39. attach xe at pcmcia with xe_pcmcia
  40. file dev/pcmcia/if_xe.c xe_pcmcia
  41. # PCMCIA Floppy controller
  42. #attach fdc at pcmcia with fdc_pcmcia
  43. #file dev/pcmcia/fdc_pcmcia.c fdc_pcmcia
  44. # PCMCIA multi-port serial cards
  45. #device pcmcom {[slave = -1]}
  46. #attach pcmcom at pcmcia
  47. #attach com at pcmcom with com_pcmcom
  48. #file dev/pcmcia/pcmcom.c pcmcom | com_pcmcom needs-flag
  49. # Xircom Netwave
  50. device cnw: ether, ifnet
  51. attach cnw at pcmcia
  52. file dev/pcmcia/if_cnw.c cnw
  53. # Lucent WaveLAN
  54. attach wi at pcmcia with wi_pcmcia
  55. file dev/pcmcia/if_wi_pcmcia.c wi_pcmcia
  56. # Marvell 88W8385
  57. attach malo at pcmcia with malo_pcmcia
  58. file dev/pcmcia/if_malo.c malo_pcmcia
  59. # Aironet 4500/4800 802.11 DS WLAN
  60. attach an at pcmcia with an_pcmcia
  61. file dev/pcmcia/if_an_pcmcia.c an_pcmcia
  62. # Gemplus GPR400 SmartCard reader
  63. device gpr
  64. attach gpr at pcmcia with gpr
  65. file dev/pcmcia/gpr.c gpr needs-flag
  66. # IODATA CFXGA Compact flash VGA card
  67. device cfxga: wsemuldisplaydev, rasops16, rasops8
  68. attach cfxga at pcmcia with cfxga
  69. file dev/pcmcia/cfxga.c cfxga