Date: Tue, 25 Mar 2003 20:48:03 -0500 From: taxman <taxman@acd.net> To: David Rio <drio@big.perpels.com>, freebsd-questions@freebsd.org Subject: Re: usb device driver skeleton? Message-ID: <200303252048.03200.taxman@acd.net> In-Reply-To: <20030325171514.GA53868@big.perpels.com> References: <20030325171514.GA53868@big.perpels.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 25 March 2003 12:15 pm, David Rio wrote: > Hi all: > > I want to port a linux device driver that I did to *BSD. I would That would be great. > like to know if there is some source of information to develope > usb device drivers in freebsd. Handbook talks about usb in general, > an about device drivers but not about usb device drivers. My last > option is to read some usb DD already coded but before that I would like > know if there is some other "beginner" source of information. Yep, the thing you need is the developers handbook. You can get to it from the "other docs" page. Here is the USB section: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/usb.html Beyond that, the source of other drivers will be what you need. I think you'll want to look at the ugen(4) manpage and code too, Good luck Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303252048.03200.taxman>