From 6e0512ce5c0ee1ba1da0f4773c5b56bf3d1987c5 Mon Sep 17 00:00:00 2001 From: PJ Waskiewicz Date: Wed, 25 Nov 2009 02:13:15 -0800 Subject: ethtool: Add Direct Attach to the available connector ports This adds Direct Attach SFP+ types to the connector ports for the GSET mode. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- ethtool-copy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ethtool-copy.h') diff --git a/ethtool-copy.h b/ethtool-copy.h index 1f8ad45..d366c3a 100644 --- a/ethtool-copy.h +++ b/ethtool-copy.h @@ -504,6 +504,8 @@ struct ethtool_flash { #define PORT_MII 0x02 #define PORT_FIBRE 0x03 #define PORT_BNC 0x04 +#define PORT_DA 0x05 +#define PORT_NONE 0xef #define PORT_OTHER 0xff /* Which transceiver to use. */ -- cgit v1.2.1