summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_udav.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-2/+2
* Add support for ShanTou ST268 usb nic. This is from a patch for NetBSDWarner Losh2007-07-241-0/+2
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Use device_foo_t to declare kobj methodsWarner Losh2007-06-181-12/+16
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsWarner Losh2007-06-121-16/+15
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-3/+3
* The devinfo stuff has been moved up into the parent bus. There's noWarner Losh2007-06-091-8/+2
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codeChristian Brueffer2007-05-121-8/+1
* Use a different task queue for host controller and peripheral driverIan Dowse2006-10-191-2/+2
* More removing compatibility macros.Warner Losh2006-09-071-67/+67
* s/Static/static/gWarner Losh2006-09-061-74/+74
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-3/+3
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* Add missing mtx_destroy() when if_alloc() fails.Ruslan Ermilov2005-09-161-0/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-5/+36
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+14
* Fix breakage in the previous commit caused by the last-minute change.Maxim Sobolev2005-03-251-3/+2
* Move Rx/Tx lists management routines into central location.Maxim Sobolev2005-03-251-126/+49
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-39/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* URL of the data sheet has changed.Christian Brueffer2004-12-091-1/+1
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkRobert Watson2004-08-111-1/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* To support the promiscuous mode udav(4) driverMIHIRA Sanpei Yoshiro2004-06-131-0/+24
* * Fix multicast reception.Christian Weisgerber2004-06-091-28/+10
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Replace the static "qdat" structure with a per-instance softc fieldIan Dowse2004-05-231-7/+3
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...MIHIRA Sanpei Yoshiro2004-02-281-0/+2042