New sentence, new line; suggested by jmc@openbsd.

This commit is contained in:
wiz 2004-05-23 20:19:47 +00:00
parent 0b36703edc
commit 07d103c820
1 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ehci.4,v 1.8 2001/11/21 17:22:56 augustss Exp $
.\" $NetBSD: ehci.4,v 1.9 2004/05/23 20:19:47 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -51,15 +51,18 @@ 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,
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.
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
.Xr cardbus 4 ,
.Xr ohci 4 ,
@ -69,8 +72,7 @@ connector appear to connect to different USB busses.
.Sh HISTORY
The
.Nm
driver
appeared in
driver appeared in
.Nx 1.6 .
.Sh BUGS
The driver is not finished and is quite buggy.