diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-13 05:05:03 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-13 05:05:03 +0000 |
commit | 0072fad44a5a7a199870c977add89eed7462014d (patch) | |
tree | 4053c7e662d47c2c2887f36a259781bd5a85e8a7 /share/man | |
parent | 76a726665e8312f254db48ea2052005f2bd5ec84 (diff) |
both ehci and ohci support attachment to cardbus.
ehci has less bugs now thanks to pascoe
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ehci.4 | 6 | ||||
-rw-r--r-- | share/man/man4/ohci.4 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4 index d6e180faeda..eab198f41ae 100644 --- a/share/man/man4/ehci.4 +++ b/share/man/man4/ehci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ehci.4,v 1.4 2004/10/27 11:27:41 dlg Exp $ +.\" $OpenBSD: ehci.4,v 1.5 2005/03/13 05:05:02 dlg Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -41,6 +41,7 @@ .Nm ehci .Nd USB Enhanced Host Controller driver .Sh SYNOPSIS +.Cd "ehci* at cardbus?" .Cd "ehci* at pci?" .Cd "usb* at ehci?" .Sh DESCRIPTION @@ -71,7 +72,4 @@ connector appear to connect to different USB busses. .Sh BUGS The driver is not finished and is quite buggy. .Pp -There is no support (yet) for hubs that are connected with high speed upstream -and low or full speed downstream (i.e., for transaction translators). -.Pp There is no support (yet) for isochronous transfers. diff --git a/share/man/man4/ohci.4 b/share/man/man4/ohci.4 index 101afb71571..56ddd7a2481 100644 --- a/share/man/man4/ohci.4 +++ b/share/man/man4/ohci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohci.4,v 1.7 2005/01/04 16:39:08 miod Exp $ +.\" $OpenBSD: ohci.4,v 1.8 2005/03/13 05:05:02 dlg Exp $ .\" $NetBSD: ohci.4,v 1.5 1999/11/23 01:47:34 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -42,6 +42,7 @@ .Nm ohci .Nd USB Open Host Controller driver .Sh SYNOPSIS +.Cd "ohci* at cardbus?" .Cd "ohci* at pci?" .Cd "ohci* at pxaip? " Pq zaurus .Cd "usb* at ohci?" @@ -50,6 +51,7 @@ The .Nm driver provides support for USB Open Host Controller Interface. .Sh SEE ALSO +.Xr cardbus 4 , .Xr ehci 4 , .Xr intro 4 , .Xr pci 4 , |