From owner-freebsd-usb@FreeBSD.ORG Fri Mar 30 09:09:18 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 A0A3F16A400 for ; Fri, 30 Mar 2007 09:09:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3BAC113C455 for ; Fri, 30 Mar 2007 09:09:18 +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 mailfe01.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 432428799; Fri, 30 Mar 2007 11:09:16 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 30 Mar 2007 11:08:56 +0200 User-Agent: KMail/1.9.5 References: <000c01c7729e$989688f0$67b1aa3a@FLINDERS> In-Reply-To: <000c01c7729e$989688f0$67b1aa3a@FLINDERS> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703301108.57003.hselasky@c2i.net> Cc: Anne Subject: Re: Convert NetBSD >> FreeBSD 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: Fri, 30 Mar 2007 09:09:18 -0000 On Friday 30 March 2007 09:39, Anne wrote: > Hi, > I have now tracked down and got a c file for a driver I think will work > with FreeBSD. > > What tools do I use to do a conversion from netBSD .c file to FreeBSD .c > file? There are not any such tools, which I know of. By the way, what kind of USB driver are we talking about? Also I would recommend that you look at the new USB stack, to save you future work: http://www.turbocat.net/~hselasky/usb4bsd --HPS