Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/07/2006 13:52:47
Module Name:	src
Committed By:	tron
Date:		Thu Sep  7 13:52:47 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by plunky in ticket #81):
	sys/netbt/sco_upper.c: revision 1.2
	usr.sbin/btconfig/btconfig.c: revision 1.3
	sys/netbt/hci_ioctl.c: revision 1.3
	usr.sbin/btconfig/btconfig.8: revision 1.4
	usr.sbin/btdevctl/btdevctl.8: revision 1.2
	sys/netbt/files.netbt: revision 1.3
	sys/netbt/bt_proto.c: revision 1.2
	share/man/man4/ubt.4: revision 1.4
	usr.sbin/btdevctl/cfg.c: revision 1.3
	sys/netbt/hci.h: revision 1.4
	share/man/man4/bluetooth.4: revision 1.2
	share/man/man4/btsco.4: revision 1.4
	sys/dev/bluetooth/btsco.c: revision 1.2
	sys/netbt/bt_sysctl.c: revision 1.2
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.1.2.1 src/share/man/man4/bluetooth.4
cvs rdiff -r1.2.2.1 -r1.2.2.2 src/share/man/man4/btsco.4
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/share/man/man4/ubt.4
cvs rdiff -r1.1 -r1.1.2.1 src/sys/dev/bluetooth/btsco.c
cvs rdiff -r1.1 -r1.1.10.1 src/sys/netbt/bt_proto.c src/sys/netbt/bt_sysctl.c \
    src/sys/netbt/sco_upper.c
cvs rdiff -r1.2 -r1.2.8.1 src/sys/netbt/files.netbt
cvs rdiff -r1.3 -r1.3.2.1 src/sys/netbt/hci.h
cvs rdiff -r1.2 -r1.2.2.1 src/sys/netbt/hci_ioctl.c
cvs rdiff -r1.3 -r1.3.2.1 src/usr.sbin/btconfig/btconfig.8
cvs rdiff -r1.2 -r1.2.2.1 src/usr.sbin/btconfig/btconfig.c
cvs rdiff -r1.2.2.1 -r1.2.2.2 src/usr.sbin/btdevctl/btdevctl.8
cvs rdiff -r1.3.2.1 -r1.3.2.2 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.