aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/em
Commit message (Collapse)AuthorAgeFilesLines
* Fix kldloading if_em by compiling missing source file.Lukas Ertl2007-05-071-1/+1
| | | | Notes: svn path=/head/; revision=169341
* Place a '#' at the front of the line holding a $FreeBSD$ ID tag. WhileRobert Watson2007-05-041-1/+1
| | | | | | | it actually compiles without this, it's still a good idea. Notes: svn path=/head/; revision=169249
* Absolute pathname in the Makefile was broken, thisJack F Vogel2007-05-041-3/+1
| | | | | | | version should work correctly. Notes: svn path=/head/; revision=169243
* Merge in the new driver (6.5.0) of Intel. This has a newJack F Vogel2007-05-041-5/+19
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=169240
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+1
| | | | | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period) Notes: svn path=/head/; revision=150636
* style.Makefile(5)David E. O'Brien2004-06-091-4/+6
| | | | Notes: svn path=/head/; revision=130258
* Don't roll our own clean target, the default oneMaxime Henrion2002-10-271-5/+0
| | | | | | | works better. Notes: svn path=/head/; revision=106048
* Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar2002-06-031-6/+5
| | | | | | | | | Added Vlan support. MFC after: 1 week Notes: svn path=/head/; revision=97785
* This is the first commit of the Intel gigabit driver forPrafulla Deuskar2001-12-021-0/+13
PRO/1000 cards. Submitted by:Prafulla Deuskar Reviewed by: Paul Saab MFC after:1 week Notes: svn path=/head/; revision=87189