freebsd-dev/sys/netgraph/bluetooth
Maksim Yevmenkin 01c5ea585c Get rid of device nodes interface. It is useless and confusing.
The original idea was to use it for firmware upgrading and similar
operations. In real life almost all Bluetooth USB devices do not
need firmware download. If device does require firmware download
then ugen(4) (or specialized driver like ubtbcmfw(8)) should be
used instead.

MFC after:	3 days
2004-10-12 23:33:46 +00:00
..
common add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
drivers Get rid of device nodes interface. It is useless and confusing. 2004-10-12 23:33:46 +00:00
hci Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
include Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. 2004-08-20 01:24:23 +00:00
l2cap Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
socket Add '#include <sys/mbuf.h>' to fix the kernel build. 2004-06-25 23:03:33 +00:00