Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2010 22:24:54 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 run.4 src/sys/conf files src/sys/contrib/dev/run LICENSE run-rt2870 src/sys/dev/usb usbdevs src/sys/dev/usb/wlan if_run.c if_runreg.h if_runvar.h src/sys/modules Makefile src/sys/modules/runfw Makefile ...
Message-ID:  <201001282238.o0SMcYK6025587@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2010-01-28 22:24:54 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/dev/usb          usbdevs 
    sys/modules          Makefile 
    sys/modules/usb      Makefile 
  Added files:
    share/man/man4       run.4 
    sys/contrib/dev/run  LICENSE run-rt2870 
    sys/dev/usb/wlan     if_run.c if_runreg.h if_runvar.h 
    sys/modules/runfw    Makefile 
    sys/modules/usb/run  Makefile 
  Log:
  SVN rev 203134 on 2010-01-28 22:24:54Z by thompsa
  
  Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
  
  This driver was written for OpenBSD by Damien Bergamini and ported over by
  Akinori Furukoshi.
  
  Revision  Changes    Path
  1.1       +219 -0    src/share/man/man4/run.4 (new)
  1.1495    +1 -0      src/sys/conf/files
  1.1       +39 -0     src/sys/contrib/dev/run/LICENSE (new)
  1.1       +7 -0      src/sys/contrib/dev/run/run-rt2870 (new)
  1.440     +208 -1    src/sys/dev/usb/usbdevs
  1.1       +4143 -0   src/sys/dev/usb/wlan/if_run.c (new)
  1.1       +1130 -0   src/sys/dev/usb/wlan/if_runreg.h (new)
  1.1       +222 -0    src/sys/dev/usb/wlan/if_runvar.h (new)
  1.638     +1 -0      src/sys/modules/Makefile
  1.1       +8 -0      src/sys/modules/runfw/Makefile (new)
  1.32      +1 -1      src/sys/modules/usb/Makefile
  1.1       +36 -0     src/sys/modules/usb/run/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001282238.o0SMcYK6025587>