Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2009 11:23:00 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 uath.4 src/sys/contrib/dev/uath ar5523.bin.uu src/sys/dev/usb/wlan if_uath.c if_uathreg.h if_uathvar.h src/sys/modules/usb/uath Makefile src/usr.sbin/uathload Makefile uathload.c
Message-ID:  <200904041127.n34BRD5Q030339@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2009-04-04 11:23:00 UTC

  FreeBSD src repository

  Added files:
    share/man/man4       uath.4 
    sys/contrib/dev/uath ar5523.bin.uu 
    sys/dev/usb/wlan     if_uath.c if_uathreg.h if_uathvar.h 
    sys/modules/usb/uath Makefile 
    usr.sbin/uathload    Makefile uathload.c 
  Log:
  SVN rev 190688 on 2009-04-04 11:23:00Z by weongyo
  
  Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX
  chipsets.
  
  Reviewed by:    sam
  
  Revision  Changes    Path
  1.1       +186 -0    src/share/man/man4/uath.4 (new)
  1.1       +3359 -0   src/sys/contrib/dev/uath/ar5523.bin.uu (new)
  1.1       +2862 -0   src/sys/dev/usb/wlan/if_uath.c (new)
  1.1       +601 -0    src/sys/dev/usb/wlan/if_uathreg.h (new)
  1.1       +237 -0    src/sys/dev/usb/wlan/if_uathvar.h (new)
  1.1       +10 -0     src/sys/modules/usb/uath/Makefile (new)
  1.1       +18 -0     src/usr.sbin/uathload/Makefile (new)
  1.1       +233 -0    src/usr.sbin/uathload/uathload.c (new)



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