diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-22 00:44:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-22 00:44:56 +0000 |
commit | de623ffe1e7b345907b18a96185166576f680dec (patch) | |
tree | 87e93c19945c99dcfb9c70891e2cd9724eb75d0f /drivers/net | |
parent | 3ea0850922f80849a20c6177fcaf9c458a54ad09 (diff) |
Deprecate the mii-tools ioctls; I'm about to replace them with the
more standard ethtool ioctls.
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ioc3-eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c index 826998930..0b418d2e9 100644 --- a/drivers/net/ioc3-eth.c +++ b/drivers/net/ioc3-eth.c @@ -75,7 +75,7 @@ /* * Private ioctls that de facto are well known and used for examply - * by mii-tool. + * by mii-tool. These are deprecated. */ #define SIOCGMIIPHY (SIOCDEVPRIVATE) /* Read from current PHY */ #define SIOCGMIIREG (SIOCDEVPRIVATE+1) /* Read any PHY register */ |