Subject: CVS commit: src/sys/dev/bluetooth
To: None <source-changes@netbsd.org>
From: David Sainty <dsainty@netbsd.org>
List: source-changes
Date: 01/05/2003 07:12:39
Module Name: src
Committed By: dsainty
Date: Sun Jan 5 05:12:38 UTC 2003
Modified Files:
src/sys/dev/bluetooth: bluetooth.h bthci.c bthcivar.h
Log Message:
Make the bthci driver functional. This is an experimental, incomplete, but
actually functional driver. It provides user access through a character
device to a Bluetooth HCI capable driver.
The device interface is the same (open/read/write) as the RAW HCI socket
(socket/recv/send) interface provided by the Linux and FreeBSD netgraph
Bluetooth stacks. This allows a (very small) number of diagnostic programs to
be trivially ported and actually work.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/bluetooth/bluetooth.h
cvs rdiff -r1.10 -r1.11 src/sys/dev/bluetooth/bthci.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/bluetooth/bthcivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.