diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2005-05-26 18:57:39 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2005-05-26 18:57:39 +0000 |
commit | b156f746ee548bae67cc2d06cb4963a3bb397c46 (patch) | |
tree | 85836795775526158f09b1a1ac8e81fb7a2e09b4 /share/man | |
parent | 7cf6eda334dffaf69df401d31534e44640127f22 (diff) |
add a cardbus attachment for uhci. This code is based on the ohci_cardbus.c
and uhci_pci.c files. ok dlg@
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 , |