summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ohcivar.h
AgeCommit message (Expand)Author
2001-12-31Change xfer abort to wait for the softintr to run.augustss
2001-11-21Use a task to perform the timeout abort so we have a process context whenaugustss
2001-09-28Reenable RHSC interrupt after one second so hot plugging works.augustss
2001-02-21There is no reason to exclude FreeBSD :).minoura
2001-02-20Re-initialize some registers after resuming from suspend.minoura
2001-01-28Commit second half of rate limit change.augustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-25Move the size of the mapped bus_space region into the bus independent softc.augustss
2000-03-29A first stab at support for isochronous transfers.augustss
2000-02-22Prepare a little for having USB interrupt processing done outside the hardaugustss
2000-02-01Put some #ifdefs around power and shutdown hooks.augustss
2000-01-18Turn xfer allocation into a method in the HC driver. The reason is thataugustss
2000-01-16Add framework for doing isoc transfers. The actual scheduling codeaugustss
2000-01-16Add shutdown hooks to ensure that the host controller is halted whenaugustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Deallocate resources (bus space and interrupts) when detaching fromaugustss
1999-09-15Handle the case when a USB transfer is so long that it crosses two pageaugustss
1999-09-15Add preliminary (untested) code for detaching the USB host controlleraugustss
1999-09-13Rearrange the code a little so we can decide if we are in processaugustss
1999-08-22Merge the soft_{td,ed} with the real {td,ed}. This saves time and space.augustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-05-20Keep track of vendor id and make sure the vendor string is NUL terminated.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-24Add special memory allocation routines that supports allocationaugustss
1998-07-12Add USB support. Supported so far:augustss