index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uhcivar.h
Age
Commit message (
Expand
)
Author
2002-12-31
Use a somewhat bigger buffer for the vendor string.
augustss
2002-09-29
Add #ifdef USB_USE_SOFTINTR for some softintr code. From FreeBSD.
augustss
2002-07-11
Get rid of trailing white space.
augustss
2002-02-11
Switch to new abort mechanism.
augustss
2000-08-13
Implement what in Intel-speech is known as "bandwidth reclamation".
augustss
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-04-25
Move the size of the mapped bus_space region into the bus independent softc.
augustss
2000-04-06
Fix typos in comments.
augustss
2000-03-25
Rename and move around callout handles to make it more sane.
augustss
2000-03-24
Two major changes:
augustss
2000-03-24
Some cleanup and renaming of the callouts used in USB drivers.
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-22
Save and restore a couple ofregisters in the power hook in case BIOS doesn't.
augustss
2000-01-26
Try to avoid accessing the HC if it is dead. Suggested by mycroft.
augustss
2000-01-18
Turn xfer allocation into a method in the HC driver. The reason is that
augustss
2000-01-16
Add shutdown hooks to ensure that the host controller is halted when
augustss
1999-12-06
Cosmetics and a couple of diagnostic messages.
augustss
1999-11-18
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-10-13
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
augustss
1999-10-12
Deallocate resources (bus space and interrupts) when detaching from
augustss
1999-09-15
Add preliminary (untested) code for detaching the USB host controller
augustss
1999-09-13
Rearrange the code a little so we can decide if we are in process
augustss
1999-08-22
Merge the soft_{td,ed} with the real {td,ed}. This saves time and space.
augustss
1999-08-22
Merge the soft_{td,qh} with the real {td,qh}. This saves time and space.
augustss
1999-08-22
Move more of the transfer completion processing to HC independent code.
augustss
1999-08-17
Make some small changes to make it compile on OpenBSD.
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-06-26
Add suspend/resume handling to the UHCI driver.
augustss
1999-05-20
Keep track of vendor id and make sure the vendor string is NUL terminated.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-07-26
Use PCI class/subclass/interface to match USB host controllers instead
augustss
1998-07-24
Add special memory allocation routines that supports allocation
augustss
1998-07-12
Add USB support. Supported so far:
augustss