summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* MFC:Max Laier2007-02-101-5/+7
* MFC:Florent Thoumie2006-11-141-0/+1
* MFC r1.97Andrew Thompson2006-07-251-5/+6
* MFC:Gleb Smirnoff2006-03-171-1/+0
* MFC (by ru)Xin LI2005-10-091-1/+6
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-14/+14
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-13/+17
* 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/+50
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-39/+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-21/+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
* Add support for the ADMtek AN8513 USB Ethernet adapter.David E. O'Brien2004-04-161-0/+1
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Add support HP hn210e usb ethernetMIHIRA Sanpei Yoshiro2003-12-171-0/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* Remove duplicateJohan Karlsson2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-5/+7
* 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
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.David E. O'Brien2003-09-181-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* add missing machine/bus.h headers that are now necessary because of theJohn-Mark Gurney2003-07-161-0/+1
* Add support for a bunch of Microsoft networking products:Bill Paul2003-07-101-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-3/+4
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.Takeshi Shibagaki2003-03-051-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-141-10/+4
* Add support for a couple of network adapters; the 3Com 3C460B andJosef Karthauser2002-07-301-0/+2
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)Josef Karthauser2002-07-091-0/+1
* Add a couple of new aue ethernet adapters from NetBSD:Josef Karthauser2002-05-271-0/+2
* Use aue_lookup for looking up devices.Josef Karthauser2002-05-261-76/+68
* Fix a panic by allocating the iface structure locally in the attachJosef Karthauser2002-05-231-3/+13
* Revert part of revision 1.49 which was supposed to be white spaceJosef Karthauser2002-04-171-1/+1
* We not long need to use USBD_NO_TSLEEP.Josef Karthauser2002-04-071-8/+4
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),Josef Karthauser2002-04-071-3/+7
* Use the UE_GET_XFERTYPE macro.Josef Karthauser2002-04-061-3/+3
* Another step in merging our if_aue driver with NetBSD's.Josef Karthauser2002-04-061-20/+9
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.Josef Karthauser2002-04-061-8/+8
* Replace device_t with device_ptr_t.Josef Karthauser2002-04-061-12/+12
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Reduce differences between NetBSD's version and ours.Josef Karthauser2002-04-021-94/+85