aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ethersubr.h
Commit message (Expand)AuthorAgeFilesLines
* Add the following functions to abstract away the creation of task threadsAlfred Perlstein2007-01-081-0/+9
* defer all processing to a full fledged thread.Alfred Perlstein2006-12-111-0/+1
* Add /* _FOO_H_ */ after the final #endif to make danfe happy.Maxim Sobolev2005-03-251-1/+1
* Move Rx/Tx lists management routines into central location.Maxim Sobolev2005-03-251-1/+34
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-4/+0
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Pull my head out of my ass and actually make the tx netisr stuff work right.Bill Paul2000-01-141-1/+1
* Bunch of updates:Bill Paul2000-01-131-0/+5
* Apply the same netisr mechanism to transmissions as well. In order toBill Paul2000-01-121-0/+1
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-0/+45