Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
4174a06b |
| 12-Nov-2008 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Add opt_inet.h which has been needed since r184717 introducing checks for #ifdef INET.
MFC after: 54 days
|
#
d7b13674 |
| 31-Jul-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
Change to build module with new directory tree
MFC after:ASAP
|
#
20e8415e |
| 25-Apr-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
This delta has a few important items:
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
This delta has a few important items:
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!!
show more ...
|
#
e9d8b9c3 |
| 03-Apr-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
This update primarily addresses the ability to have both the em 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
This update primarily addresses the ability to have both the em 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.
show more ...
|
#
10f0bcab |
| 27-Mar-2008 |
Antoine Brodin <antoine@FreeBSD.org> |
Remove option headers that do not exist and are not used from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)
Approved by: rwatson (mentor)
|
#
f75ef9e4 |
| 29-Feb-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
This change introduces a split to the Intel E1000 driver, now rather than just em, there is an igb driver (this follows behavior with our Linux drivers). All adapters up to the 82575 are supported in
This change introduces a split to the Intel E1000 driver, now rather than 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 :)
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
180200f5 |
| 07-May-2007 |
Lukas Ertl <le@FreeBSD.org> |
Fix kldloading if_em by compiling missing source file.
|
#
c65aee44 |
| 04-May-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Place a '#' at the front of the line holding a $FreeBSD$ ID tag. While it actually compiles without this, it's still a good idea.
|
#
65c7bc21 |
| 04-May-2007 |
Jack F Vogel <jfv@FreeBSD.org> |
Absolute pathname in the Makefile was broken, this version should work correctly.
|
#
89290aa3 |
| 04-May-2007 |
Jack F Vogel <jfv@FreeBSD.org> |
Merge in the new driver (6.5.0) of Intel. This has a new shared code infrastructure that is family specific and modular. There is also support for our latest gigabit nic, the 82575 that is MSI/X and
Merge in the new driver (6.5.0) of Intel. This has a new shared code infrastructure that is family specific and modular. There is also support for our latest gigabit nic, the 82575 that is MSI/X and multiqueue capable.
The new shared code changes some interfaces to the core code but testing at Intel has been going on for months, it is fairly stable.
I have attempted to be careful in retaining any fixes that CURRENT had and we did not, I apologize in advance if any thing gets clobbered, I'm sure I'll hear about it :)
Approved by pdeuskar
show more ...
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
b6de9e91 |
| 27-Sep-2005 |
Max Laier <mlaier@FreeBSD.org> |
Remove bridge(4) from the tree. if_bridge(4) is a full functional replacement and has additional features which make it superior.
Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG
Remove bridge(4) from the tree. if_bridge(4) is a full functional replacement and has additional features which make it superior.
Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
show more ...
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
64477aef |
| 09-Jun-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5)
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
7ab4b95b |
| 27-Oct-2002 |
Maxime Henrion <mux@FreeBSD.org> |
Don't roll our own clean target, the default one works better.
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
a7fabc2b |
| 04-Jun-2002 |
Prafulla Deuskar <pdeuskar@FreeBSD.org> |
Added support for 82545EM and 82546EB based adapters. Added Vlan support.
MFC after: 1 week
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
e6770f4c |
| 02-Dec-2001 |
Prafulla Deuskar <pdeuskar@FreeBSD.org> |
This is the first commit of the Intel gigabit driver for PRO/1000 cards.
Submitted by:Prafulla Deuskar Reviewed by: Paul Saab MFC after:1 week
|
#
8ec87fc5 |
| 30-Mar-2010 |
Jack F Vogel <jfv@FreeBSD.org> |
Update to igb and em:
em revision 7.0.0: - Using driver devclass, seperate legacy (pre-pcie) code into a seperate source file. This will at least help protect against regression issues. It co
Update to igb and em:
em revision 7.0.0: - Using driver devclass, seperate legacy (pre-pcie) code into a seperate source file. This will at least help protect against regression issues. It compiles along with em, and is transparent to end use, devices in each appear to be 'emX'. When using em in a modular form this also allows the legacy stuff to be defined out. - Add tx and rx rings as in igb, in the 82574 this becomes actual multiqueue for the first time (2 queues) while in other PCIE adapters its just make code cleaner. - Add RX mbuf handling logic that matches igb, this will eliminate packet drops due to temporary mbuf shortage.
igb revision 1.9.3: - Following the ixgbe code, use a new approach in what was called 'get_buf', the routine now has been made independent of rxeof, it now does the update to the engine TDT register, this design allows temporary mbuf resources to become non-critical, not requiring a packet to be discarded, instead it just returns and does not increment the tail pointer. - With the above change it was also unnecessary to keep 'spare' maps around, since we do not have the discard issue. - Performance tweaks and improvements to the code also.
MFC in a week
show more ...
|
Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
4174a06b |
| 12-Nov-2008 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
Add opt_inet.h which has been needed since r184717 introducing checks for #ifdef INET.
MFC after: 54 days
|
#
d7b13674 |
| 31-Jul-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
Change to build module with new directory tree
MFC after:ASAP
|
#
20e8415e |
| 25-Apr-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
This delta has a few important items:
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
This delta has a few important items:
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!!
show more ...
|
#
e9d8b9c3 |
| 03-Apr-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
This update primarily addresses the ability to have both the em 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
This update primarily addresses the ability to have both the em 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.
show more ...
|
#
10f0bcab |
| 27-Mar-2008 |
Antoine Brodin <antoine@FreeBSD.org> |
Remove option headers that do not exist and are not used from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)
Approved by: rwatson (mentor)
|
#
f75ef9e4 |
| 29-Feb-2008 |
Jack F Vogel <jfv@FreeBSD.org> |
This change introduces a split to the Intel E1000 driver, now rather than just em, there is an igb driver (this follows behavior with our Linux drivers). All adapters up to the 82575 are supported in
This change introduces a split to the Intel E1000 driver, now rather than 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 :)
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
180200f5 |
| 07-May-2007 |
Lukas Ertl <le@FreeBSD.org> |
Fix kldloading if_em by compiling missing source file.
|
#
c65aee44 |
| 04-May-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Place a '#' at the front of the line holding a $FreeBSD$ ID tag. While it actually compiles without this, it's still a good idea.
|
#
65c7bc21 |
| 04-May-2007 |
Jack F Vogel <jfv@FreeBSD.org> |
Absolute pathname in the Makefile was broken, this version should work correctly.
|