From owner-freebsd-usb@FreeBSD.ORG Thu Sep 17 14:41:15 2009 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 9C29F10656A3 for ; Thu, 17 Sep 2009 14:41:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 310FF8FC16 for ; Thu, 17 Sep 2009 14:41:14 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=19oA4Y3blf1VsXpl-rwA:9 a=04mstPhd3OXk6QfyvQC-vuYfRlIA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1299770464; Thu, 17 Sep 2009 16:41:13 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 17 Sep 2009 12:53:07 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909171253.08732.hselasky@c2i.net> Cc: balabharathi d Subject: Re: Porting USB stack into BlackFin 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: Thu, 17 Sep 2009 14:41:15 -0000 On Thursday 17 September 2009 08:50:18 balabharathi d wrote: > Hi, > > I am working on a project requiring a USB Host stack which will run on > anblackFin using VDK kernel. I would like to explore the possibility of > using the USB stack from FreeBSD. Please share the link for source files > and documentation. src/sys/dev/usb In FreeBSD 8 and 9-current. --HPS