blob: b39872249b0aed932b1e9fb5df13e0e36d08dcd2 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">IE(4)</td>
<td class="head-vol">Device Drivers Manual (sparc)</td>
<td class="head-rtitle">IE(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">ie</code> — <span class="Nd">SPARC Intel
82586 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">ie0 at obio0 addr 0xf6000000 level 6 </code>
(sun4/200 on-board)
<br/>
<code class="Cd">ie0 at obio0 addr 0x06000000 level 6 </code> (sun4/100
on-board)
<br/>
<code class="Cd">ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75</code> (VME)
<br/>
<code class="Cd">ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76</code> (VME)
<br/>
<code class="Cd">ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77</code> (VME)
<br/>
<code class="Cd">ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c</code>
(VME)</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">ie</code> interface provides access to the 10
Mb/s Ethernet network via the Intel 82586 Ethernet chip set. The
<code class="Nm">ie</code> is found as an on-board interface on Sun 4/100
and 4/200 workstations. The <code class="Nm">ie</code> also exists as a VME
card.</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">ie</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>
</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">sparc/intro(4)</a>,
<a class="Xr">ifconfig(8)</a></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">February 17, 2017</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|