1.\" Copyright (c) 1999 2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 3. Neither the name of the author nor the names of any co-contributors 13.\" may be used to endorse or promote products derived from this software 14.\" without specific prior written permission. 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY NICK HIBMA AND CONTRIBUTORS ``AS IS'' AND 17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19.\" ARE DISCLAIMED. IN NO EVENT SHALL NICK HIBMA OR THE VOICES IN HIS HEAD 20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 26.\" THE POSSIBILITY OF SUCH DAMAGE. 27.\" 28.\" $FreeBSD$ 29.\" 30.Dd June 23, 2005 31.Dt OHCI 4 32.Os 33.Sh NAME 34.Nm ohci 35.Nd OHCI USB Host Controller driver 36.Sh SYNOPSIS 37.Cd "device ohci" 38.Sh DESCRIPTION 39The 40.Nm 41driver provides support for OHCI-type PCI based USB controllers. 42.Sh HARDWARE 43The 44.Nm 45driver supports all OHCI v1.0 compliant controllers including: 46.Pp 47.Bl -bullet -compact 48.It 49AcerLabs M5237 (Aladdin-V) 50.It 51AMD-756 52.It 53OPTi 82C861 (FireLink) 54.It 55NEC uPD 9210 56.It 57CMD Tech 670 (USB0670) 58.It 59CMD Tech 673 (USB0673) 60.It 61NVIDIA nForce3 62.It 63Sun PCIO-2 (RIO USB) 64.El 65.Sh SEE ALSO 66.Xr ehci 4 , 67.Xr uhci 4 68.Sh HISTORY 69The 70.Nm 71device driver first appeared in 72.Fx 3.0 . 73.Sh AUTHORS 74The 75.Nm 76driver was written by 77.An Lennart Augustsson Aq augustss@carlstedt.se 78for the 79.Nx 80project. 81