<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/bge, 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-09-29T14:31:49Z</updated>
<entry>
<title>MFC: Add support for the 5750/5751</title>
<updated>2004-09-29T14:31:49Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2004-09-29T14:31:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d03c7f123603b4db0c96049abb501669c0eabe92'/>
<id>urn:sha1:d03c7f123603b4db0c96049abb501669c0eabe92</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: rev 1.73 supress spurious link change events.</title>
<updated>2004-09-29T14:29:48Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2004-09-29T14:29:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c9205d5b1a0c68c645a6e26e6c944452ce0255d'/>
<id>urn:sha1:1c9205d5b1a0c68c645a6e26e6c944452ce0255d</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Bring the advertised interface capabilities into line with the reality</title>
<updated>2004-07-24T13:45:38Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-07-24T13:45:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b874fdd40d97ab49421e3b21d58aff36842854c7'/>
<id>urn:sha1:b874fdd40d97ab49421e3b21d58aff36842854c7</id>
<content type='text'>
(in particular, bge(4) hasn't supported rxcsum since if_bge.c#1.5)

Clean up some aspects of capabilities usage, i.e. stop using
if_hwassist to see whether we are doing offload now because if_hwassist
is for TCP/IP layer and it is subordinate to if_capenable.

Thanks to:	Aled Morris for donating a nice bge(4) NIC to me
Reviewed by:	-net, -hackers (silence)
</content>
</entry>
<entry>
<title>Add some special case code to fix a problem with the BCM5704 in TBI (fiber)</title>
<updated>2004-06-09T16:01:59Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>2004-06-09T16:01:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=da3003f09afb1618c0f2d9c0b72b5aca7ed87c4b'/>
<id>urn:sha1:da3003f09afb1618c0f2d9c0b72b5aca7ed87c4b</id>
<content type='text'>
mode. The 5704 apparently has some s00p3r s33kr1t registers for setting
the advertisement of pause frame ability (i.e flow control) when in
autoneg mode. If we don't set these registers correctly, we may not
be able to negotiate a proper link with some switches. (Symptom is that
the NIC reports the link as up (PCS synched) but no traffic can be
exchanged.)

PR:		kern/67598
</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>
<entry>
<title>Add support for BCM5705K</title>
<updated>2004-05-24T04:46:54Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2004-05-24T04:46:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c001ccf2a348339d54551375c00447404359b936'/>
<id>urn:sha1:c001ccf2a348339d54551375c00447404359b936</id>
<content type='text'>
Submitted by:	candy@kgc.co.jp
PR:		kern/67110
</content>
</entry>
<entry>
<title>We don't need to initialize if_output, ether_ifattach() does it</title>
<updated>2004-05-23T16:11:53Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2004-05-23T16:11:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=866a788cc2d433216235cd8ab56b2c052b0b2aa6'/>
<id>urn:sha1:866a788cc2d433216235cd8ab56b2c052b0b2aa6</id>
<content type='text'>
for us.
</content>
</entry>
<entry>
<title>Enable the memory arbiter before turning off the PXE restart.  This</title>
<updated>2004-04-06T18:28:15Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2004-04-06T18:28:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7b0c314807b7f67f7bb35745b008b1e187ee65c'/>
<id>urn:sha1:a7b0c314807b7f67f7bb35745b008b1e187ee65c</id>
<content type='text'>
prevents NMI's from happening when resetting the chip on some
hardware I have seen.

Mis-behaving box made available by:	John Cagle &lt;john.cagle@hp.com&gt;
</content>
</entry>
<entry>
<title>Convert callers to the new bus_alloc_resource_any(9) API.</title>
<updated>2004-03-17T17:50:55Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-03-17T17:50:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5f96beb9e08be2b08309a6b98967246b64272ade'/>
<id>urn:sha1:5f96beb9e08be2b08309a6b98967246b64272ade</id>
<content type='text'>
Submitted by:	Mark Santcroos &lt;marks@ripe.net&gt;
Reviewed by:	imp, dfr, bde
</content>
</entry>
</feed>
