bfe.4 (a25ecdff1f43ad562b65042d5e006262b4e60ac8) bfe.4 (b9f78d2b4a8b3f55b6e04cfcc94105dd896d6f5c)
1.\"
2.\" Copyright (c) 2003 Stuart Walsh
3.\"
4.\" 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:

--- 11 unchanged lines hidden (view full) ---

20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
1.\"
2.\" Copyright (c) 2003 Stuart Walsh
3.\"
4.\" 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:

--- 11 unchanged lines hidden (view full) ---

20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
28.Dd July 16, 2005
28.Dd September 4, 2003
29.Dt BFE 4
30.Os
31.Sh NAME
32.Nm bfe
29.Dt BFE 4
30.Os
31.Sh NAME
32.Nm bfe
33.Nd "Broadcom BCM4401 Ethernet Device Driver"
33.Nd Broadcom BCM4401 Ethernet Device Driver
34.Sh SYNOPSIS
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your
37kernel configuration file:
38.Bd -ragged -offset indent
39.Cd "device miibus"
40.Cd "device bfe"
35.Cd "device miibus"
36.Cd "device bfe"
41.Ed
42.Pp
43Alternatively, to load the driver as a
44module at boot time, place the following line in
45.Xr loader.conf 5 :
46.Bd -literal -offset indent
47if_bfe_load="YES"
48.Ed
49.Sh DESCRIPTION
50The
51.Nm
37.Sh DESCRIPTION
38The
39.Nm
52driver provides support for Broadcom BCM4401 based Fast Ethernet adapters.
40driver provides support for the Broadcom BCM4401 based Fast Ethernet adapters.
53.Pp
54The
55.Nm
56driver supports the following media types:
41.Pp
42The
43.Nm
44driver supports the following media types:
57.Bl -tag -width ".Cm 10baseT/UTP"
58.It Cm autoselect
59Enable autoselection of the media type and options.
60.It Cm 10baseT/UTP
61Set 10Mbps operation.
62.It Cm 100baseTX
63Set 100Mbps (Fast Ethernet) operation.
45.Pp
46.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
47.It autoselect
48Enable autoselection of the media type and options
49.It 10baseT/UTP
50Set 10Mbps operation
51.It 100baseTX
52Set 100Mbps (fast ethernet) operation
64.El
65.Pp
66The
67.Nm
68driver supports the following media options:
53.El
54.Pp
55The
56.Nm
57driver supports the following media options:
69.Bl -tag -width ".Cm full-duplex"
70.It Cm full-duplex
71Set full duplex operation.
58.Pp
59.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
60.It full-duplex
61Set full duplex operation
72.El
73.Pp
74For further information on configuring this device, see
75.Xr ifconfig 8 .
62.El
63.Pp
64For further information on configuring this device, see
65.Xr ifconfig 8 .
66.Pp
76.Sh DIAGNOSTICS
77.Bl -diag
78.It "bfe%d: couldn't map memory"
79A fatal initialization error has occurred.
80.It "bfe%d: couldn't map interrupt"
81A fatal initialization error has occurred.
82.It "bfe%d: failed to allocate DMA resources"
67.Sh DIAGNOSTICS
68.Bl -diag
69.It "bfe%d: couldn't map memory"
70A fatal initialization error has occurred.
71.It "bfe%d: couldn't map interrupt"
72A fatal initialization error has occurred.
73.It "bfe%d: failed to allocate DMA resources"
83There are not enough mbufs available for allocation.
74There are not enough mbuf's available for allocation.
84.It "bfe%d: watchdog timeout -- resetting"
85The device has stopped responding to the network, or there is a problem with
86the network connection (cable).
87.El
88.Sh SEE ALSO
75.It "bfe%d: watchdog timeout -- resetting"
76The device has stopped responding to the network, or there is a problem with
77the network connection (cable).
78.El
79.Sh SEE ALSO
89.Xr altq 4 ,
90.Xr arp 4 ,
91.Xr miibus 4 ,
92.Xr netintro 4 ,
93.Xr ng_ether 4 ,
94.Xr ifconfig 8
95.Sh HISTORY
96The
97.Nm

--- 12 unchanged lines hidden ---
80.Xr arp 4 ,
81.Xr miibus 4 ,
82.Xr netintro 4 ,
83.Xr ng_ether 4 ,
84.Xr ifconfig 8
85.Sh HISTORY
86The
87.Nm

--- 12 unchanged lines hidden ---