Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Sainty <dsainty@netbsd.org>
List: source-changes
Date: 01/04/2004 05:47:43
Module Name:	src
Committed By:	dsainty
Date:		Sun Jan  4 05:47:43 UTC 2004

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

Log Message:
Kill the flow control interface.  Bluetooth devices are not equipped to deal
with flow control being applied.  It is simpler and no more problematic to
accept the data and drop it if we hit a resource limit than to expect the
Bluetooth device to do anything about it (which it won't).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/bluetooth/bluetooth.h
cvs rdiff -r1.9 -r1.10 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.