summaryrefslogtreecommitdiff
path: root/e1000.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-1/+1
ethtool-util.h contains all kinds of declarations, not just utility functions or macros. ethtool-bitops.h contains just a few extra definitions, and its only user also includes ethtool-util.h. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-05-05Support e1000 M88 PHY registers in -dAnthony DeRobertis1-0/+121
The M88 PHY registers contain useful information like the cable length estimate and the MDI/MDIX status. The attached patch makes -d dump them. Signed-off-by: Anthony DeRobertis <anthony@derobert.net> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2007-02-09e1000: update device ID table for register dumpsAuke Kok1-51/+103
e1000: update device ID table for register dumps with new devices From: Auke Kok <auke-jan.h.kok@intel.com> The register dump routine of e1000 was missing several newer chipsets. I reimported the mac detection code from the linux e1000 driver. This fixes newer NIC's reporting that their bus type is PCI instead of PCI-e. Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
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