summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-07-31 11:12:38 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-07-31 11:12:38 +0000
commit8a347e10977c78e031f83140115872e7d57699c1 (patch)
tree971c868ea39ad8914c52f1f81d6cc515663ef0a1 /share/man
parenta16dbc750c4b285cb2735adb48fe6a70eda9e335 (diff)
puc@cardbus
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/cardbus.424
-rw-r--r--share/man/man4/puc.48
2 files changed, 27 insertions, 5 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4
index 466a8fea492..36187b7b330 100644
--- a/share/man/man4/cardbus.4
+++ b/share/man/man4/cardbus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cardbus.4,v 1.36 2006/06/29 16:47:14 deraadt Exp $
+.\" $OpenBSD: cardbus.4,v 1.37 2006/07/31 11:12:37 mickey Exp $
.\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@ Realtek RTL8180L IEEE 802.11b wireless network adapters.
.It Xr xl 4
3Com 3c575 and 3c656-based Ethernet interfaces.
.El
-.Ss Miscellaneous devices
+.Ss Serial interfaces
.Bl -tag -width 12n -offset ind -compact
.It Xr com 4 , Xr pccom 4
NS8250, NS16450, NS16550, ST16550, and TI16750 serial driver.
@@ -82,6 +82,17 @@ The
.Xr pccom 4
driver is used on the i386; all the rest use
.Xr com 4 .
+.It Xr puc 4
+PCI
+.Dq universal
+communications cards, containing
+.Xr com 4
+and
+.Xr lpt 4
+communications ports.
+.El
+.Ss Miscellaneous devices
+.Bl -tag -width 12n -offset ind -compact
.It Xr ehci 4
USB EHCI host controller.
.It Xr ohci 4
@@ -92,7 +103,14 @@ USB UHCI host controller.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pcibios 4 ,
-.Xr pcmcia 4
+.Xr pcmcia 4 ,
+.Xr puc 4 ,
+.Xr ral 4 ,
+.Xr re 4 ,
+.Xr rl 4 ,
+.Xr rtw 4 ,
+.Xr uhci 4 ,
+.Xr xl 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4
index 24c76a795e3..066b43fc298 100644
--- a/share/man/man4/puc.4
+++ b/share/man/man4/puc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: puc.4,v 1.30 2006/01/19 16:45:42 martin Exp $
+.\" $OpenBSD: puc.4,v 1.31 2006/07/31 11:12:37 mickey Exp $
.\" $NetBSD: puc.4,v 1.7 1999/07/03 05:55:23 cgd Exp $
.\"
.\" Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
@@ -39,10 +39,11 @@
communications card driver
.Sh SYNOPSIS
.Cd "puc* at pci?"
+.Cd "puc* at cardbus?"
+.Cd "lpt* at puc?"
.Cd "com* at puc?"
or
.Cd "pccom* at puc?"
-.Cd "lpt* at puc?"
.Sh DESCRIPTION
The
.Nm
@@ -140,6 +141,7 @@ hardware documentation, and the port numbers used by the driver
are the same as (or one off from, e.g., the manual uses ports
numbered starting from 1) those described in the documentation.
.Sh SEE ALSO
+.Xr cardbus 4 ,
.Xr com 4 ,
.Xr intro 4 ,
.Xr lpt 4 ,
@@ -152,6 +154,8 @@ driver first appeared in
.Ox
support was added in
.Ox 2.7 .
+Cardbus suport was added in
+.Ox 4.0 .
.Sh AUTHORS
The
.Nm