Subject: CVS commit: [itohy-usb1] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 06/22/2007 10:49:46
Module Name:	src
Committed By:	itohy
Date:		Fri Jun 22 10:49:46 UTC 2007

Modified Files:
	src/sys/dev/usb [itohy-usb1]: uhci.c

Log Message:
Swap names of uhci_bufptr_rd() and uhci_bufptr_wr()
in order to avoid awkwardness like
	if (isread) {
		uhci_bufptr_wr(...)
	}


To generate a diff of this commit:
cvs rdiff -r1.208.12.4 -r1.208.12.5 src/sys/dev/usb/uhci.c

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