From owner-freebsd-current@FreeBSD.ORG Sun Jun 24 03:28:21 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BED1616A400 for ; Sun, 24 Jun 2007 03:28:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7CD9713C4BD for ; Sun, 24 Jun 2007 03:28:21 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l5O3Qtfe087241; Sat, 23 Jun 2007 21:26:56 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 23 Jun 2007 21:27:30 -0600 (MDT) Message-Id: <20070623.212730.439502486.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200706181244.11235.doconnor@gsoft.com.au> References: <4675F1FF.3030505@cisco.com> <200706181244.11235.doconnor@gsoft.com.au> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 23 Jun 2007 21:26:56 -0600 (MDT) Cc: rrs@cisco.com, freebsd-current@freebsd.org Subject: Re: Linksys USB200M X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 03:28:21 -0000 In message: <200706181244.11235.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Monday 18 June 2007 12:16, Randall Stewart wrote: : > it in to my leading bleeding edge current and I see: : > ugen0: addr 2> on uhub4 : : According to usbdevs a USB200M has a device ID of 0x2226 and a vendor ID : of 0x066b. : : Linksys have probably changed the chip they use without changing the : model name :( Since you work there maybe you can go yell at someone ;) : : From the Linux driver it looks like an ASIX AX88178 10/100/1000 : : Interestingly I can't actually find who uses the vendor ID of 0x066b.. : (0x13b1 is CISCO/Linksys) : : I don't think you'll get it working without cutting some code. : : On the plus side the data sheet is readily available.. : http://www.asix.com.tw/FrootAttach/datasheet/AX88178_datasheet_Rev11.pdf axe should support these devices. The fact that it doesn't is because it hasn't been expanded to support newer members of this family. OtherBSD has support for them that I'm looking to merge in. Can either of you test it for me? Warner