]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: nVidia quirk to make AER PCI-E extended capability visible
authorBrice Goglin <brice@myri.com>
Wed, 6 Dec 2006 19:15:55 +0000 (20:15 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 8 Dec 2006 15:53:48 +0000 (16:53 +0100)
commite56ab8bf713d617754a099d9a857757475da51d8
treec6e325608b588e83288ca6b94a954ead688cb240
parentdb52d091160727ad1705cff82b6f5187ceb8fce0
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>
drivers/pci/quirks.c
include/linux/pci_ids.h