summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_upl.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-15/+5
* a couple unchecked if_detach() in detach routines that were missedjakemsr2010-12-061-2/+3
* 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
* Return ENOTTY for unknown ioctl's.brad2008-10-031-3/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* 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
* 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-44/+44
* 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-2/+2
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-3/+1
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-33/+33
* Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional normbalmer2007-06-011-20/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-15/+16
* Remove logprintf macrojsg2007-05-211-3/+3
* Remove _KERNEL_OPT leftovers.miod2007-02-111-7/+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-17/+1
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inbrad2006-01-291-4/+4
* Remove redundant calls to bpfdetach.canacar2006-01-041-4/+1
* 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
* strncpy->strlcpygrange2004-11-101-2/+2
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* Set devclass to DV_IFNET for all USB network drivers.cedric2003-12-151-2/+2
* string cleanup; nate okderaadt2003-05-071-2/+2
* remove the altq classifier code which is replaced by pf and no longer used.kjc2003-01-071-9/+2
* Make code more portablenate2002-07-291-17/+8
* get rid of trailing whitespacenate2002-07-251-4/+4
* allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowitojun2002-06-301-1/+2
* Kill __FUNCTION__.espie2002-06-261-19/+19
* use IF_INPUT macro for us as well.fgsch2002-06-071-2/+2
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-11/+17
* Sync ulpt driver with NetBSDnate2002-05-071-17/+11
* sync with KAMEkjc2002-03-121-11/+21
* Synchronize usb code with NetBSD.nate2001-10-311-10/+10
* change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun2001-06-151-2/+1
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-3/+1
* Add driver for Prolific PL2301/PL2302 host-to-host adapter. From NetBSD.aaron2001-01-281-0/+1116