1999-02-21 16:56:33 +00:00
|
|
|
.\" Copyright (c) 1999
|
2000-05-02 11:58:47 +00:00
|
|
|
.\" Nick Hibma <n_hibma@freebsd.org>. All rights reserved.
|
1999-02-21 16:56:33 +00:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by Bill Paul.
|
|
|
|
.\" 4. Neither the name of the author nor the names of any co-contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|
|
|
.\" THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1999-02-21 16:56:33 +00:00
|
|
|
.\"
|
|
|
|
.Dd February 21, 1999
|
1999-11-15 23:14:32 +00:00
|
|
|
.Dt OHCI 4
|
1999-02-21 16:56:33 +00:00
|
|
|
.Os FreeBSD
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ohci
|
1999-11-15 23:14:32 +00:00
|
|
|
.Nd OHCI USB Host Controller Driver
|
1999-02-21 16:56:33 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-01-23 15:04:20 +00:00
|
|
|
.Cd "device ohci"
|
1999-02-21 16:56:33 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2000-03-01 14:50:24 +00:00
|
|
|
driver provides support for OHCI-type PCI based USB controllers.
|
|
|
|
This
|
1999-02-21 16:56:33 +00:00
|
|
|
includes
|
|
|
|
.Bl -tag -width xxxxx
|
|
|
|
.It AcerLabs M5237 (Aladdin-V)
|
2000-01-22 16:13:26 +00:00
|
|
|
.It AMD-756
|
1999-02-21 16:56:33 +00:00
|
|
|
.It OPTi 82C861 (FireLink)
|
|
|
|
.It NEC uPD 9210
|
|
|
|
.It CMD Tech 670 (USB0670)
|
|
|
|
.It CMD Tech 673 (USB0673)
|
|
|
|
.El
|
|
|
|
|
|
|
|
or any other OHCI v1.0 compliant controller.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr uhci 4
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver first appeared in
|
|
|
|
.Fx 3.0 .
|
1999-08-15 10:48:36 +00:00
|
|
|
.Sh AUTHORS
|
1999-02-21 16:56:33 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
1999-08-15 10:48:36 +00:00
|
|
|
.An Lennart Augustsson Aq augustss@carlstedt.se
|
|
|
|
for the
|
1999-02-21 16:56:33 +00:00
|
|
|
.Nx
|
|
|
|
project.
|