Received: by mail.netbsd.org (Postfix, from userid 0) id E432463B102; Wed, 3 Nov 2010 20:03:04 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B0EB963B104 for ; Wed, 3 Nov 2010 20:03:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 11627175DD; Wed, 3 Nov 2010 20:03:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 3 Nov 2010 16:03:03 -0400 From: "Christos Zoulas" Subject: CVS commit: src/sys/dev/usb To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101103200303.11627175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Wed Nov 3 20:03:02 UTC 2010 Modified Files: src/sys/dev/usb: if_otus.c if_otusreg.h usbdevs Added Files: src/sys/dev/usb: if_otusvar.h Log Message: From Anon Ymous: Port of the otus driver from OpenBSD. This driver supports USB 2.0 wireless network devices based on Atheros Communications AR9001U chipset. It claims to support several AR9001U based adapters, but has only been tested with a NetGear WNDA3100 adapter (0x0846/0x9010). XXX: The EDCA support is currently missing from our network stack (hopefully coming soon), but the driver hooks for it are there. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/dev/usb/if_otus.c \ src/sys/dev/usb/if_otusreg.h cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_otusvar.h cvs rdiff -u -r1.564 -r1.565 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.