From owner-freebsd-usb@FreeBSD.ORG Sat Feb 17 09:34:05 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A5F516A409 for ; Sat, 17 Feb 2007 09:34:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 39BAD13C48D for ; Sat, 17 Feb 2007 09:34:04 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 22085270; Sat, 17 Feb 2007 10:34:03 +0100 From: Hans Petter Selasky To: "J.R. Oldroyd" Date: Sat, 17 Feb 2007 10:33:42 +0100 User-Agent: KMail/1.9.5 References: <20070216003327.GE1336@linwhf.opal.com> <200702160930.25394.hselasky@c2i.net> <20070217030213.GB31822@vougeot.opal.com> In-Reply-To: <20070217030213.GB31822@vougeot.opal.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702171033.42746.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Call For Testers: axe(4) with Ax88178 and Ax88772 support X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2007 09:34:05 -0000 On Saturday 17 February 2007 04:02, J.R. Oldroyd wrote: > On Feb 16, 09:30, Hans Petter Selasky wrote: > > Hi, > > > > Do you think that you could have created a patch-set for the new if_axe > > also ? > > > > Please see: > > > > http://www.turbocat.net/~hselasky/isdn4bsd/sources/src/sys/dev/usb/ > > > > --HPS > > I took a quick look at this "new if_axe" driver and see a few > similarities but also many major changes to the driver in 6.2-stable. > So that means that adding the Ax88178/Ax88772 functionality to > your version will not be trivial. As such, I probably won't be > able to get to it right away. I think it will not be so difficult as you imagine. All the functions you need are there. It is just to hook in the new code, and maybe rename some function names. --HPS