summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_kue.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-231-1/+1
* Merge IP multicast address list locking from HEAD to RELENG_5.Ed Maste2006-01-291-0/+2
* MFC:Maxim Sobolev2005-04-011-159/+50
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-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
* 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
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-6/+0
* Remove duplicateJohan Karlsson2003-11-141-3/+0
* 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-0/+3
* add missing machine/bus.h headers that are now necessary because of theJohn-Mark Gurney2003-07-161-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+3
* Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter.Murray Stokely2003-04-071-0/+1
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* 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
* Re-fetch the interface handle after setting the config number,Ian Dowse2002-07-151-1/+3
* We not long need to use USBD_NO_TSLEEP.Josef Karthauser2002-04-071-1/+1
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),Josef Karthauser2002-04-071-2/+3
* Use the UE_GET_XFERTYPE macro.Josef Karthauser2002-04-061-3/+3
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.Josef Karthauser2002-04-061-4/+4
* Replace device_t with device_ptr_t.Josef Karthauser2002-04-061-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-021-87/+65
* Remove __P.Alfred Perlstein2002-03-201-27/+27
* Make these depend on the usb module so they can use its symbols if theyPeter Wemm2001-08-221-0/+2
* Add the Abocom URE 450 ethernet adapter.Nick Hibma2001-04-091-0/+1
* Add id for the IO Data ET/TNick Hibma2001-04-071-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+2
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().Bill Paul2000-11-231-1/+3
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-38/+55
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-8/+4
* Handle watchdog timeouts better. We can't really call the foo_init()Bill Paul2000-06-011-4/+10
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-47/+47
* Add vendor/product ID for two more KLSI-based devices, including aBill Paul2000-03-291-0/+2
* Regenerate usbdevs files.Bill Paul2000-03-211-1/+4
* Add another device/vendor code combination to support yet anotherBill Paul2000-03-181-0/+1
* More USB ethernet tweaks:Bill Paul2000-01-201-21/+12
* Change the mechanism by which we detect that the firmware is alreadyBill Paul2000-01-171-24/+19
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-161-27/+19
* Pull my head out of my ass and actually make the tx netisr stuff work right.Bill Paul2000-01-141-3/+2
* Clean up rxeof routines a little.Bill Paul2000-01-141-7/+14