xref: /openbsd/share/man/man4/bge.4 (revision 09467b48)
1.\" $OpenBSD: bge.4,v 1.65 2015/01/27 01:38:53 brad Exp $
2.\" Copyright (c) 2001 Wind River Systems
3.\" Copyright (c) 1997, 1998, 1999, 2000, 2001
4.\"	Bill Paul <wpaul@windriver.com>. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"	This product includes software developed by Bill Paul.
17.\" 4. Neither the name of the author nor the names of any co-contributors
18.\"    may be used to endorse or promote products derived from this software
19.\"   without specific prior written permission.
20.\"
21.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31.\" THE POSSIBILITY OF SUCH DAMAGE.
32.\"
33.Dd $Mdocdate: January 27 2015 $
34.Dt BGE 4
35.Os
36.Sh NAME
37.Nm bge
38.Nd Broadcom BCM57xx/BCM590x 10/100/Gigabit Ethernet device
39.Sh SYNOPSIS
40.Cd "bge* at pci?"
41.Cd "brgphy* at mii?"
42.Cd "rgephy* at mii?"
43.Sh DESCRIPTION
44The
45.Nm
46driver provides support for various NICs based on the Broadcom BCM570x,
47571x, 572x, 575x, 576x, 578x, 5776x and 5778x Gigabit Ethernet controller
48chips and the 590x and 5779x Fast Ethernet controller chips,
49including the following:
50.Pp
51.Bl -bullet -compact
52.It
533Com 3c996-T (10/100/1000baseT)
54.It
553Com 3c996-SX (1000baseSX)
56.It
573Com 3c996B-T (10/100/1000baseT)
58.It
59Allied-Telesis AT-2972LX10/LC
60.It
61Fujitsu PW0G8GE1U (1000baseSX)
62.It
63Fujitsu PW0G8GE2U (10/100/1000baseT)
64.It
65Fujitsu PW008GE4 (1000baseSX)
66.It
67Fujitsu PW008GE5 (10/100/1000baseT)
68.It
69Fujitsu PW008QG1U (10/100/1000baseT)
70.It
71HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
72.It
73HP ProLiant NC320m PCI-E Gigabit NIC (10/100/1000baseT)
74.It
75HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
76.It
77HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
78.It
79HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
80.It
81HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
82.It
83HP ProLiant NC7760 embedded PCI Gigabit NIC (10/100/1000baseT)
84.It
85HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
86.It
87HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
88.It
89HP ProLiant NC7780 embedded PCI-X Gigabit NIC (10/100/1000baseT)
90.It
91HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseT)
92.It
93HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
94.It
95Netgear GA302T (10/100/1000baseT)
96.It
97SysKonnect SK-9D21 (10/100/1000baseT)
98.It
99SysKonnect SK-9D41 (1000baseSX)
100.El
101.Pp
102The
103.Nm
104driver supports IPv4 receive IP/TCP/UDP checksum offload and transmit IP/TCP
105checksum offload, VLAN tag insertion and stripping,
106as well as a 256-bit multicast hash filter.
107The BCM5717, BCM5718, BCM5723, BCM5754, BCM5755, BCM5761, BCM5764, BCM5784,
108BCM5785, BCM5787 and BCM577xx chips also support IPv6 receive TCP/UDP
109checksum offload.
110.Pp
111The BCM5700, BCM5701, BCM5703, BCM5704, BCM5714, BCM5717, BCM5719, BCM5720,
112BCM5762, BCM5780, BCM57765 and BCM57766
113chips are capable of supporting jumbo frames.
114.Pp
115The
116.Nm
117driver supports the following media types:
118.Bl -tag -width 1000baseSX
119.It Cm autoselect
120Enable autoselection of the media type and options.
121The user can manually override
122the autoselected mode by adding media options to the appropriate
123.Xr hostname.if 5
124file.
125.It Cm 10baseT
126Set 10Mbps operation.
127The
128.Xr ifconfig 8
129.Ic mediaopt
130option can also be used to select either
131.Cm full-duplex
132or
133.Cm half-duplex
134modes.
135.It Cm 100baseTX
136Set 100Mbps (Fast Ethernet) operation.
137The
138.Xr ifconfig 8
139.Ic mediaopt
140option can also be used to select either
141.Cm full-duplex
142or
143.Cm half-duplex
144modes.
145.It Cm 1000baseT
146Set 1000baseT operation over twisted pair.
147Both
148.Cm full-duplex
149and
150.Cm half-dupex
151modes are supported.
152.It Cm 1000baseSX
153Set 1000Mbps (Gigabit Ethernet) operation.
154Both
155.Cm full-duplex
156and
157.Cm half-duplex
158modes are supported.
159.El
160.Pp
161The
162.Nm
163driver supports the following media options:
164.Bl -tag -width full-duplex
165.It Cm full-duplex
166Force full duplex operation.
167.It Cm half-duplex
168Force half duplex operation.
169.El
170.Pp
171For more information on configuring this device, see
172.Xr ifconfig 8 .
173.Sh DIAGNOSTICS
174.Bl -diag
175.It "bge0: can't find mem space"
176A fatal initialization error has occurred.
177.It "bge0: couldn't map interrupt"
178A fatal initialization error has occurred.
179.It "bge0: watchdog timeout -- resetting"
180The device has stopped responding to the network, or there is a problem with
181the network connection (cable).
182.El
183.Sh SEE ALSO
184.Xr arp 4 ,
185.Xr brgphy 4 ,
186.Xr ifmedia 4 ,
187.Xr intro 4 ,
188.Xr netintro 4 ,
189.Xr pci 4 ,
190.Xr rgephy 4 ,
191.Xr hostname.if 5 ,
192.Xr ifconfig 8
193.Sh HISTORY
194The
195.Nm
196device driver first appeared in
197.Ox 3.0 .
198.Sh AUTHORS
199The
200.Nm
201driver was written by
202.An Bill Paul Aq Mt wpaul@windriver.com .
203