summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhcivar.h
AgeCommit message (Expand)Author
2002-12-31Use a somewhat bigger buffer for the vendor string.augustss
2002-09-29Add #ifdef USB_USE_SOFTINTR for some softintr code. From FreeBSD.augustss
2002-07-11Get rid of trailing white space.augustss
2002-02-11Switch to new abort mechanism.augustss
2000-08-13Implement what in Intel-speech is known as "bandwidth reclamation".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-04-06Fix typos in comments.augustss
2000-03-25Rename and move around callout handles to make it more sane.augustss
2000-03-24Two major changes:augustss
2000-03-24Some cleanup and renaming of the callouts used in USB drivers.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-22Save and restore a couple ofregisters in the power hook in case BIOS doesn't.augustss
2000-01-26Try to avoid accessing the HC if it is dead. Suggested by mycroft.augustss
2000-01-18Turn xfer allocation into a method in the HC driver. The reason is thataugustss
2000-01-16Add shutdown hooks to ensure that the host controller is halted whenaugustss
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
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-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-22Merge the soft_{td,qh} with the real {td,qh}. This saves time and space.augustss
1999-08-22Move more of the transfer completion processing to HC independent code.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-06-26Add suspend/resume handling to the UHCI driver.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-26Use PCI class/subclass/interface to match USB host controllers insteadaugustss
1998-07-24Add special memory allocation routines that supports allocationaugustss
1998-07-12Add USB support. Supported so far:augustss