summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdce.c
AgeCommit message (Expand)Author
2005-01-27align the buffer when it is allocated, rather than realign the data in itDavid Gwynne
2005-01-23Allow this to work on __STRICT_ALIGN archs, ok dhartmei@Dale Rahn
2004-11-10strncpy->strlcpyAlexander Yurchenko
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-07-21spacingTheo de Raadt
2004-07-21use cdce_ prefix on crc32 function and table name to avoid conflicts,Daniel Hartmeier
2004-07-21add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it workDaniel Hartmeier
2004-07-20Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing asDaniel Hartmeier