<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/re, branch release/5.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-10-12T21:51:20Z</updated>
<entry>
<title>MFC:</title>
<updated>2004-10-12T21:51:20Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2004-10-12T21:51:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=df9cff8adf7efcfd27fe52a324cb3f3fbeaf140d'/>
<id>urn:sha1:df9cff8adf7efcfd27fe52a324cb3f3fbeaf140d</id>
<content type='text'>
if_re.c v1.35, if_rlreg.h v1.48:
&gt;  fix jumbo frames as much as they can be fixed for re.  We now cap the MTU
&gt;  to 7422 since it appears that the 8169S can't transmit anything larger..
&gt;  The 8169S can receive full jumbo frames, but we don't have an mru to let
&gt;  the upper layers know this...
&gt;
&gt;  add fixup so that this driver should work on alignment constrained
&gt;  platforms
&gt;  (!i386 &amp;&amp; !amd64)

re.4 v1.9 &amp; v1.10:
&gt;  document the limit on jumbo frame size..                                     and bump document date

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: if_rlreg.h: v1.46</title>
<updated>2004-10-01T02:33:58Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2004-10-01T02:33:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5a538c424e4c1e18000135a0ed41ff5e05bab556'/>
<id>urn:sha1:5a538c424e4c1e18000135a0ed41ff5e05bab556</id>
<content type='text'>
&gt;  comment requirement that rx/tx descriptor counts must be equal due to
&gt;  shared code...
&gt;  define rx descriptor count in terms of tx
&gt;  align defines

v1.47:
&gt;  fix misspelling of TX...

MFC: if_re.c: v1.32
&gt;  pass in pointer to m_head to re_encap because m_defrag could free the
&gt;  original mbuf causing a free'd mbuf passed to bpf later and panic'ing the
&gt;  system..  This should only effect jumbo frames.

v1.33:
&gt;  spell RX correctly
&gt;  don't call re_rxeof a second time when we've already done the work
&gt;  pull common code out from if and else clauses

v1.34:
&gt;  trim trailing white space..
&gt;  call the re mutex by it's name..

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Add missing semicolons.</title>
<updated>2004-09-14T05:47:14Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-09-14T05:47:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c4c887c5f86508bc60505ccb9e0c6f7b7bfd28e'/>
<id>urn:sha1:4c4c887c5f86508bc60505ccb9e0c6f7b7bfd28e</id>
<content type='text'>
Approved by: re (implicit)
</content>
</entry>
<entry>
<title>MFC: v1.30</title>
<updated>2004-09-14T03:30:47Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2004-09-14T03:30:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e87d45ff1e9a482db4b768b9c00f108135d8a6d5'/>
<id>urn:sha1:e87d45ff1e9a482db4b768b9c00f108135d8a6d5</id>
<content type='text'>
&gt;   merge in if_rl locking because if_re was originally based upon if_rl.
&gt;   This essentially merges revs 1.143-1.1445 of sys/pci/if_rl.c.
&gt;   This now marks the interrupt MPSAFE along with making the mutex
&gt;   non-recursive.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC if_re.c 1.29, if_rlreg.h 1.45, re.4 1.7:</title>
<updated>2004-09-04T22:32:32Z</updated>
<author>
<name>MIHIRA Sanpei Yoshiro</name>
<email>sanpei@FreeBSD.org</email>
</author>
<published>2004-09-04T22:32:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6006529f5f9c0f4db5b74f9c70fc502fa66dc4fc'/>
<id>urn:sha1:6006529f5f9c0f4db5b74f9c70fc502fa66dc4fc</id>
<content type='text'>
Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)

Approved by:	re (scott)
</content>
</entry>
<entry>
<title>Eliminate unneeded return keywords.</title>
<updated>2004-07-06T02:48:29Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-07-06T02:48:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a11e2f18d9075e23daeaf472381ef67fa2c90ff1'/>
<id>urn:sha1:a11e2f18d9075e23daeaf472381ef67fa2c90ff1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace pass</title>
<updated>2004-07-06T02:46:53Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-07-06T02:46:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59b5d9348290ef878e84366a3ff57b0f87e2d9b3'/>
<id>urn:sha1:59b5d9348290ef878e84366a3ff57b0f87e2d9b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove code to slam the config space on transition to d0.</title>
<updated>2004-06-28T20:09:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-06-28T20:09:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=922a60559a2d69203470ffdfe7ae0a5bb91ab47f'/>
<id>urn:sha1:922a60559a2d69203470ffdfe7ae0a5bb91ab47f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace handrolled CRC calculation with ether_crc32_[lb]e().</title>
<updated>2004-06-09T14:34:04Z</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2004-06-09T14:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e939c0ceab8e6f6421a2ccc1501f6d3fabd118f'/>
<id>urn:sha1:0e939c0ceab8e6f6421a2ccc1501f6d3fabd118f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing &lt;sys/module.h&gt; includes</title>
<updated>2004-05-30T20:08:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-05-30T20:08:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe12f24bb098d8d2a6c35394a53a65b3e64f83d9'/>
<id>urn:sha1:fe12f24bb098d8d2a6c35394a53a65b3e64f83d9</id>
<content type='text'>
</content>
</entry>
</feed>
