blob: 5ff505b014f3429c3f43253817837c056106883f (
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
|
<table class="head">
<tr>
<td class="head-ltitle">MTD(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">MTD(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">mtd</code> — <span class="Nd">Driver for
Myson Technologies MTD803 3-in-1 Fast Ethernet board</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">mtd* at pci?</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">mtd</code> device driver supports the MTD803
PCI Ethernet chip.</p>
<p class="Pp">Supported models include:</p>
<ul class="Bl-bullet Bl-compact">
<li>Safeway Lancard SW-10/100 PCI (model 117204). Please note that some cards
sold under this name are supported by <a class="Xr">rtk(4)</a>
instead.</li>
</ul>
</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">intro(4)</a>, <a class="Xr">mii(4)</a>,
<a class="Xr">pci(4)</a>, <a class="Xr">rtk(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">mtd</code> driver appeared in
<span class="Ux">NetBSD 2.0</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp"><span class="An">Peter Bex</span>
<<a class="Mt" href="mailto:Peter.Bex@student.kun.nl">Peter.Bex@student.kun.nl</a>></p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">This driver has not been tested on any architecture besides i386.
It does not handle DMA cache flushes at all, so it will very likely not work
on other architectures that require this.</p>
<p class="Pp">Power management is missing.</p>
<p class="Pp">A CardBus variant is rumored to exist, but support for it has not
been added to the driver yet.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">November 8, 2002</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|