History log of /netbsd-src/sys/rump/dev/lib/libubt/UBT.ioconf (Results 1 – 2 of 2)
Revision Date Author Comments
# 9a12bbeb 22-Mar-2010 pooka <pooka@NetBSD.org>

Include bthub support.

As mario knows, it should be in another component, but just cram
it here for now until someone solves kernel module dependencies
for us.


# 9a702d8f 22-Mar-2010 pooka <pooka@NetBSD.org>

USB bluetooth device rump component.

This is a curious driver in the sense that unlike all other current
device drivers, it does not require vfs. This is because the driver
is controlled via blueto

USB bluetooth device rump component.

This is a curious driver in the sense that unlike all other current
device drivers, it does not require vfs. This is because the driver
is controlled via bluetooth, which is controlled via PF_BLUETOOTH
sockets (as opposed to a /dev node).

show more ...