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 03:59:16
Module Name:	src
Committed By:	itohy
Date:		Wed Jun 13 03:59:16 UTC 2007

Modified Files:
	src/sys/dev/usb [itohy-usb1]: if_aue.c if_auereg.h if_axe.c if_axereg.h
	    if_cue.c if_cuereg.h if_upl.c

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 Untested, missing hardware.


To generate a diff of this commit:
cvs rdiff -r1.99.10.1 -r1.99.10.2 src/sys/dev/usb/if_aue.c
cvs rdiff -r1.17 -r1.17.20.1 src/sys/dev/usb/if_auereg.h
cvs rdiff -r1.17.10.1 -r1.17.10.2 src/sys/dev/usb/if_axe.c
cvs rdiff -r1.3 -r1.3.40.1 src/sys/dev/usb/if_axereg.h
cvs rdiff -r1.48.10.1 -r1.48.10.2 src/sys/dev/usb/if_cue.c
cvs rdiff -r1.14 -r1.14.92.1 src/sys/dev/usb/if_cuereg.h
cvs rdiff -r1.27.4.1 -r1.27.4.2 src/sys/dev/usb/if_upl.c

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