aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em/if_em_hw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in the new driver (6.5.0) of Intel. This has a newJack F Vogel2007-05-041-9154/+0
* Merge new vendor release - 6.2.9.Gleb Smirnoff2006-10-311-523/+573
* Backout bogus checkin to HEADJack F Vogel2006-10-281-574/+531
* This is the merge of the Intel 6.2.9 driver. It provides all new shared code,Jack F Vogel2006-10-281-531/+574
* Merge in new driver from Intel, version 6.1.4. It adds support forGleb Smirnoff2006-08-111-32/+35
* Merge in new driver from Intel, version 6.0.5. It adds support forGleb Smirnoff2006-08-031-679/+2208
* Fix static array overrun.Gleb Smirnoff2006-05-171-1/+1
* Bring back arm-specific workaround from rev 1.15:Olivier Houchard2006-04-131-0/+2
* Merge in new driver from Intel, version 5.1.5. Adds support for someGleb Smirnoff2006-04-061-263/+1012
* Merge in new driver version from Intel - 3.2.18.Gleb Smirnoff2005-11-241-76/+273
* Changes to update driver with latest Intel driver version 2.1.7Tony Ackerman2005-05-261-443/+1865
* Do not use the IO-mapping to issue the reset on the 82546 on arm. For someOlivier Houchard2004-09-231-0/+2
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)Prafulla Deuskar2004-09-011-211/+348
* Only reset the phy when it is absolutely required.Prafulla Deuskar2004-02-101-49/+79
* - Code cleanupPrafulla Deuskar2003-11-141-88/+18
* Add support for new devices.Prafulla Deuskar2003-08-271-760/+1354
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Add support for Quad port adapterPrafulla Deuskar2003-06-051-233/+238
* Added support for 82541 and 82547 based adapters.Prafulla Deuskar2003-03-211-319/+1198
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...Prafulla Deuskar2002-11-081-39/+136
* Corrected license in the source files. It should say "MUST" instead of "MAY".Prafulla Deuskar2002-09-241-22/+20
* - Use IO mode to reset the controller (82544 and beyond)Prafulla Deuskar2002-07-161-27/+274
* Added support for 82545EM and 82546EB based adapters.Prafulla Deuskar2002-06-031-0/+3281