summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_rue.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-1393/+0
* When all the other drivers were converted to scheduling a taskqueue toWarner Losh2007-07-091-0/+18
* s/logprintf/printf/gWarner Losh2007-06-201-1/+1
* Use device_foo_t to declare kobj methodsWarner Losh2007-06-181-9/+10
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andWarner Losh2007-06-171-4/+5
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-2/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-2/+2
* Prefer device_printf to printfWarner Losh2007-06-111-44/+41
* The devinfo stuff has been moved up into the parent bus. There's noWarner Losh2007-06-091-12/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codeChristian Brueffer2007-05-121-21/+0
* More removing compatibility macros.Warner Losh2006-09-071-2/+2
* s/Static/static/gWarner Losh2006-09-061-70/+70
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* - 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 if_free() in rue_detach().Ruslan Ermilov2005-09-161-0/+1
* Add proper copyright attribution.David E. O'Brien2005-08-101-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-14/+14
* 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-14/+20
* Comment out rue_miibus_statchg() function. Using trial-and-error approach IMaxim Sobolev2005-03-251-0/+12
* 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-124/+48
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-40/+5
* 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
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-29/+2
* 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-5/+3
* Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).Ian Dowse2004-04-061-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-6/+6
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-12/+10
* It is obivous this started out as a copy of a Bill Paul driver so he hasDavid E. O'Brien2003-11-131-0/+30
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-1/+23
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* add missing machine/bus.h headers that are now necessary because of theJohn-Mark Gurney2003-07-161-0/+1
* Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama2003-05-031-0/+1477