summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/be.4 4.html
blob: c16250ee5b620381fe98e0c5915f4af4caf53adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<table class="head">
  <tr>
    <td class="head-ltitle">BE(4)</td>
    <td class="head-vol">Device Drivers Manual</td>
    <td class="head-rtitle">BE(4)</td>
  </tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">be</code> &#x2014; <span class="Nd">SPARC Fast
    Ethernet interface</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">qec* at sbus? slot ? offset ?</code>
  <br/>
  <code class="Cd">be* at qec?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">be</code> interface provides access to the
    10Mb/s and 100Mb/s (half duplex only) Ethernet networks. The
    <code class="Nm">be</code> is found on the Sun 10/100 Mbit Ethernet boards
    (Sun part number SUNW,501-2450).</p>
<p class="Pp">Each of the host's network addresses is specified at boot time
    with an <code class="Dv">SIOCSIFADDR</code> <a class="Xr">ioctl(2)</a>. The
    <code class="Nm">be</code> interface employs the address resolution protocol
    described in <a class="Xr">arp(4)</a> to dynamically map between Internet
    and Ethernet addresses on the local network.</p>
<p class="Pp">The <code class="Nm">be</code> is not capable of link
    autonegotiation, so a media type must be specified with
    <a class="Xr">ifconfig(8)</a>. The supported media types are:</p>
<div class="Bd-indent">
<dl class="Bl-tag">
  <dt>media 100baseTX</dt>
  <dd>Use 100Mbps, half duplex</dd>
  <dt>media 10baseT</dt>
  <dd>Use 10Mbps, half duplex</dd>
</dl>
</div>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
  ALSO</a></h1>
<p class="Pp"><a class="Xr">arp(4)</a>, <a class="Xr">ifmedia(4)</a>,
    <a class="Xr">inet(4)</a>, <a class="Xr">intro(4)</a>,
    <a class="Xr">netintro(4)</a>, <a class="Xr">sbus(4)</a>,
    <a class="Xr">ifconfig(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">Support for the <code class="Nm">be</code> first appeared in
    <span class="Ux">NetBSD 1.4</span>.</p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">March 31, 2004</td>
    <td class="foot-os">NetBSD 10.1</td>
  </tr>
</table>