freebsd-dev/sys/netgraph/bluetooth
Poul-Henning Kamp ed692400eb I don't know from where the notion that device driver should or
even could call VOP_REVOKE() on vnodes associated with its dev_t's
has originated, but it stops right here.

If there are things people belive destroy_dev() needs to learn how to
do, please tell me about it, preferably with a reproducible test case.

Include <sys/uio.h> in bluetooth code rather than rely on <sys/vnode.h>
to do so.

The fact that some of the USB code needs to include <sys/vnode.h>
still disturbs me greatly, but I do not have time to chase that.
2003-09-28 20:48:13 +00:00
..
common Part one of undating the bluetooth code to the newest version 2003-05-10 21:44:42 +00:00
drivers I don't know from where the notion that device driver should or 2003-09-28 20:48:13 +00:00
hci Part one of undating the bluetooth code to the newest version 2003-05-10 21:44:42 +00:00
include Part one of undating the bluetooth code to the newest version 2003-05-10 21:44:42 +00:00
l2cap Part one of undating the bluetooth code to the newest version 2003-05-10 21:44:42 +00:00
socket Use the <sys/bitstring.h> rather than <bitstring.h> 2003-06-13 19:40:44 +00:00