]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ixgbe: remove device ID for unsupported device
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Sat, 12 Jul 2008 00:34:58 +0000 (17:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Aug 2008 19:43:11 +0000 (12:43 -0700)
commit804dc20d0fa5763a25b7bef61a1547a3d1be470c
treec7fa650691c3390db2a574a6639bac3c8f451283
parent65b48a80bac37cae86a7eb92f79b64caa066c437
ixgbe: remove device ID for unsupported device

commit bb5d10ac8cc315d53306963001fe650d88a1cbb2 upstream

The ixgbe driver was untested with device ID 8086:10c8 but still advertises
support.  Currently if this device is present in the system when the driver
is loaded, the system will panic.
Remove this device ID until full support can be tested with available
hardware.  This patch is necessary for 2.6.24, 2.6.25 and 2.6.26

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/ixgbe/ixgbe_main.c