diff options
author | Ian Dowse <iedowse@FreeBSD.org> | 2005-03-20 17:13:43 +0000 |
---|---|---|
committer | Ian Dowse <iedowse@FreeBSD.org> | 2005-03-20 17:13:43 +0000 |
commit | 189dcd7f0fa42563f51c7cce28ec626f0929d2ea (patch) | |
tree | 89a104f4e54726c65ded53d1c99989c4460377e5 /share | |
parent | 6220dcba847862fd7275a0b3ae78a2942a7a13e1 (diff) | |
download | src-189dcd7f0fa42563f51c7cce28ec626f0929d2ea.tar.gz src-189dcd7f0fa42563f51c7cce28ec626f0929d2ea.zip |
Interrupt transfers and split transactions work now, so remove the
part of the BUGS section that says they don't. Leave the "quite
buggy" comment for now though, as it's still partially true.
Notes
Notes:
svn path=/head/; revision=143885
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ehci.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4 index e18c903ab249..57d47db4633b 100644 --- a/share/man/man4/ehci.4 +++ b/share/man/man4/ehci.4 @@ -36,7 +36,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 5, 2001 +.Dd March 20, 2005 .Dt EHCI 4 .Os .Sh NAME @@ -88,7 +88,4 @@ device driver first appeared in .Sh BUGS The driver is not finished and is quite buggy. .Pp -Currently there is no support for hubs that are connected with high speed upstream -and low or full speed downstream (i.e., for transaction translators). -.Pp -There is also no support for interrupt or isochronous transfers.
\ No newline at end of file +There is currently no support for isochronous transfers. |