summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-10-30 12:32:45 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-10-30 12:32:45 +0000
commit05355484b51c09a4ab6148f5bce0973a7d232424 (patch)
tree339ca9ec2c01d297cd1f171f180739f34d21960b
parent2b6a9c393c35ffd5d4ac03c18239947a34e4568b (diff)
Add man pages for et and etphy.
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man4/et.472
-rw-r--r--share/man/man4/etphy.451
-rw-r--r--share/man/man4/mii.46
-rw-r--r--share/man/man4/pci.46
5 files changed, 134 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c869e58c282..da0967ee20f 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.433 2007/10/28 22:12:23 ratchov Exp $
+# $OpenBSD: Makefile,v 1.434 2007/10/30 12:32:44 jsg Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -16,7 +16,8 @@ MAN= aac.4 ac97.4 acphy.4 \
ch.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 cnw.4 \
com.4 crypto.4 cue.4 cy.4 cz.4 dc.4 dcphy.4 ddb.4 de.4 dpt.4 \
drum.4 eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 \
- emu.4 enc.4 envy.4 ep.4 epic.4 esa.4 eso.4 ess.4 ex.4 exphy.4 \
+ emu.4 enc.4 envy.4 ep.4 epic.4 esa.4 \
+ eso.4 ess.4 et.4 etphy.4 ex.4 exphy.4 \
faith.4 fd.4 fdc.4 fintek.4 fms.4 fpa.4 fxp.4 gdt.4 \
gentbi.4 gem.4 gif.4 \
glenv.4 gpio.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \
diff --git a/share/man/man4/et.4 b/share/man/man4/et.4
new file mode 100644
index 00000000000..cada6fb1504
--- /dev/null
+++ b/share/man/man4/et.4
@@ -0,0 +1,72 @@
+.\" $OpenBSD: et.4,v 1.1 2007/10/30 12:32:44 jsg Exp $
+.\"
+.\" Copyright (c) 2007 Jonathan Gray <jsg@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: October 30 2007 $
+.Dt ET 4
+.Os
+.Sh NAME
+.Nm et
+.Nd Agere/LSI ET1310 10/100/Gigabit Ethernet device
+.Sh SYNOPSIS
+.Cd "et* at pci?"
+.Cd "etphy* at mii?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports PCI Express Ethernet adapters based on the Agere/LSI
+ET1310 integrated MAC/PHY.
+.Pp
+The following
+.Ar media
+types are supported:
+.Pp
+.Bl -tag -width autoselect -compact
+.It Cm autoselect
+Enable autoselection of the media type and options.
+.It Cm 10baseT
+Set 10Mbps operation.
+.It Cm 100baseTX
+Set 100Mbps (Fast Ethernet) operation.
+.It Cm 1000baseT
+Set 1000Mbps (Gigabit Ethernet) operation (some models only).
+.E
+.Sh SEE ALSO
+.Xr arp 4
+.Xr etphy 4
+.Xr ifmedia 4
+.Xr intro 4
+.Xr netintro 4
+.Xr pci 4
+.Xr hostname.if 5
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 4.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Sepherosa Ziehau
+for
+DragonFlyBSD
+and ported to
+.Ox
+by
+.An Jonathan Gray
+.Aq jsg@openbsd.org .
diff --git a/share/man/man4/etphy.4 b/share/man/man4/etphy.4
new file mode 100644
index 00000000000..7de9d095088
--- /dev/null
+++ b/share/man/man4/etphy.4
@@ -0,0 +1,51 @@
+.\" $OpenBSD: etphy.4,v 1.1 2007/10/30 12:32:44 jsg Exp $
+.\"
+.\" Copyright (c) 2007 Jonathan Gray <jsg@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: October 30 2007 $
+.Dt ETPHY 4
+.Os
+.Sh NAME
+.Nm etphy
+.Nd Agere/LSI ET1011 TruePHY Gigabit Ethernet PHY
+.Sh SYNOPSIS
+.Cd "etphy* at mii?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the Agere/LSI ET1011 TruePHY 10/100/1000 Ethernet PHYs
+including the integrated TruePHY in ET1310 based adapters.
+.Sh SEE ALSO
+.Xr ifmedia 4
+.Xr intro 4
+.Xr mii 4
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 4.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Sepherosa Ziehau
+for DragonFlyBSD
+and ported to
+.Ox
+by
+.An Jonathan Gray
+.Aq jsg@openbsd.org .
diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4
index 3b2685168bb..5f4b8165145 100644
--- a/share/man/man4/mii.4
+++ b/share/man/man4/mii.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mii.4,v 1.24 2007/05/31 19:19:51 jmc Exp $
+.\" $OpenBSD: mii.4,v 1.25 2007/10/30 12:32:44 jsg Exp $
.\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: October 30 2007 $
.Dt MII 4
.Os
.Sh NAME
@@ -50,6 +50,7 @@
.Cd "ciphy* at mii?"
.Cd "dcphy* at mii?"
.Cd "eephy* at mii?"
+.Cd "etphy* at mii?"
.Cd "exphy* at mii?"
.Cd "gentbi* at mii?"
.Cd "icsphy* at mii?"
@@ -111,6 +112,7 @@ program.
.Xr ciphy 4 ,
.Xr dcphy 4 ,
.Xr eephy 4 ,
+.Xr etphy 4 ,
.Xr exphy 4 ,
.Xr gentbi 4 ,
.Xr icsphy 4 ,
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index be473e16bac..82cc744816b 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.236 2007/10/29 11:38:27 ratchov Exp $
+.\" $OpenBSD: pci.4,v 1.237 2007/10/30 12:32:44 jsg Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 29 2007 $
+.Dd $Mdocdate: October 30 2007 $
.Dt PCI 4
.Os
.Sh NAME
@@ -182,6 +182,8 @@ Intel PRO/1000 10/100/Gigabit Ethernet device
3Com EtherLink III and Fast EtherLink III 10/100 Ethernet device
.It Xr epic 4
SMC 83C170 (EPIC/100) 10/100 Ethernet device
+.It Xr et 4
+Agere/LSI ET1310 10/100/Gigabit Ethernet device
.It Xr fpa 4
.Tn DEC
DEFPA