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/13/2007 04:14:17
Module Name:	src
Committed By:	itohy
Date:		Wed Jun 13 04:14:17 UTC 2007

Modified Files:
	src/sys/dev/usb [itohy-usb1]: if_kue.c if_kuereg.h

Log Message:
- Convert to use usbd_map_buffer_mbuf() and eliminate mbuf-memory copy.
- Use common code in usb_ethersubr.[ch] and reduce duplicated code.
- Use ether_ioctl() to handle llinfo (what is it?) properly.
- XXX Use m_copyback() to extend mbuf chain. XXX Is this the right way?

XXX Untested, missing hardware.


To generate a diff of this commit:
cvs rdiff -r1.58.10.1 -r1.58.10.2 src/sys/dev/usb/if_kue.c
cvs rdiff -r1.11 -r1.11.92.1 src/sys/dev/usb/if_kuereg.h

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