ixgbe: remove device ID for unsupported device
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Sat, 12 Jul 2008 00:34:58 +0000 (17:34 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 22 Jul 2008 23:31:00 +0000 (19:31 -0400)
commitbb5d10ac8cc315d53306963001fe650d88a1cbb2
tree5de8fe2e766096d22271bbc40a911fe6dea300d1
parent1a4dc68b31fd04573ab3c554702372941a4fd46f
ixgbe: remove device ID for unsupported device

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>
drivers/net/ixgbe/ixgbe_main.c