summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ueagle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This needs sys/kthread.h to buildclaudio2011-11-271-1/+2
* usbdivar.h needs struct timeout. But don't get it indirectly viakrw2011-09-181-2/+2
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* silently clear the endpoint when the device has failed; ok jakemsrderaadt2011-03-221-6/+4
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* a couple unchecked if_detach() in detach routines that were missedjakemsr2010-12-061-2/+3
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-2/+7
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-2/+3
* remove dying flag in detach() function.yuo2010-09-241-2/+1
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* 'operational' takes a single 'n'damien2010-06-051-3/+3
* sys/sysctl.h is not needed here. OK deraadt@claudio2010-04-211-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-7/+1
* use new malloc M_ZERO flag to shrink kernel.damien2007-09-071-2/+1
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-51/+51
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-2/+1
* re-indent prototypes after "Static" removal.damien2007-06-091-26/+26
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-54/+54
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-13/+15
* Remove logprintf macrojsg2007-05-211-3/+3
* fix a buggy printf.damien2006-09-161-7/+6
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inbrad2006-01-291-2/+2
* Remove redundant calls to bpfdetach.canacar2006-01-041-4/+1
* Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@canacar2005-08-041-2/+3
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
* 6 -> ETHER_ADDR_LENbrad2005-07-301-2/+2
* ueagle.ccanacar2005-07-071-2/+5
* fix dmesg output for pre-firmware modems.damien2005-05-131-2/+2
* be more cautious when processing CMV interrupts.damien2005-04-191-9/+10
* Driver for Analog Devices Eagle chipset.damien2005-04-161-0/+1466