From owner-freebsd-usb@FreeBSD.ORG Tue Dec 23 16:15:47 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A27D1065674; Tue, 23 Dec 2008 16:15:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe16.swip.net [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id 2DE248FC08; Tue, 23 Dec 2008 16:15:46 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=eVK2v5H5Vj8A:10 a=E5uGSs3wWd4A:10 a=O1PUjwgOPfyba68yAwMA:9 a=VqXBuUQK0nPiJBQcZsmQu5vbF-gA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.186]) by mailfe16.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 427773670; Tue, 23 Dec 2008 17:15:44 +0100 From: Hans Petter Selasky To: Alfred Perlstein Date: Tue, 23 Dec 2008 17:18:00 +0100 User-Agent: KMail/1.9.7 References: <20081223060928.GA19471@freebsd.weongyo.org> <20081223153108.GQ18389@elvis.mu.org> In-Reply-To: <20081223153108.GQ18389@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812231718.01897.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org, Weongyo Jeong Subject: Re: HEADSUP: NDIS USB support to be merged soon 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: Tue, 23 Dec 2008 16:15:47 -0000 On Tuesday 23 December 2008, Alfred Perlstein wrote: > [[ Moved to -usb. ]] > > Hans, can you look at this for the usb4bsd switchover, it doesn't > look that challenging to port. > > thank you, > -Alfred I will have a look at it. Meanwhile, can Weongyo have a look at the following file: /usr/src/sys/dev/usb2/core/usb2_compat_linux.c I suppose we have to do NDIS in a similar way. --HPS