summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cue.c
AgeCommit message (Expand)Author
2013-01-22add missing flags param to usb_task_initjmcneill
2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-03-11minor cleanups from usbmp:mrg
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-24use # for include directive, just because..plunky
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-06Simplify several device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2008-11-07*** Summary ***dyoung
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-31Split the USB task queue into two parts, one for normal device tasks andjoerg
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-01-08constify.yamt
2004-04-23use bounded string ops (snprintf, strl*)itojun
2002-07-11Get rid of trailing white space.augustss
2002-07-08s/__FUNCTION__/__func__/augustss
2001-12-12Remove some stupid casts.augustss
2001-12-03Handle vendor/product lookup with a common routine.augustss
2001-11-13add RCSIDslukem
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-04-12Make sure all tasks are remove on detach.augustss
2001-01-29Handle allmulti case correctly as a NetBSD network driver;enami
2001-01-23Ad function to remove a usb task.augustss
2001-01-21Defer stopping the interface on error to a process context.augustss
2001-01-21Use the new usb_add_task() call to execute the statistics gathering.augustss
2001-01-21Change watchdog code (from FreeBSD).augustss
2001-01-21Get rid of `#ifdef FreeBSD'; they maintain their own version.augustss
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-24Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails.augustss
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-23Sync with FreeBSD: add two more adapters.augustss
2000-04-02Generate an error message if starting a transfer fails.augustss
2000-03-30Two more OpenBSD fixes.augustss
2000-03-30Afew more OpenBSD portability fixes.augustss
2000-03-29Some OpenBSD portability fixes.augustss