<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/lmc, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-09-11T09:19:44Z</updated>
<entry>
<title>  Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is</title>
<updated>2013-09-11T09:19:44Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-09-11T09:19:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=540b1a7238d2a19d873f4b26fd87284b6cc29990'/>
<id>urn:sha1:540b1a7238d2a19d873f4b26fd87284b6cc29990</id>
<content type='text'>
extremely outdated, and I doubt that it was ever used for ifnet drivers.
It was used for AF_INET sockets in pre-FreeBSD time.

Approved by:	re (hrs)
Sponsored by:	Nginx, Inc.
</content>
</entry>
<entry>
<title>Add const qualifier to the dst parameter of the ifnet if_output method.</title>
<updated>2013-04-26T12:50:32Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-04-26T12:50:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47e8d432d5db395e2812c03093b70227e48a1c6d'/>
<id>urn:sha1:47e8d432d5db395e2812c03093b70227e48a1c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically substitute flags from historic mbuf allocator with</title>
<updated>2012-12-04T09:32:43Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2012-12-04T09:32:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6499eccad497913a5025fbde8ae76da70e08043'/>
<id>urn:sha1:c6499eccad497913a5025fbde8ae76da70e08043</id>
<content type='text'>
malloc(9) flags in sys/dev.
</content>
</entry>
<entry>
<title>More conversions of drivers to use the PCI parent DMA tag.</title>
<updated>2012-03-12T18:15:08Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2012-03-12T18:15:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62ce43ccc8752bba029e80798bc24b9be3d79c6b'/>
<id>urn:sha1:62ce43ccc8752bba029e80798bc24b9be3d79c6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In r191367 the need for if_free_type() was removed and a new member</title>
<updated>2011-11-11T22:57:52Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2011-11-11T22:57:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b22573a89136062ea34b14ed5d1790f9d65e3f9'/>
<id>urn:sha1:4b22573a89136062ea34b14ed5d1790f9d65e3f9</id>
<content type='text'>
if_alloctype was used to store the origional interface type.  Take
advantage of this change by removing all existing uses of if_free_type()
in favor of if_free().

MFC after:	1 Month
</content>
</entry>
<entry>
<title>Tag mbufs of all incoming frames or packets with the interface's FIB</title>
<updated>2011-07-03T16:08:38Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-07-03T16:08:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a34c6aeb850016c35e415e12bf3c3443c0a8734d'/>
<id>urn:sha1:a34c6aeb850016c35e415e12bf3c3443c0a8734d</id>
<content type='text'>
setting (either default or if supported as set by SIOCSIFFIB, e.g.
from ifconfig).

Submitted by:	Alexander V. Chernikov (melifaro ipfw.ru)
Reviewed by:	julian
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Merge amd64 and i386 bus.h and move the resulting header to x86. Replace</title>
<updated>2010-12-20T16:39:43Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2010-12-20T16:39:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81bd5041a2a6506d3ef14c58659cf29bc2bdd006'/>
<id>urn:sha1:81bd5041a2a6506d3ef14c58659cf29bc2bdd006</id>
<content type='text'>
the original amd64 and i386 headers with stubs.

Rename (AMD64|I386)_BUS_SPACE_* to X86_BUS_SPACE_* everywhere.

Reviewed by:	imp (previous version), jhb
Approved by:	kib (mentor)
</content>
</entry>
<entry>
<title>One more #ifdef fix for GCC 4.4.</title>
<updated>2010-01-08T15:57:56Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2010-01-08T15:57:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcd694ce769b0cc98361cb1a160bdf7832e8528e'/>
<id>urn:sha1:bcd694ce769b0cc98361cb1a160bdf7832e8528e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This driver has two modes, a netgraph mode and an ifnet mode.  In the</title>
<updated>2009-11-19T18:21:51Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-11-19T18:21:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73e7361eac26b60fde75b5746e5395ffe7580da6'/>
<id>urn:sha1:73e7361eac26b60fde75b5746e5395ffe7580da6</id>
<content type='text'>
netgraph mode it used a private timer to drive the transmit watchdog.  In
the ifnet mode it used if_watchdog.  Now it always uses the private timer.
</content>
</entry>
<entry>
<title>Unbreak build.</title>
<updated>2009-05-30T18:39:22Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-05-30T18:39:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56e13f2ac11f08d36dddde18cadce742b13d3ea1'/>
<id>urn:sha1:56e13f2ac11f08d36dddde18cadce742b13d3ea1</id>
<content type='text'>
Pointy hat to:	attilio
</content>
</entry>
</feed>
