diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-23 17:18:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-23 17:18:06 +0000 |
commit | 8f94999a74602d076e35106a2af751e66d7337f8 (patch) | |
tree | 8c89014c62b5b03471f3f5c13e5fc63fab953ed4 /share/man/man4 | |
parent | 48deba67b09a218a6d676c77ff2d00920909c219 (diff) |
new sentence, new line;
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ehci.4 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/ehci.4 b/share/man/man4/ehci.4 index 85b11b5c43b..1ae6d489e53 100644 --- a/share/man/man4/ehci.4 +++ b/share/man/man4/ehci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ehci.4,v 1.1 2004/05/23 02:43:42 deraadt Exp $ +.\" $OpenBSD: ehci.4,v 1.2 2004/05/23 17:18:05 jmc Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -50,13 +50,16 @@ driver provides support for the USB Enhanced Host Controller Interface, which is used by USB 2.0 controllers. .Pp EHCI controllers are peculiar in that they can only handle the USB 2.0 -protocol. This means that they normally have one or more companion controllers +protocol. +This means that they normally have one or more companion controllers (i.e., .Xr ohci 4 or .Xr uhci 4 ) -handling USB 1.x devices. Consequently each USB connector is electrically -connected to two USB controllers. The handling of this is totally automatic, +handling USB 1.x devices. +Consequently each USB connector is electrically +connected to two USB controllers. +The handling of this is totally automatic, but can be noticed since USB 1.x and USB 2.0 devices plugged in to the same connector appear to connect to different USB busses. .Sh SEE ALSO |