From: Brice Goglin Date: Tue, 13 Jun 2006 18:35:42 +0000 (-0400) Subject: [PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visible X-Git-Tag: v2.6.18-rc1~1081^2~228^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf34a8e07f02c76f3f1232eecb681301a3d7b10b;p=pandora-kernel.git [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 Signed-off-by: Loic Prylli Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed