<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ep, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-09T00:39:54Z</updated>
<entry>
<title>MFC: r243857 (partial)</title>
<updated>2013-03-09T00:39:54Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-03-09T00:39:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03abd02e1efa33cbb430b395dfdf238e8f3a5f60'/>
<id>urn:sha1:03abd02e1efa33cbb430b395dfdf238e8f3a5f60</id>
<content type='text'>
Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags in sys/dev.
</content>
</entry>
<entry>
<title>Fix typos - remove duplicate "the".</title>
<updated>2011-02-21T09:01:34Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-21T09:01:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410'/>
<id>urn:sha1:6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410</id>
<content type='text'>
PR:	bin/154928
Submitted by:	Eitan Adler &lt;lists at eitanadler.com&gt;
MFC after: 	3 days
</content>
</entry>
<entry>
<title>Add new tunable 'net.link.ifqmaxlen' to set default send interface</title>
<updated>2010-05-03T07:32:50Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2010-05-03T07:32:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e50d35e6c6c68e83fa329aff043d53ab84982fd3'/>
<id>urn:sha1:e50d35e6c6c68e83fa329aff043d53ab84982fd3</id>
<content type='text'>
queue length. The default value for this parameter is 50, which is
quite low for many of today's uses and the only way to modify this
parameter right now is to edit if_var.h file. Also add read-only
sysctl with the same name, so that it's possible to retrieve the
current value.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Replace several instances of 'if (!a &amp; b)' with 'if (!(a &amp;b))' in order</title>
<updated>2010-01-08T15:44:49Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2010-01-08T15:44:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3745cc73d048c1331d5f349d25f5a0b5197a340a'/>
<id>urn:sha1:3745cc73d048c1331d5f349d25f5a0b5197a340a</id>
<content type='text'>
to silence newer GCC versions.
</content>
</entry>
<entry>
<title>- Add a private timer to drive the transmit watchdog instead of using</title>
<updated>2009-11-19T22:06:40Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-11-19T22:06:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7cf545d0a16bce3e3ecda172a69504aee58f3e14'/>
<id>urn:sha1:7cf545d0a16bce3e3ecda172a69504aee58f3e14</id>
<content type='text'>
  if_watchdog and if_timer.
- Fix some issues in detach for sn(4), ste(4), and ti(4).  Primarily this
  means calling ether_ifdetach() before anything else.
</content>
</entry>
<entry>
<title>Cleanup tortured logic a big.  Noticed by FlexLint, per phk.</title>
<updated>2009-09-08T16:37:18Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-09-08T16:37:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2111f569c3ff4dcf58f5df4f4de2e3e204e4c4e'/>
<id>urn:sha1:d2111f569c3ff4dcf58f5df4f4de2e3e204e4c4e</id>
<content type='text'>
# My reading of the docs suggests this can only happen on 10Base5 and
# 10Base2 setups (and maybe only the former), which I can't test
# adequately since I have nothing but 10BaseT, etc here.
</content>
</entry>
<entry>
<title>Revert previous commit and add myself to the list of people who should</title>
<updated>2009-09-08T13:19:05Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2009-09-08T13:19:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=677843147820e9e8d581cf9841ea01a567324d3b'/>
<id>urn:sha1:677843147820e9e8d581cf9841ea01a567324d3b</id>
<content type='text'>
know better than to commit with a cat in the area.
</content>
</entry>
<entry>
<title>Add necessary include.</title>
<updated>2009-09-08T13:16:55Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2009-09-08T13:16:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b34421bf9cab5d0ad5822abfaa62febedef2d9a1'/>
<id>urn:sha1:b34421bf9cab5d0ad5822abfaa62febedef2d9a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a missing break in a switch statement.</title>
<updated>2009-05-15T21:06:28Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-05-15T21:06:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f633d09533bd1b9edb32da7bc673d68709669ae3'/>
<id>urn:sha1:f633d09533bd1b9edb32da7bc673d68709669ae3</id>
<content type='text'>
Found with:	Coverity Prevent(tm)
CID:		4302
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Two refinements to the 3c1 support:</title>
<updated>2009-04-11T04:30:38Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-04-11T04:30:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e89da24b3dc8a5985ebb1a749c1fa4682d70c012'/>
<id>urn:sha1:e89da24b3dc8a5985ebb1a749c1fa4682d70c012</id>
<content type='text'>
1) Flag it and only access that command on the 3c1
2) The TX PLL appears to power down when not in use, so we have to power
   it back up when we've been idle.  Do this at the start of ifstart.
   Otherwise we fall off the net.
</content>
</entry>
</feed>
