diff options
| author | Scott Feldman <scott.feldman@intel.com> | 2002-05-29 17:41:50 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-05-29 17:41:50 -0400 |
| commit | 3e60a0a84cd5020f534ba660f85b95216f45435c (patch) | |
| tree | 949590aabd43361c2309cdde31edc3b0f73ebfab /include/linux/ethtool.h | |
| parent | b4b68ba7eb28426bc711e0c3f61e2970d53f7fb0 (diff) | |
Add ETHTOOL_PHYS_ID ethtool command to linux/ethtool.h.
Diffstat (limited to 'include/linux/ethtool.h')
| -rw-r--r-- | include/linux/ethtool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 6f8ebf32d744..a4af66c7128a 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -4,6 +4,9 @@ * Copyright (C) 1998 David S. Miller (davem@redhat.com) * Copyright 2001 Jeff Garzik <jgarzik@mandrakesoft.com> * Portions Copyright 2001 Sun Microsystems (thockin@sun.com) + * Portions Copyright 2002 Intel (eli.kupermann@intel.com, + * christopher.leech@intel.com, + * scott.feldman@intel.com) */ #ifndef _LINUX_ETHTOOL_H @@ -268,6 +271,7 @@ struct ethtool_test { * (ethtool_value), priv. */ #define ETHTOOL_TEST 0x0000001a /* execute NIC self-test, priv. */ #define ETHTOOL_GSTRINGS 0x0000001b /* get specified string set */ +#define ETHTOOL_PHYS_ID 0x0000001c /* identify the NIC */ /* compatibility with older code */ #define SPARC_ETH_GSET ETHTOOL_GSET |
