summaryrefslogtreecommitdiff
path: root/e1000.c
AgeCommit message (Collapse)AuthorFilesLines
2006-09-12[PATCH] ethtool: e1000: fix a typoAuke Kok1-1/+1
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-01-17[PATCH] e1000: Remove duplex info from CTRL register dumpJeff Kirsher1-2/+0
The duplex control register is used for setting the driver and is not necessary for debug purposes. The value of the duplex control register is what the register's current value is and may not reflect the correct status of te current connection. That is what the duplex status register is used for. To keep from confusing the user, we are removing the duplex register from the ethtool dump of the registers. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: John Ronciak <john.ronciak@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-25[PATCH] ethtool: add support for latest Intel adaptersJesse Brandeburg1-2/+34
This patch adds register dump and device ID support for the new Intel PRO/1000 Adapters with a PCI Express bus. It also took care of a little housekeeping of some missing device IDs. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> ===== e1000.c 1.5 vs edited ===== Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-25Initial import of ethtool version 3 + a few patches.Jeff Garzik1-0/+438