From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 29 05:26:23 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5480F37B401 for ; Sat, 29 Mar 2003 05:26:23 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id C199A43FBD for ; Sat, 29 Mar 2003 05:26:21 -0800 (PST) (envelope-from tony@ubik.demon.co.uk) Received: (qmail 17451 invoked from network); 29 Mar 2003 13:26:20 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 29 Mar 2003 13:26:20 -0000 Received: from dsl-217-155-183-134.zen.co.uk (HELO ubik.demon.co.uk) (217.155.183.134) by protagoras.zen.co.uk with SMTP; 29 Mar 2003 13:26:20 -0000 X-Zen-Trace: 217.155.183.134 Message-ID: Date: Sat, 29 Mar 2003 13:25:49 +0000 To: freebsd-hackers@freebsd.org, wpaul@FreeBSD.ORG (Bill Paul) From: Anthony Naggs References: <20030328183858.7B2DB37B401@hub.freebsd.org> In-Reply-To: <20030328183858.7B2DB37B401@hub.freebsd.org> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Subject: Re: Ax88172 vs FreeBSD USB stack X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 13:26:26 -0000 In article <20030328183858.7B2DB37B401@hub.freebsd.org>, Bill Paul writes > >So. I picked up a Linksys USB200M USB 2.0 ethernet adapter that uses >the ASIX Electronics AX88172 chip, and I started cobbling together a >driver. This chip uses a series of vendor specific commands to do >things like read/write the MII management interface on the MAC, >read/write the SROM, set the RX filter, multicast hash table, etc. >I can do all this no problem. The Linksys NIC uses a RealTek 8201L >PHY, and I can attach it and negotiate a link. I have a Netgear FA120, also following ASIX's 'demonstration design', (i.e. reference design), of AX88172 and Realtek 8201L phy. I've not tried it with FreeBSD yet, but I had in mind to use NetBSD's uax driver for the AX88172 as the starting point! uax man page: http://netbsd.gw.com/cgi-bin/man-cgi/man?uax+4+NetBSD-current Netbsd cvs web: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/usb/if_uax.c Hope this helps! Tony