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
/
ohcivar.h
Age
Commit message (
Expand
)
Author
2001-12-31
Change xfer abort to wait for the softintr to run.
augustss
2001-11-21
Use a task to perform the timeout abort so we have a process context when
augustss
2001-09-28
Reenable RHSC interrupt after one second so hot plugging works.
augustss
2001-02-21
There is no reason to exclude FreeBSD :).
minoura
2001-02-20
Re-initialize some registers after resuming from suspend.
minoura
2001-01-28
Commit second half of rate limit change.
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-03-29
A first stab at support for isochronous transfers.
augustss
2000-02-22
Prepare a little for having USB interrupt processing done outside the hard
augustss
2000-02-01
Put some #ifdefs around power and shutdown hooks.
augustss
2000-01-18
Turn xfer allocation into a method in the HC driver. The reason is that
augustss
2000-01-16
Add framework for doing isoc transfers. The actual scheduling code
augustss
2000-01-16
Add shutdown hooks to ensure that the host controller is halted when
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
Handle the case when a USB transfer is so long that it crosses two page
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-17
Make some small changes to make it compile on OpenBSD.
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
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-24
Add special memory allocation routines that supports allocation
augustss
1998-07-12
Add USB support. Supported so far:
augustss