From owner-cvs-src-old@FreeBSD.ORG Sat Apr 4 11:27:14 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D4B51065673 for ; Sat, 4 Apr 2009 11:27:14 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 032328FC24 for ; Sat, 4 Apr 2009 11:27:14 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n34BRDq6030340 for ; Sat, 4 Apr 2009 11:27:13 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n34BRD5Q030339 for cvs-src-old@freebsd.org; Sat, 4 Apr 2009 11:27:13 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200904041127.n34BRD5Q030339@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Sat, 4 Apr 2009 11:23:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 11:27:14 -0000 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)