From owner-svn-src-stable-8@FreeBSD.ORG Wed Apr 7 00:25:04 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7151E1065783; Wed, 7 Apr 2010 00:25:04 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6498FC15; Wed, 7 Apr 2010 00:25:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o370P4IL027691; Wed, 7 Apr 2010 00:25:04 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o370P4jL027688; Wed, 7 Apr 2010 00:25:04 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201004070025.o370P4jL027688@svn.freebsd.org> From: Andrew Thompson Date: Wed, 7 Apr 2010 00:25:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r206327 - in stable/8/sys/dev/usb: . wlan X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 00:25:04 -0000 Author: thompsa Date: Wed Apr 7 00:25:03 2010 New Revision: 206327 URL: http://svn.freebsd.org/changeset/base/206327 Log: MFC r202608 Remove a hack to attach TRENDnet TEW-504UB/EU, this has been solved. Modified: stable/8/sys/dev/usb/usbdevs stable/8/sys/dev/usb/wlan/if_uath.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/dev/usb/usbdevs ============================================================================== --- stable/8/sys/dev/usb/usbdevs Tue Apr 6 23:31:22 2010 (r206326) +++ stable/8/sys/dev/usb/usbdevs Wed Apr 7 00:25:03 2010 (r206327) @@ -3030,7 +3030,6 @@ product UMEDIA RT2870_1 0x300e RT2870 product UMEDIA ALL0298V2 0x3204 ALL0298 v2 product UMEDIA AR5523_2 0x3205 AR5523 product UMEDIA AR5523_2_NF 0x3206 AR5523 (no firmware) -product UMEDIA AR5523_3 0x3207 AR5523 /* Universal Access products */ product UNIACCESS PANACHE 0x0101 Panache Surf USB ISDN Adapter Modified: stable/8/sys/dev/usb/wlan/if_uath.c ============================================================================== --- stable/8/sys/dev/usb/wlan/if_uath.c Tue Apr 6 23:31:22 2010 (r206326) +++ stable/8/sys/dev/usb/wlan/if_uath.c Wed Apr 7 00:25:03 2010 (r206327) @@ -191,7 +191,6 @@ static const struct usb_device_id uath_d UATH_DEV(NETGEAR3, WPN111_2), UATH_DEV(UMEDIA, TEW444UBEU), UATH_DEV(UMEDIA, AR5523_2), - UATH_DEV(UMEDIA, AR5523_3), UATH_DEV(WISTRONNEWEB, AR5523_1), UATH_DEV(WISTRONNEWEB, AR5523_2), UATH_DEV(ZCOM, AR5523)