From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 05:05:40 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA6DB10656EF for ; Wed, 11 Aug 2010 05:05:40 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id E6F808FC1D for ; Wed, 11 Aug 2010 05:05:39 +0000 (UTC) Received: by wwb13 with SMTP id 13so2297993wwb.31 for ; Tue, 10 Aug 2010 22:05:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=WDvMBkGMnY+FR2MA1uI54u8jZd2/ENk27msg1KpfZkI=; b=jvXRAouBoV1BMC/TCW0UfBbazLqK2NOeg/J14QejsH2ePclacPB1O00X9age6oalEZ QeNE+c7q4D/sVBzgZWs4CN7EQTQVpBNwqIIhN8S3xrqBLBA7h2XY8sjDdsYLgscjyo6E tUwaNxWsDTYQPfjQYUMutJFu2630i2KJnvrWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=TURPoBGvgxiGhw5I8W9rgQcWAjKu5CHto9lylnSPpIcrLK1E6Nuyb7/Ah14GyYfy0j h36R8p+wKnIQNnsj9S7MFKh2Yjq5P0KeRaJj7qTVa1NGJFtGiVcJ3JKQsRgXw4K8VDr4 BpN8A85GMqNzZSBdyFibU19OBUmECzFlofysE= MIME-Version: 1.0 Received: by 10.216.231.83 with SMTP id k61mr4786026weq.88.1281503138725; Tue, 10 Aug 2010 22:05:38 -0700 (PDT) Received: by 10.216.183.212 with HTTP; Tue, 10 Aug 2010 22:05:38 -0700 (PDT) Date: Wed, 11 Aug 2010 05:05:38 +0000 Message-ID: From: "b. f." To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Adrian Chadd , weongyo@FreeBSD.org Subject: Re: [CFT] if_ath updates - ar5416 (macbook pro, etc) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 05:05:40 -0000 ... > ugen3.3: at usbus3, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=ON > > That vendor:product combination is in the above list. > > It looks like it's this: > > http://linuxwireless.org/en/users/Drivers/zd1211rw > Are you sure about that? I don't see a Linksys WUSB54G revision in the list of supported devices for that driver: http://linuxwireless.org/en/users/Drivers/zd1211rw/devices But I know that some versions of the WUSB54G used Intersil/Conexant chipsets, and: http://tomoyo.sourceforge.jp/cgi-bin/lxr/source/drivers/net/wireless/p54/p54usb.c has: 51 {USB_DEVICE(0x1915, 0x2234)}, /* Linksys WUSB54G OEM */ and states that this is a first-generation USB device with a Intersil/Conexant ISL3886 chipset and a net2280 usb-pci bridge). See more details at: http://linuxwireless.org/en/users/Drivers/p54 So maybe weongyo@ could make this work with upgt(4)? b.