summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_udav.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-1962/+0
* Add support for the Davicom DM9601.imp2008-04-261-5/+2
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-8/+0
* Remove explicit calling of lockmgr() with the NULL argument.attilio2008-01-081-2/+2
* Add support for ShanTou ST268 usb nic. This is from a patch for NetBSDimp2007-07-241-0/+2
* s/logprintf/printf/gimp2007-06-201-2/+2
* Use device_foo_t to declare kobj methodsimp2007-06-181-12/+16
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-16/+15
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-3/+3
* The devinfo stuff has been moved up into the parent bus. There's noimp2007-06-091-8/+2
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-8/+1
* Use a different task queue for host controller and peripheral driveriedowse2006-10-191-2/+2
* More removing compatibility macros.imp2006-09-071-67/+67
* s/Static/static/gimp2006-09-061-76/+76
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-3/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* Add missing mtx_destroy() when if_alloc() fails.ru2005-09-161-0/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-5/+36
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-5/+14
* 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-126/+49
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-251-39/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* URL of the data sheet has changed.brueffer2004-12-091-1/+1
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkrwatson2004-08-111-1/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* To support the promiscuous mode udav(4) driversanpei2004-06-131-0/+24
* * Fix multicast reception.naddy2004-06-091-28/+10
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Replace the static "qdat" structure with a per-instance softc fieldiedowse2004-05-231-7/+3
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...sanpei2004-02-281-0/+2042
OpenPOWER on IntegriCloud