Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/dev



Module Name:    src
Committed By:   pooka
Date:           Mon Mar 22 12:14:51 UTC 2010

Modified Files:
        src/sys/rump/dev: Makefile.rumpdev
Added Files:
        src/sys/rump/dev/lib/libubt: Makefile UBT.ioconf shlib_version
            ubt_at_usb.c

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/dev/Makefile.rumpdev
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libubt/Makefile \
    src/sys/rump/dev/lib/libubt/UBT.ioconf \
    src/sys/rump/dev/lib/libubt/shlib_version \
    src/sys/rump/dev/lib/libubt/ubt_at_usb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index