ohci.4 (e86c09ff0924f8d73a2a629c4f1ffe03df5a608d) ohci.4 (1adcf10c7fe23f71e074510a947592db726e1780)
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.

--- 13 unchanged lines hidden (view full) ---

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.\"
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.

--- 13 unchanged lines hidden (view full) ---

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 August 8, 2004
30.Dd September 6, 2004
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
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
43Controllers supported by the
43The
44.Nm
44.Nm
45driver include:
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
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
63All other OHCI v1.0 compliant controllers.
64.El
65.Pp
66.Sh SEE ALSO
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.
62.El
63.Pp
64.Sh SEE ALSO
65.Xr uhci 4
66.Sh HISTORY
67The
68.Nm
69device driver first appeared in
70.Fx 3.0 .
71.Sh AUTHORS
72The
73.Nm
74driver was written by
75.An Lennart Augustsson Aq augustss@carlstedt.se
76for the
77.Nx
78project.