From 189dcd7f0fa42563f51c7cce28ec626f0929d2ea Mon Sep 17 00:00:00 2001 From: Ian Dowse Date: Sun, 20 Mar 2005 17:13:43 +0000 Subject: [PATCH] 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. --- share/man/man4/ehci.4 | 7 ++----- 1 file 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.