Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@netbsd.org>
From: David Sainty <dsainty@netbsd.org>
List: source-changes
Date: 01/11/2003 08:16:06
Module Name:	src
Committed By:	dsainty
Date:		Sat Jan 11 06:16:06 UTC 2003

Modified Files:
	src/sys/dev/usb: ubt.c

Log Message:
Changed the interface for passing output data between the bthci driver
and the back end Bluetooth device driver.  The device driver now
allocates a suitable buffer on behalf of the bthci driver, and bthci
fills the buffer before despatch.

This saves an ugly temporary allocation (in bthci) and memory copy (in
the USB driver) per write, and also works better with the
sockets-based interface I'm experimenting with.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/usb/ubt.c

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