[PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visible
authorBrice Goglin <brice@myri.com>
Tue, 13 Jun 2006 18:35:42 +0000 (14:35 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 19:00:01 +0000 (12:00 -0700)
commitcf34a8e07f02c76f3f1232eecb681301a3d7b10b
tree9148713707b7b5f50bfeceeaefb78d87474a106b
parentead2bfeb7f739d2ad6e09dc1343f0da51feb7f51
[PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visible

The nVidia CK804 PCI-E chipset supports the AER extended capability
but sometimes fails to link it (with some BIOS or after a warm reboot).
It makes the AER cap invisible to pci_find_ext_capability().

The patch adds a quirk to set the missing bit that controls the
linking of the capability.
By the way, it removes the corresponding code in the myri10ge driver.

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Loic Prylli <loic@myri.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c
include/linux/pci_ids.h