Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/08/2000 22:51:47
Module Name:	syssrc
Committed By:	tv
Date:		Tue Aug  8 19:51:47 UTC 2000

Modified Files:
	syssrc/sys/dev/usb: ohci.c uhci.c

Log Message:
%b -> bitmask_snprintf()

Because this code is shared, add a macro for bitmask_snprintf() that
should expand to the equivalent snprintf() on non-NetBSD systems.  This is
only used in ?HCI_DEBUG cases anyway.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 syssrc/sys/dev/usb/ohci.c
cvs rdiff -r1.121 -r1.122 syssrc/sys/dev/usb/uhci.c

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