diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/cardbus.4 | 5 | ||||
-rw-r--r-- | share/man/man4/uhci.4 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index f7c1214aa4f..a14a326c837 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.31 2005/03/18 02:23:38 jsg Exp $ +.\" $OpenBSD: cardbus.4,v 1.32 2005/05/26 18:57:38 nate Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -86,6 +86,8 @@ driver is used on the i386; all the rest use USB EHCI host controller. .It Xr ohci 4 USB OHCI host controller. +.It Xr uhci 4 +USB UHCI host controller. .El .Sh SEE ALSO .Xr ath 4 , @@ -104,6 +106,7 @@ USB OHCI host controller. .Xr re 4 , .Xr rl 4 , .Xr rtw 4 , +.Xr uhci 4 , .Xr xl 4 .Sh HISTORY The diff --git a/share/man/man4/uhci.4 b/share/man/man4/uhci.4 index bf49169acce..1b352096555 100644 --- a/share/man/man4/uhci.4 +++ b/share/man/man4/uhci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhci.4,v 1.8 2004/09/30 19:59:25 mickey Exp $ +.\" $OpenBSD: uhci.4,v 1.9 2005/05/26 18:57:38 nate Exp $ .\" $NetBSD: uhci.4,v 1.3 1999/09/12 18:47:12 kleink Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -42,6 +42,7 @@ .Nm uhci .Nd USB Universal Host Controller driver .Sh SYNOPSIS +.Cd "uhci* at cardbus?" .Cd "uhci* at pci?" .Cd "usb* at uhci?" .Sh DESCRIPTION @@ -49,6 +50,7 @@ The .Nm driver provides support for USB Universal Host Controller Interface. .Sh SEE ALSO +.Xr cardbus 4 , .Xr ehci 4 , .Xr intro 4 , .Xr ohci 4 , |