Module Name: src Committed By: jakllsch Date: Wed May 19 21:10:42 UTC 2010
Modified Files: src/sys/dev/usb: if_cdce.c Log Message: Changes in cdce(4). When getting the CDC Ethernet descriptor, search for the right descriptor type. Avoid ignoring return value of ether_aton_r(). Never return ENETRESET from cdce_ioctl(). This fixes the "cannot assign link-local address" issue. Deduplicate a local Ethernet CRC32 function. When appending CRC32 for Zaurus ensure it is in a consistent endianess. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/usb/if_cdce.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.