Subject: CVS commit: src/sys/dev/bluetooth
To: None <source-changes@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@netbsd.org>
List: source-changes
Date: 10/14/2007 18:13:50
Module Name:	src
Committed By:	kiyohara
Date:		Sun Oct 14 18:13:50 UTC 2007

Modified Files:
	src/sys/dev/bluetooth: bcsp.c

Log Message:
+ Add #ifdef DPRINTF{,N} before #undef.
+ Initialize m_pkthdr.len, and increment if not escape charactor.
+ Call bcsp_start() if there is no transmitted packet.
+ Call m_adj() after debug print.
+ Reset the values of the Sequencing layer if link reset it.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/bluetooth/bcsp.c

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