summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.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-4/+1
* - use usb_lookup() instead of handrolled macro.jasper2010-12-171-4/+3
* don't free network related resources if they were not allocatedjakemsr2010-10-271-4/+5
* remove dying flag in detach() function.yuo2010-09-241-7/+5
* 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
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* 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-62/+62
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-2/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-38/+38
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-32/+1
* Fix dmesg output. -mojmaja2007-05-311-2/+2
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-18/+19
* Remove logprintf macrojsg2007-05-211-3/+3
* Remove Ether_ifattach macrojsg2007-05-211-2/+2
* Remove _KERNEL_OPT leftovers.miod2007-02-111-8/+1
* network byte order firmware, so that firmware files are the same onderaadt2007-01-091-5/+5
* 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-3/+3
* Remove last NRND NetBSDisms from tree.krw2006-03-071-14/+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
* Add id for Psion Dacom Gold Port Ethernet found in Linux driver.jsg2005-01-151-1/+2
* - make sure int is in running state before touching the multicast filtersbrad2005-01-031-2/+4
* fix protoderaadt2004-12-121-2/+2
* kue(4) uses loadfirmware(9), but usb threaded probing starts beforederaadt2004-11-281-26/+41
* relax warmboot detection, required for some models. ok deraadt@dhartmei2004-11-221-2/+2
* firmware loading for kue(4), tested for me by dhartmeideraadt2004-11-221-13/+24
* strncpy->strlcpygrange2004-11-101-2/+2
* Add Silicom U2E found in linux driver. ok dlg@jsg2004-10-161-1/+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
* Add ether_{add,del}multi(), makes multicast work.mcbride2004-06-021-3/+12
* Set devclass to DV_IFNET for all USB network drivers.cedric2003-12-151-2/+2
* string cleanup; nate okderaadt2003-05-071-2/+2
* Refetch interface handle on reset. Avoids potential access to freed memory.nate2002-07-291-6/+5
* get rid of trailing whitespacenate2002-07-251-6/+6
* shorten address printoutderaadt2002-07-101-2/+2
* Sync Id string with NetBSDnate2002-07-091-2/+2
* Kill __FUNCTION__.espie2002-06-261-24/+24
* sync with NetBSDnate2002-05-061-19/+14
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* and of course, since the tree is so volatile now, i mess it upderaadt2001-12-171-2/+2