Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 08/27/2006 11:41:58
Module Name:	src
Committed By:	plunky
Date:		Sun Aug 27 11:41:58 UTC 2006

Modified Files:
	src/share/man/man4: bluetooth.4 btsco.4 ubt.4
	src/sys/dev/bluetooth: btsco.c
	src/sys/netbt: bt_proto.c bt_sysctl.c files.netbt hci.h hci_ioctl.c
	    sco_upper.c
	src/usr.sbin/btconfig: btconfig.8 btconfig.c
	src/usr.sbin/btdevctl: btdevctl.8 cfg.c

Log Message:
BluetootH SCO Audio update.

Provide an ioctl to set the SCO mtu value in the controller and
place limits in the SCO code such that only packets of this size
may be sent.

Move the mtu option from btsco(4) and btdevctl(8), to the
btconfig(8) program.

Remove temporary BLUETOOTH_SCO kernel option, and enable SCO
socket access.

Fix incoming connection handling for btsco(4) and SCO sockets.

Fix documentation to reflect the new world order.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/share/man/man4/bluetooth.4
cvs rdiff -r1.3 -r1.4 src/share/man/man4/btsco.4 src/share/man/man4/ubt.4
cvs rdiff -r1.1 -r1.2 src/sys/dev/bluetooth/btsco.c
cvs rdiff -r1.1 -r1.2 src/sys/netbt/bt_proto.c src/sys/netbt/bt_sysctl.c \
    src/sys/netbt/sco_upper.c
cvs rdiff -r1.2 -r1.3 src/sys/netbt/files.netbt src/sys/netbt/hci_ioctl.c
cvs rdiff -r1.3 -r1.4 src/sys/netbt/hci.h
cvs rdiff -r1.3 -r1.4 src/usr.sbin/btconfig/btconfig.8
cvs rdiff -r1.2 -r1.3 src/usr.sbin/btconfig/btconfig.c
cvs rdiff -r1.1 -r1.2 src/usr.sbin/btdevctl/btdevctl.8
cvs rdiff -r1.2 -r1.3 src/usr.sbin/btdevctl/cfg.c

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