From owner-freebsd-bugs@FreeBSD.ORG Wed May 27 21:10:02 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 866DC10656B5 for ; Wed, 27 May 2009 21:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 681588FC19 for ; Wed, 27 May 2009 21:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4RLA2AQ088045 for ; Wed, 27 May 2009 21:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4RLA2ti088044; Wed, 27 May 2009 21:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 27 May 2009 21:10:02 GMT Resent-Message-Id: <200905272110.n4RLA2ti088044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bill Squire Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FBD106566B for ; Wed, 27 May 2009 21:07:48 +0000 (UTC) (envelope-from billsf@2600.COM) Received: from phalse.2600.COM (phalse.2600.COM [216.66.24.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD598FC20 for ; Wed, 27 May 2009 21:07:48 +0000 (UTC) (envelope-from billsf@2600.COM) Received: by phalse.2600.COM (Postfix, from userid 530) id 0B7262E0D5; Wed, 27 May 2009 16:50:21 -0400 (EDT) Message-Id: <20090527205020.GA36520@phalse.2600.COM> Date: Wed, 27 May 2009 16:50:21 -0400 From: Bill Squire To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: kern/135009: send-pr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 21:10:02 -0000 >Number: 135009 >Category: kern >Synopsis: Accton ar5523 products not in "uath" driver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 27 21:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bill Squire >Release: FreeBSD 8.0-CURRENT amd64 >Organization: BillSF Holding bv >Environment: System: FreeBSD curacao.billsf.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed May 2 7 20:57:18 CEST 2009 root@curacao.billsf.net:/usr/obj/usr/src/sys/CURACAO-SMPv8 amd64 >Description: "uath" driver does not work with Accton Technology products, made for SMC Networks. (Common atleast in Europe.) >How-To-Repeat: Plug in any USB WLAN made by Accton for SMC Networks with an unpatched kernel. Will not attach >Fix: Use these diffs: (SMCWUSBT-G2 confirmed. SMCWUSB-G has the same chipset.) --- sys/dev/usb/usbdevs.orig 2009-05-27 21:40:04.000000000 +0200 +++ sys/dev/usb/usbdevs 2009-05-27 21:56:16.000000000 +0200 @@ -709,7 +709,10 @@ product ACCTON USB320_EC 0x1046 USB320-EC Ethernet Adapter product ACCTON 2664W 0x3501 2664W product ACCTON 111 0x3503 T-Sinus 111 Wireless Adapter -product ACCTON SMCWUSBG 0x4505 SMCWUSB-G +product ACCTON SMCWUSBG_NF 0x4505 SMCWUSB-G (no firmware) +product ACCTON SMCWUSBG 0x4506 SMCWUSB-G +product ACCTON SMCWUSBTG2_NF 0x4507 SMCWUSBT-G2 (no firmware) +product ACCTON SMCWUSBTG2 0x4508 SMCWUSBT-G2 product ACCTON PRISM_GT 0x4521 PrismGT USB 2.0 WLAN product ACCTON SS1001 0x5046 SpeedStream Ethernet Adapter product ACCTON ZD1211B 0xe501 ZD1211B --- sys/dev/usb/wlan/if_uath.c.orig 2009-05-27 21:40:50.000000000 +0200 +++ sys/dev/usb/wlan/if_uath.c 2009-05-27 21:56:57.000000000 +0200 @@ -174,6 +174,8 @@ /* recognized device vendors/products */ static const struct usb2_device_id uath_devs[] = { #define UATH_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) } + UATH_DEV(ACCTON, SMCWUSBG), + UATH_DEV(ACCTON, SMCWUSBTG2), UATH_DEV(ATHEROS, AR5523), UATH_DEV(ATHEROS2, AR5523_1), UATH_DEV(ATHEROS2, AR5523_2), >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Bill Squire Reply-To: Bill Squire Cc: X-send-pr-version: 3.113 X-GNATS-Notify: