diff options
author | Brice Goglin <brice@myri.com> | 2006-12-06 20:15:55 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-08 16:53:48 +0100 |
commit | e56ab8bf713d617754a099d9a857757475da51d8 (patch) | |
tree | c6e325608b588e83288ca6b94a954ead688cb240 /include | |
parent | db52d091160727ad1705cff82b6f5187ceb8fce0 (diff) |
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: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index b465e69e8e8..0f30405bc12 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1008,6 +1008,7 @@ #define PCI_DEVICE_ID_NVIDIA_NVENET_8 0x0056 #define PCI_DEVICE_ID_NVIDIA_NVENET_9 0x0057 #define PCI_DEVICE_ID_NVIDIA_CK804_AUDIO 0x0059 +#define PCI_DEVICE_ID_NVIDIA_CK804_PCIE 0x005d #define PCI_DEVICE_ID_NVIDIA_NFORCE2_SMBUS 0x0064 #define PCI_DEVICE_ID_NVIDIA_NFORCE2_IDE 0x0065 #define PCI_DEVICE_ID_NVIDIA_NVENET_2 0x0066 |