summaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorBrice Goglin2006-06-13 20:35:42 +0200
committerGreg Kroah-Hartman2006-06-21 21:00:01 +0200
commitcf34a8e07f02c76f3f1232eecb681301a3d7b10b (patch)
tree9148713707b7b5f50bfeceeaefb78d87474a106b /include/linux/pci_ids.h
parent[PATCH] PCI: fix issues with extended conf space when MMCONFIG disabled becau... (diff)
downloadkernel-qcow2-linux-cf34a8e07f02c76f3f1232eecb681301a3d7b10b.tar.gz
kernel-qcow2-linux-cf34a8e07f02c76f3f1232eecb681301a3d7b10b.tar.xz
kernel-qcow2-linux-cf34a8e07f02c76f3f1232eecb681301a3d7b10b.zip
[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>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r--include/linux/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index e526e7b5ea47..fd54a9d4c3d4 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1023,6 +1023,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