summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cdce.c
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+7
* Fix identation.sobomax2005-03-251-1/+1
* Fix breakage in the previous commit caused by the last-minute change.sobomax2005-03-251-3/+2
* Move Rx/Tx lists management routines into central location.sobomax2005-03-251-115/+44
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-251-28/+4
* Zaurus expecrs CRC to be in little-endian order, so that convert it into LEsobomax2005-03-221-1/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+807
OpenPOWER on IntegriCloud