From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 18 09:02:31 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB9BD16A403 for ; Mon, 18 Dec 2006 09:02:31 +0000 (UTC) (envelope-from dan.frohlich@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E4E43CA3 for ; Mon, 18 Dec 2006 09:02:31 +0000 (GMT) (envelope-from dan.frohlich@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so805604pyh for ; Mon, 18 Dec 2006 01:02:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=jBpopr/455Vpv/8KDFUiVb+lMLJPPcRsM90fSm3LCJynW01yAGLGb+KHOJNtF9hf4YBr2wNSx3nzF4jfe3NaCH63B/Yy8JR1SDu6vC0FFoiXa6RLAZaXpIYI9yuTKlIc3vGgMHHXizy2ClL9lGb0H4rLaUjosOCjsVGLwXluU+M= Received: by 10.65.239.14 with SMTP id q14mr4387587qbr.1166426405997; Sun, 17 Dec 2006 23:20:05 -0800 (PST) Received: by 10.64.178.11 with HTTP; Sun, 17 Dec 2006 23:20:05 -0800 (PST) Message-ID: Date: Mon, 18 Dec 2006 02:20:05 -0500 From: "Dan Frohlich" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: volker@vwsoft.com Subject: re: ASIX Ax88772 anybody? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dan@frohlich.net List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 09:02:32 -0000 Volker wrote: > Hi hackers, > > is anybody working on an Asix Ax88772 implementation? As far as I've > seen at some oBsd hacks this chip is close (but not exactly > identical) to the already supported Ax88172 axe(4) chip but a few > hacks are needed. > > I'm wondering if somebody already has this on his/her todo list? I am trying to get this working, but I'm a bsd newbie. > If not I'll try to do an axe rewrite. I do have a Linksys USB200M v2 > ethernet NIC (USB 2.0, 10/100M) which is using this chip. Did you get anywhere with this? I'm trying to take snippets from the OpenBSD driver and get them compiling in FreeBSD. -Dan