cvs commit: src/share/man/man4 Makefile ipw.4 iwi.4 ral.4 ural.4 src/sys/conf files src/sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.h src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h src/sys/dev/pccard pccarddevs src/sys/dev/ral if_ral.c ...

Damien Bergamini damien at FreeBSD.org
Mon Apr 18 11:47:39 PDT 2005


damien      2005-04-18 18:47:38 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/conf             files 
    sys/dev/pccard       pccarddevs 
    sys/dev/usb          usbdevs 
    sys/modules          Makefile 
  Added files:
    share/man/man4       ipw.4 iwi.4 ral.4 ural.4 
    sys/dev/ipw          if_ipw.c if_ipwreg.h if_ipwvar.h 
    sys/dev/iwi          if_iwi.c if_iwireg.h if_iwivar.h 
    sys/dev/ral          if_ral.c if_ral_pccard.c if_ral_pci.c 
                         if_ralrate.c if_ralrate.h if_ralreg.h 
                         if_ralvar.h 
    sys/dev/usb          if_ural.c if_uralreg.h if_uralvar.h 
    sys/modules/ipw      Makefile 
    sys/modules/iwi      Makefile 
    sys/modules/ral      Makefile 
    sys/modules/ural     Makefile 
  Log:
  Initial import of ipw, iwi, ral and ural drivers:
  
  ipw  - Intel PRO/Wireless 2100
  iwi  - Intel PRO/Wireless 2200BG/2225BG/2915ABG
  ral  - Ralink Technology RT2500
  ural - Ralink Technology RT2500USB
  
  Approved by:    silby (mentor)
  
  Revision  Changes    Path
  1.314     +8 -0      src/share/man/man4/Makefile
  1.1       +94 -0     src/share/man/man4/ipw.4 (new)
  1.1       +96 -0     src/share/man/man4/iwi.4 (new)
  1.1       +182 -0    src/share/man/man4/ral.4 (new)
  1.1       +118 -0    src/share/man/man4/ural.4 (new)
  1.1014    +7 -0      src/sys/conf/files
  1.1       +2195 -0   src/sys/dev/ipw/if_ipw.c (new)
  1.1       +361 -0    src/sys/dev/ipw/if_ipwreg.h (new)
  1.1       +173 -0    src/sys/dev/ipw/if_ipwvar.h (new)
  1.1       +2223 -0   src/sys/dev/iwi/if_iwi.c (new)
  1.1       +439 -0    src/sys/dev/iwi/if_iwireg.h (new)
  1.1       +163 -0    src/sys/dev/iwi/if_iwivar.h (new)
  1.106     +4 -0      src/sys/dev/pccard/pccarddevs
  1.1       +2781 -0   src/sys/dev/ral/if_ral.c (new)
  1.1       +141 -0    src/sys/dev/ral/if_ral_pccard.c (new)
  1.1       +168 -0    src/sys/dev/ral/if_ral_pci.c (new)
  1.1       +192 -0    src/sys/dev/ral/if_ralrate.c (new)
  1.1       +98 -0     src/sys/dev/ral/if_ralrate.h (new)
  1.1       +313 -0    src/sys/dev/ral/if_ralreg.h (new)
  1.1       +175 -0    src/sys/dev/ral/if_ralvar.h (new)
  1.1       +2060 -0   src/sys/dev/usb/if_ural.c (new)
  1.1       +200 -0    src/sys/dev/usb/if_uralreg.h (new)
  1.1       +140 -0    src/sys/dev/usb/if_uralvar.h (new)
  1.229     +19 -0     src/sys/dev/usb/usbdevs
  1.439     +4 -0      src/sys/modules/Makefile
  1.1       +8 -0      src/sys/modules/ipw/Makefile (new)
  1.1       +8 -0      src/sys/modules/iwi/Makefile (new)
  1.1       +9 -0      src/sys/modules/ral/Makefile (new)
  1.1       +8 -0      src/sys/modules/ural/Makefile (new)


More information about the cvs-src mailing list