blob: d9612f626a1fb67578990fc4529f54dd4d08a88e (
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
63
64
65
66
|
<table class="head">
<tr>
<td class="head-ltitle">NETDOCK(4)</td>
<td class="head-vol">Device Drivers Manual (mac68k)</td>
<td class="head-rtitle">NETDOCK(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">netdock</code> — <span class="Nd">Ethernet
driver for Asante NetDock and Newer Ether MicroDock</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">netdock* at nubus?</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">netdock</code> interface provides access to a
10 Mb/s Ethernet network via the Asante NetDock and Newer Ether MicroDock,
for PowerBook Duo series.</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">netdock</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="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
<p class="Pp">The <code class="Nm">netdock</code> interface is currently known
to support the following interfaces for PowerBook Duo series:</p>
<div class="Bd Pp Bd-indent">
<ul class="Bl-item Bl-compact">
<li>Asante NetDock</li>
<li>Newer Ether MicroDock</li>
</ul>
</div>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<dl class="Bl-diag Bl-compact">
<dt>netdock%d at nubus%d: address %s, type %s %dKB memory.</dt>
<dd>This is a normal autoconfiguration message noting the 6 byte physical
Ethernet address of the adapter, its manufacturer, and how much buffer
memory it has.</dd>
</dl>
</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">inet(4)</a>,
<a class="Xr">netintro(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">The <code class="Nm">netdock</code> interface first appeared in
<span class="Ux">NetBSD 2.0</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">June 19, 2002</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|