summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ueagle.c
AgeCommit message (Expand)Author
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-06-09re-indent prototypes after "Static" removal.Damien Bergamini
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2006-09-16fix a buggy printf.Damien Bergamini
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-08-04Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@Can Erkin Acar
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-07-306 -> ETHER_ADDR_LENBrad Smith
2005-07-07ueagle.cCan Erkin Acar
2005-05-13fix dmesg output for pre-firmware modems.Damien Bergamini
2005-04-19be more cautious when processing CMV interrupts.Damien Bergamini
2005-04-16Driver for Analog Devices Eagle chipset.Damien Bergamini