Deleted Added
sdiff udiff text old ( 56467 ) new ( 57676 )
full compact
1.\" Copyright (c) 1999
2.\" Nick Hibma <hibma@skylink.it>. All rights reserved.
3.\"
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

24.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30.\" THE POSSIBILITY OF SUCH DAMAGE.
31.\"
32.\" $FreeBSD: head/share/man/man4/uhci.4 56467 2000-01-23 16:13:26Z asmodai $
33.\"
34.Dd February 21, 1999
35.Dt UHCI 4
36.Os FreeBSD
37.Sh NAME
38.Nm uhci
39.Nd
40UHCI USB Host Controller Driver
41.Sh SYNOPSIS
42.Cd "device uhci"
43.Sh DESCRIPTION
44The
45.Nm
46driver provides support for UHCI-type PCI based USB controllers. This
47includes
48.Bl -tag -width xxxxx
49.It Intel 82371AB/EB (PIIX4)
50.It Intel 82371SB (PIIX3)
51.It VIA 83C572
52.El
53
54or any other UHCI v1.1 compliant controller.

--- 15 unchanged lines hidden ---