blob: c165f2c96b436c618b9f0f8a1d91623bffef8ef8 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">KSE(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">KSE(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">kse</code> — <span class="Nd">Micrel
8842/8841 PCI Ethernet controller driver</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">kse* at pci? dev ? function ?</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">kse</code> driver supports Ethernet
interfaces based on the Micrel 8842/8841 PCI Ethernet chips. The 8842 has 2
Ethernet ports which behave as a managed switch to bridge each other. It
works like a T-shape connector of Ethernet data flow in which an Ethernet
controller sits at the leg of the T. Frames can flow between the two ports
while traffic destined for the 8842 reaches the EMAC. The 8841 is a plain
10/100 Ethernet. The <code class="Nm">kse</code> driver distinguishes and
handles them according to the HW model.</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">netintro(4)</a>, <a class="Xr">pci(4)</a>,
<a class="Xr">ifconfig(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp">The <code class="Nm">kse</code> driver was written by
<span class="An">Tohru Nishimura</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">__STRICT_ALIGNMENT case is not written. 8842 media selection keeps
“auto” and indicates “up 100baseTX-FX flow” when
either of two ports is found link-up. There is no functional provision to
see and control the media selection of them this moment. Advanced features
like flow volume bound, VLAN tag insertion/removal, QoS DiffServ are not
implemented and remain uncontrollable by the <code class="Nm">kse</code>
driver. UDP4CSUM is not very useful since the HW has an implementation error
for the case when a large UDP datagram is fragmented into MTU sized
frames.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">July 6, 2006</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|