From 62cf3de8865f9f5e74dd9fa0f8a2318e5370b10c Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 5 Sep 2004 22:44:26 +0000 Subject: [PATCH] Add a HARDWARE section which lists supported devices. MFC after: 3 days --- share/man/man4/uhci.4 | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/share/man/man4/uhci.4 b/share/man/man4/uhci.4 index d1b2e36f8305..a2369a4df846 100644 --- a/share/man/man4/uhci.4 +++ b/share/man/man4/uhci.4 @@ -39,15 +39,19 @@ The .Nm driver provides support for UHCI-type PCI based USB controllers. -This -includes -.Bl -tag -width xxxxx -.It Intel 82371AB/EB (PIIX4) -.It Intel 82371SB (PIIX3) -.It VIA 83C572 -.El +.Sh HARDWARE +The +.Nm +driver supports all UHCI v1.1 compliant controllers including: .Pp -or any other UHCI v1.1 compliant controller. +.Bl -bullet -compact +.It +Intel 82371AB/EB (PIIX4) +.It +Intel 82371SB (PIIX3) +.It +VIA 83C572 +.El .Sh SEE ALSO .Xr ohci 4 .Sh HISTORY