summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2009-07-03 04:55:41 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2009-07-03 04:55:41 +0000
commit446eeff127b214b97fc34c3bb7aec65669228631 (patch)
tree8931cb7d617db5a6aed8f9b37c4298475005e808
parent7fe1646c6b076ad7d055b4ffe99eadf477a66378 (diff)
document support for the bcm5709 and bcm5716, and the new firmware files
the driver uses. add some more dell boxes i know of that use bnx. "go for it" deraadt@
-rw-r--r--share/man/man4/bnx.436
1 files changed, 29 insertions, 7 deletions
diff --git a/share/man/man4/bnx.4 b/share/man/man4/bnx.4
index 1ee2fb51c2a..143c27affcd 100644
--- a/share/man/man4/bnx.4
+++ b/share/man/man4/bnx.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bnx.4,v 1.24 2008/10/28 06:27:28 brad Exp $
+.\" $OpenBSD: bnx.4,v 1.25 2009/07/03 04:55:40 dlg Exp $
.\"
.\"Copyright (c) 2006 Broadcom Corporation
.\" David Christensen <davidch@broadcom.com>. All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/bce.4,v 1.2 2006/04/10 20:12:17 brueffer Exp $
.\"
-.Dd $Mdocdate: October 28 2008 $
+.Dd $Mdocdate: July 3 2009 $
.Dt BNX 4
.Os
.Sh NAME
@@ -42,18 +42,36 @@
.Sh DESCRIPTION
The
.Nm
-driver supports Broadcom's NetXtreme II product family, such as the
-BCM5706 PCI-X and BCM5708 PCI Express Ethernet controllers, which
-includes the following:
+driver supports Broadcom's NetXtreme II product family which is made up of
+the BCM5706, BCM5708, BCM5709, and BCM5716 Ethernet controller chips.
+Products using these controller chips include:
.Pp
.Bl -bullet -compact
.It
Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
.It
+Dell PowerEdge 2900 integrated BCM5708 NIC (10/100/1000baseT)
+.It
Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
.It
Dell PowerEdge 2970 integrated BCM5708 NIC (10/100/1000baseT)
.It
+Dell PowerEdge R410 integrated BCM5716 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge R610 integrated BCM5709 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge R710 integrated BCM5709 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge R805 integrated BCM5708 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge R900 integrated BCM5708 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge R905 integrated BCM5708 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge T410 integrated BCM5716 NIC (10/100/1000baseT)
+.It
+Dell PowerEdge T610 integrated BCM5709 NIC (10/100/1000baseT)
+.It
HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
.It
HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
@@ -150,11 +168,15 @@ Force half duplex operation.
For more information on configuring this device, see
.Xr ifconfig 8 .
.Sh FILES
-The adapter needs a firmware file, which is loaded on demand by the
+The adapter needs firmware files to run, which are loaded on demand by the
driver when the device is attached:
.Pp
.Bl -tag -width Ds -offset indent -compact
-.It Pa /etc/firmware/bnx
+.It Pa /etc/firmware/bnx-b06
+.It Pa /etc/firmware/bnx-b09
+.It Pa /etc/firmware/bnx-rv2p
+.It Pa /etc/firmware/bnx-xi-rv2p
+.It Pa /etc/firmware/bnx-xi90-rv2p
.El
.Sh SEE ALSO
.Xr arp 4 ,