Date: Mon, 29 Nov 2004 21:58:06 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-usb@freebsd.org Subject: Re: new USB driver Message-ID: <20041129215805.A1107@curly.tele2.no>
next in thread | raw e-mail | index | archive | help
Hi, I've hacked together a new version of my USB driver, which should be up to date with FreeBSD-5-current. All memory is now allocated using bus_dma_xxx. A compatibility layer has been added so that the old USB drivers will work. The USB driver supports OHCI, UHCI and EHCI. You need FreeBSD 5.2/5.3 to get it compiled. Anyone who wants to give it a try? Create a new directory and download the following files and type "make install" (to uninstall type "make deinstall") http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2 http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2 Yours -HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041129215805.A1107>