summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ohci.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-13usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin
2021-07-10Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky
2020-12-17Use __containerof() instead of home-rolled versions.John Baldwin
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-12-11USB method structures for USB controllers and USB pipes should beHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-10-26Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky
2012-10-24Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky
2012-10-01Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2011-11-12Style change.Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-10-13Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky
2010-09-02Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson
2010-06-22Add support for LOW speed BULK transfers. This mode is not recommended by theAndrew Thompson
2009-11-22Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson
2009-10-26Revert r198500 for now, this will break situations whenAndrew Thompson
2009-10-26Remove usb controller takeover code now that it is handled by the pci code.Andrew Thompson
2009-10-15Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson
2009-07-30USB CORE:Alfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-05-05Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson
2009-04-25Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-04-06Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159946Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson
2009-03-27The buffer start and end phys addresses should be 0x0 for an OHCI zero lengthAndrew Thompson
2009-03-20MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson