From owner-cvs-src-old@FreeBSD.ORG Sun Jun 26 11:37:48 2011 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 69EA01065688 for ; Sun, 26 Jun 2011 11:37:48 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57FCD8FC0C for ; Sun, 26 Jun 2011 11:37:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5QBbmFO002581 for ; Sun, 26 Jun 2011 11:37:48 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5QBbmWj002580 for cvs-src-old@freebsd.org; Sun, 26 Jun 2011 11:37:48 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201106261137.p5QBbmWj002580@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Sun, 26 Jun 2011 11:37:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/devd uath.conf src/sys/dev/usb/wlan if_uath.c if_zyd.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: Sun, 26 Jun 2011 11:37:48 -0000 gavin 2011-06-26 11:37:24 UTC FreeBSD src repository Modified files: etc/devd uath.conf sys/dev/usb/wlan if_uath.c if_zyd.c Log: SVN rev 223566 on 2011-06-26 11:37:24Z by gavin The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the latter. It appears that the addition to uath(4) came in through PR kern/135009, which had tested another device, the SMCWUSBTG2, successfully with uath(4) and included the SMCWUSBG as it "has the same chipset". I can find no other evidence that these two do actually share the same chipset. Moreover, Linux treats the SMCWUSBG as a zyd(4) device also. This reverts r223537. Discussed with: hselasky, kevlo MFC after: 1 week Revision Changes Path 1.3 +2 -2 src/etc/devd/uath.conf 1.25 +0 -1 src/sys/dev/usb/wlan/if_uath.c 1.36 +1 -0 src/sys/dev/usb/wlan/if_zyd.c