traditional syscalls with DRIVER_MODULE ????

Hans Petter Selasky hselasky at c2i.net
Tue May 24 21:34:20 UTC 2011


On Tuesday 24 May 2011 23:19:27 Jim Bryant wrote:
> the only thing in the usb framework using the cdevsw framework seems to 
> be usb_dev.c, but it seems to be an abstraction, and not an end-device 
> in the sense that i'm doing.

Hi,

This framework is for USB devices only and can create any character device. 
This abstraction has additional code to be detach safe with regard to the USB 
device being unplugged.

--HPS


More information about the freebsd-drivers mailing list