From: Peter P Waskiewicz Jr Date: Wed, 27 May 2009 03:40:09 +0000 (-0700) Subject: ixgbe: Remove device ID 0x10d8 X-Git-Tag: v2.6.31-rc1~330^2~272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c86a3252af7f1222f9ebce66f3654ad3aa9ff0;p=pandora-kernel.git ixgbe: Remove device ID 0x10d8 Device ID 0x10d8 is the default silicon device ID for 82599. However, the device will not be functional without an EEPROM, so we want to prevent the driver from loading on the device. Otherwise, the driver will load, but no PHY setup or PCIe setup will occur, causing the device to be unusable. To prevent users from encountering this, just remove the device ID. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed