Print this page
3534 Disable EEE support in igb for I350

*** 23,32 **** --- 23,33 ---- * Copyright (c) 2007-2012 Intel Corporation. All rights reserved. */ /* * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright 2013, Nexenta Systems, Inc. All rights reserved. */ /* IntelVersion: 1.146.2.2 v3_3_14_3_BHSW1 */ /*
*** 305,316 **** mac->rar_entry_count = E1000_RAR_ENTRIES_82576; if (mac->type == e1000_82580) mac->rar_entry_count = E1000_RAR_ENTRIES_82580; if (mac->type == e1000_i350) { mac->rar_entry_count = E1000_RAR_ENTRIES_I350; ! /* Enable EEE default settings for i350 */ ! dev_spec->eee_disable = B_FALSE; } /* Set if part includes ASF firmware */ mac->asf_firmware_present = true; /* Set if manageability features are enabled. */ mac->arc_subsystem_valid = --- 306,317 ---- mac->rar_entry_count = E1000_RAR_ENTRIES_82576; if (mac->type == e1000_82580) mac->rar_entry_count = E1000_RAR_ENTRIES_82580; if (mac->type == e1000_i350) { mac->rar_entry_count = E1000_RAR_ENTRIES_I350; ! /* Disable EEE default settings for i350 */ ! dev_spec->eee_disable = B_TRUE; } /* Set if part includes ASF firmware */ mac->asf_firmware_present = true; /* Set if manageability features are enabled. */ mac->arc_subsystem_valid =