From: Ben Hutchings Date: Tue, 4 Nov 2008 20:32:45 +0000 (+0000) Subject: sfc: Correct address of gPXE boot configuration in EEPROM X-Git-Tag: v2.6.29-rc1~581^2~748^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2883f552f2c6c6ccb2021643652c6d930f205f6f;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git sfc: Correct address of gPXE boot configuration in EEPROM Due to a hardware bug, the originally assigned range cannot reliably be used for boot configuration and must not be modifiable through ethtool. Signed-off-by: Ben Hutchings Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/sfc/ethtool.c b/drivers/net/sfc/ethtool.c index fa98af5..cd0d087 100644 --- a/drivers/net/sfc/ethtool.c +++ b/drivers/net/sfc/ethtool.c @@ -174,8 +174,8 @@ static struct efx_ethtool_stat efx_ethtool_stats[] = { /* EEPROM range with gPXE configuration */ #define EFX_ETHTOOL_EEPROM_MAGIC 0xEFAB -#define EFX_ETHTOOL_EEPROM_MIN 0x100U -#define EFX_ETHTOOL_EEPROM_MAX 0x400U +#define EFX_ETHTOOL_EEPROM_MIN 0x800U +#define EFX_ETHTOOL_EEPROM_MAX 0x1800U /************************************************************************** *