| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | Andrew Thompson | 2009-02-23 | 1 | -1074/+0 |
| * | Note the Belkin F5U111 Adapter is covered by NETMATE entry. | Warner Losh | 2007-06-23 | 1 | -0/+1 |
| * | Use device_foo_t to declare kobj methods | Warner Losh | 2007-06-18 | 1 | -6/+6 |
| * | Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START and | Warner Losh | 2007-06-17 | 1 | -1/+2 |
| * | Expand USB_MATCH_START | Warner Losh | 2007-06-17 | 1 | -1/+1 |
| * | Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional | Warner Losh | 2007-06-13 | 1 | -2/+4 |
| * | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -4/+4 |
| * | Prefer device_printf to printf where sane. | Warner Losh | 2007-06-11 | 1 | -32/+29 |
| * | The devinfo stuff has been moved up into the parent bus. There's no | Warner Losh | 2007-06-09 | 1 | -6/+0 |
| * | Remove compat ifdefs for FreeBSD versions < 500014, makes the code | Christian Brueffer | 2007-05-12 | 1 | -25/+0 |
| * | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -2/+2 |
| * | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -50/+50 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Add missing mtx_destroy() when if_alloc() fails. | Ruslan Ermilov | 2005-09-16 | 1 | -1/+5 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -13/+13 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -12/+16 |
| * | Fix breakage in the previous commit caused by the last-minute change. | Maxim Sobolev | 2005-03-25 | 1 | -3/+2 |
| * | Move Rx/Tx lists management routines into central location. | Maxim Sobolev | 2005-03-25 | 1 | -124/+48 |
| * | Move xxx_newbuf() function, which was the same in all drivers into central | Maxim Sobolev | 2005-03-25 | 1 | -39/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework | Robert Watson | 2004-08-11 | 1 | -1/+2 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -9/+1 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Replace the static "qdat" structure with a per-instance softc field | Ian Dowse | 2004-05-23 | 1 | -5/+3 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -3/+3 |
| * | Remove duplicate | Johan Karlsson | 2003-11-14 | 1 | -3/+0 |
| * | Despam the const poisoning | Warner Losh | 2003-11-14 | 1 | -5/+5 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -6/+8 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Const poison the crc calcuation routines so const data can be sent to | Warner Losh | 2003-10-23 | 1 | -3/+3 |
| * | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -1/+25 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | add missing machine/bus.h headers that are now necessary because of the | John-Mark Gurney | 2003-07-16 | 1 | -0/+1 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -2/+2 |
| * | Fix indentation. | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+2 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -2/+3 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -7/+3 |
| * | - Use if_broadcastaddr from struct ifnet rather than relying on | Matthew N. Dodd | 2003-03-21 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -10/+4 |
| * | We not long need to use USBD_NO_TSLEEP. | Josef Karthauser | 2002-04-07 | 1 | -15/+7 |
| * | MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), | Josef Karthauser | 2002-04-07 | 1 | -2/+3 |
| * | Use the UE_GET_XFERTYPE macro. | Josef Karthauser | 2002-04-06 | 1 | -3/+3 |
| * | Rename csr_{read,write}_* to cue_csr_{read,write}_*. | Josef Karthauser | 2002-04-06 | 1 | -21/+21 |
| * | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | Josef Karthauser | 2002-04-06 | 1 | -9/+9 |