Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2004 19:46:58 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   new USB driver
Message-ID:  <20041107194658.B466@curly.tele2.no>

next in thread | raw e-mail | index | archive | help
Hi,

I have ended up with a new USB driver :-)

changes:

 - uses mutexes instead of splusb()
 - new EHCI, OHCI and UHCI drivers (only EHCI and UHCI tested)
 - new USB driver interface
   - uses one block of memory instead of many smaller ones
   - no allocation of memory during transfers
   - mutex capable
   - new method to clear stall without having to sleep

 - 100% locking safe
 - some bug fixes

I wondered if I could have my new USB driver up for discussion?

What do you think about it?

Could I have gotten a new directory /sys/dev/usb2 to develop it?

See http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/usb2.tar.bz2

Yours
  Hans Petter Selasky



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041107194658.B466>