<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/nfe, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-12-21T02:22:11Z</updated>
<entry>
<title>MFC r342086:</title>
<updated>2018-12-21T02:22:11Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2018-12-21T02:22:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee8e32bf3a14296018deff532be168fef845e31d'/>
<id>urn:sha1:ee8e32bf3a14296018deff532be168fef845e31d</id>
<content type='text'>
Add support for the nForce MCP89 adapter.

PR:	234015
</content>
</entry>
<entry>
<title>sys/dev: use our nitems() macro when it is avaliable through param.h.</title>
<updated>2016-04-19T23:37:24Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-19T23:37:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73a1170a8c41cb848f17cc0a8839e9dcee3d126e'/>
<id>urn:sha1:73a1170a8c41cb848f17cc0a8839e9dcee3d126e</id>
<content type='text'>
No functional change, only trivial cases are done in this sweep,
Drivers that can get further enhancements will be done independently.

Discussed in:	freebsd-current
</content>
</entry>
<entry>
<title>Cleanup unnecessary semicolons from the kernel.</title>
<updated>2016-04-10T23:07:00Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-10T23:07:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74b8d63dcc17c07d8cb21e13f6db517698efd49f'/>
<id>urn:sha1:74b8d63dcc17c07d8cb21e13f6db517698efd49f</id>
<content type='text'>
Found with devel/coccinelle.
</content>
</entry>
<entry>
<title>Remove taskqueue_enqueue_fast().</title>
<updated>2016-03-01T17:47:32Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2016-03-01T17:47:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbc4d2db750b685904e055b79add5d516bd07e61'/>
<id>urn:sha1:cbc4d2db750b685904e055b79add5d516bd07e61</id>
<content type='text'>
taskqueue_enqueue() was changed to support both fast and non-fast
taskqueues 10 years ago in r154167.  It has been a compat shim ever
since.  It's time for the compat shim to go.

Submitted by:	Howard Su &lt;howard0su@gmail.com&gt;
Reviewed by:	sephe
Differential Revision:	https://reviews.freebsd.org/D5131
</content>
</entry>
<entry>
<title>Follow up to r225617. In order to maximize the re-usability of kernel code</title>
<updated>2014-10-16T18:04:43Z</updated>
<author>
<name>Davide Italiano</name>
<email>davide@FreeBSD.org</email>
</author>
<published>2014-10-16T18:04:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2be111bf7dda0f18d645f0e201b6555bbe3da1ac'/>
<id>urn:sha1:2be111bf7dda0f18d645f0e201b6555bbe3da1ac</id>
<content type='text'>
in userland rename in-kernel getenv()/setenv() to kern_setenv()/kern_getenv().
This fixes a namespace collision with libc symbols.

Submitted by:   kmacy
Tested by:      make universe
</content>
</entry>
<entry>
<title>Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().</title>
<updated>2014-10-13T06:51:40Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2014-10-13T06:51:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ad1954bcb1e83d33892cc77b261fcf292f35c67'/>
<id>urn:sha1:6ad1954bcb1e83d33892cc77b261fcf292f35c67</id>
<content type='text'>
Reviewed by:	bz, glebius, yongari
MFC after:	3 days
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D938
</content>
</entry>
<entry>
<title>- Remove empty wrappers ether_poll_[de]register_drv(). [1]</title>
<updated>2014-09-28T14:05:18Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2014-09-28T14:05:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd071d4d19411be5b5d6563a6bd0997019b4fb4e'/>
<id>urn:sha1:bd071d4d19411be5b5d6563a6bd0997019b4fb4e</id>
<content type='text'>
- Move polling(9) declarations out of ifq.h back to if_var.h
  they are absolutely unrelated to queues.

Submitted by:	Mikhail &lt;mp lenta.ru&gt; [1]
</content>
</entry>
<entry>
<title>- Use if_inc_counter() to increment various counters.</title>
<updated>2014-09-18T15:56:14Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2014-09-18T15:56:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df3601781d3e72fcff50b1057e9bc7696a3ee124'/>
<id>urn:sha1:df3601781d3e72fcff50b1057e9bc7696a3ee124</id>
<content type='text'>
- Do not ever set a counter to a value. For those counters
  that we don't increment, but return directly from hardware
  create cases in if_get_counter() method.

Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
</content>
</entry>
<entry>
<title>It is actually possible to have if_t a typedef to non-void type,</title>
<updated>2014-08-31T12:48:13Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2014-08-31T12:48:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09a8241fc976f1de6de368ece7e29a6d733d2576'/>
<id>urn:sha1:09a8241fc976f1de6de368ece7e29a6d733d2576</id>
<content type='text'>
and keep both converted to drvapi and non-converted drivers
compilable.

o Make if_t typedef to struct ifnet *.
o Remove shim functions.

Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
</content>
</entry>
<entry>
<title>Fix multicast, broken by the conversion of the nfe(4) driver to the</title>
<updated>2014-08-03T16:45:07Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2014-08-03T16:45:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ea1fcce343f9210983949b7da8938f0261b3ef9'/>
<id>urn:sha1:2ea1fcce343f9210983949b7da8938f0261b3ef9</id>
<content type='text'>
driver API.

Submitted by:	Mikhail &lt;mp@lenta.ru&gt;
</content>
</entry>
</feed>
