summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* - use usb_lookup() instead of handrolled macro.jasper2010-12-171-4/+3
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-22/+17
* don't free network related resources if they were not allocatedjakemsr2010-10-271-4/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-2/+3
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-3/+5
* remove dying flag in detach() function.yuo2010-09-241-6/+6
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-25/+8
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-4/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-2/+2
* Sanitize the use of timeouts:mbalmer2007-11-231-4/+2
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* remove unneeded malloc.h include.fgsch2007-09-171-2/+1
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Move the inclusion of sys/timeout.h from usb_port.h to the drivers thatmbalmer2007-06-141-2/+2
* Remove the definition and usage of the IF_INPUT macro which was definedmbalmer2007-06-131-2/+2
* 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-53/+53
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-5/+7
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-3/+1
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-48/+48
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-31/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-14/+15
* Remove logprintf macrojsg2007-05-211-3/+3
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* Remove _KERNEL_OPT leftovers.miod2007-02-111-8/+1
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+1
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-5/+3
* Remove last NRND NetBSDisms from tree.krw2006-03-071-13/+1
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inbrad2006-01-291-3/+3
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
* clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.brad2005-07-021-3/+2
* remove netns crud.henning2005-06-081-21/+1
* - make sure int is in running state before touching the multicast filtersbrad2005-01-031-2/+4
* strncpy->strlcpygrange2004-11-101-2/+2
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-2/+1
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* Multicast cleanupsmcbride2004-06-061-23/+16
* Set devclass to DV_IFNET for all USB network drivers.cedric2003-12-151-2/+2
* string cleanup; nate okderaadt2003-05-071-2/+2
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-10/+10
* shorten address printoutderaadt2002-07-101-2/+2
* Sync Id string with NetBSDnate2002-07-091-2/+2
* Kill __FUNCTION__.espie2002-06-261-14/+14
* Sync with NetBSDnate2002-05-061-14/+7
* Synchronize usb code with NetBSD.nate2001-10-311-3/+4