<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/em, branch releng/8.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-04-05T21:43:22Z</updated>
<entry>
<title>Add missing module Makefile for ixgbe and em MFCs</title>
<updated>2010-04-05T21:43:22Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2010-04-05T21:43:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dd75f66126c61bfee28749d47a217afb825582be'/>
<id>urn:sha1:dd75f66126c61bfee28749d47a217afb825582be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add opt_inet.h which has been needed since r184717 introducing</title>
<updated>2008-11-12T21:32:49Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2008-11-12T21:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4174a06b60e722e9defdcc4db9e6a73468615767'/>
<id>urn:sha1:4174a06b60e722e9defdcc4db9e6a73468615767</id>
<content type='text'>
checks for #ifdef INET.

MFC after:	54 days
</content>
</entry>
<entry>
<title>Change to build module with new directory tree</title>
<updated>2008-07-30T22:05:06Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2008-07-30T22:05:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d7b13674631c90ac34b7da933a5c7a7d23b158a3'/>
<id>urn:sha1:d7b13674631c90ac34b7da933a5c7a7d23b158a3</id>
<content type='text'>
MFC after:ASAP
</content>
</entry>
<entry>
<title>This delta has a few important items:</title>
<updated>2008-04-25T21:19:41Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2008-04-25T21:19:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20e8415eb492739b6a270ea49d808a6255149788'/>
<id>urn:sha1:20e8415eb492739b6a270ea49d808a6255149788</id>
<content type='text'>
PR 122839 is fixed in both em and in igb

Second, the issue on building modules since the static kernel
build changes is now resolved. I was not able to get the fancier
directory hierarchy working, but this works, both em and igb
build as modules now.

Third, there is now support in em for two new NICs, Hartwell
(or 82574) is a low cost PCIE dual port adapter that has MSIX,
for this release it uses 3 vectors only, RX, TX, and LINK. In
the next release I will add a second TX and RX queue. Also, there
is support here for ICH10, the followon to ICH9. Both of these are
early releases, general availability will follow soon.

Fourth: On Hartwell and ICH10 we now have IEEE 1588 PTP support,
I have implemented this in a provisional way so that early adopters
may try and comment on the functionality. The IOCTL structure may
change. This feature is off by default, you need to edit the Makefile
and add the EM_TIMESYNC define to get the code.

Enjoy all!!
</content>
</entry>
<entry>
<title>This update primarily addresses the ability to have both the em</title>
<updated>2008-04-02T22:00:36Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2008-04-02T22:00:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9d8b9c383a9cbaf984df56650d52fb85c76f57b'/>
<id>urn:sha1:e9d8b9c383a9cbaf984df56650d52fb85c76f57b</id>
<content type='text'>
and the igb driver static in the kernel. But it also reflects
some other bug fixes in my development stream at Intel.
PR 122373 is also fixed in this code.
</content>
</entry>
<entry>
<title>Remove option headers that do not exist and are not used</title>
<updated>2008-03-27T20:38:03Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2008-03-27T20:38:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10f0bcab61ef441cb5af32fb706688d8cbd55dc0'/>
<id>urn:sha1:10f0bcab61ef441cb5af32fb706688d8cbd55dc0</id>
<content type='text'>
from the Makefiles in sys/modules.
(opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)

Approved by:	rwatson (mentor)
</content>
</entry>
<entry>
<title>This change introduces a split to the Intel E1000 driver, now rather than</title>
<updated>2008-02-29T21:50:11Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2008-02-29T21:50:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f75ef9e44f102b517668860655520e3d35280c0c'/>
<id>urn:sha1:f75ef9e44f102b517668860655520e3d35280c0c</id>
<content type='text'>
just em, there is an igb driver (this follows behavior with our Linux drivers).
All adapters up to the 82575 are supported in em, and new client/desktop support
will continue to be in that adapter.

The igb driver is for new server NICs like the 82575 and its followons.
Advanced features for virtualization and performance will be in this driver.

Also, both drivers now have shared code that is up to the latest we have
released. Some stylistic changes as well.

Enjoy :)
</content>
</entry>
<entry>
<title>Fix kldloading if_em by compiling missing source file.</title>
<updated>2007-05-07T09:55:25Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2007-05-07T09:55:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=180200f5f495b0e5c4ae24c0f5db534ae0dd746b'/>
<id>urn:sha1:180200f5f495b0e5c4ae24c0f5db534ae0dd746b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Place a '#' at the front of the line holding a $FreeBSD$ ID tag.  While</title>
<updated>2007-05-04T13:34:33Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-05-04T13:34:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c65aee44c62c3c7317defeba84aef578e1dabf18'/>
<id>urn:sha1:c65aee44c62c3c7317defeba84aef578e1dabf18</id>
<content type='text'>
it actually compiles without this, it's still a good idea.
</content>
</entry>
<entry>
<title>Absolute pathname in the Makefile was broken, this</title>
<updated>2007-05-04T07:21:01Z</updated>
<author>
<name>Jack F Vogel</name>
<email>jfv@FreeBSD.org</email>
</author>
<published>2007-05-04T07:21:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=65c7bc2147d1a3412ba9ab095ca4a64207a6acf8'/>
<id>urn:sha1:65c7bc2147d1a3412ba9ab095ca4a64207a6acf8</id>
<content type='text'>
version should work correctly.
</content>
</entry>
</feed>
