Page MenuHomeFreeBSD

D6944.diff
No OneTemporary

D6944.diff

Index: sys/dev/ixgbe/if_ix.c
===================================================================
--- sys/dev/ixgbe/if_ix.c
+++ sys/dev/ixgbe/if_ix.c
@@ -437,7 +437,6 @@
struct adapter *adapter;
struct ixgbe_hw *hw;
int error = 0;
- u16 csum;
u32 ctrl_ext;
INIT_DEBUGOUT("ixgbe_attach: begin");
@@ -543,7 +542,7 @@
}
/* Make sure we have a good EEPROM before we read from it */
- if (ixgbe_validate_eeprom_checksum(&adapter->hw, &csum) < 0) {
+ if (ixgbe_validate_eeprom_checksum(&adapter->hw, NULL) < 0) {
device_printf(dev, "The EEPROM Checksum Is Not Valid\n");
error = EIO;
goto err_late;

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 29, 7:48 PM (13 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30550836
Default Alt Text
D6944.diff (645 B)

Event Timeline