]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] PCI: MSI functionality broken on Serverworks GC chipset
authorNarendra Sankar <nsankar@broadcom.com>
Fri, 6 May 2005 19:00:05 +0000 (12:00 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Jun 2005 21:52:30 +0000 (14:52 -0700)
commit28d271754b1f12e1bf2c4da80c826121e5498a24
tree0b983e8000ed7f57d189f68097a6e78ad5c33488
parent37be817b3aecedbe1308ab6416d9ba9826dddc26
[PATCH] PCI: MSI functionality broken on Serverworks GC chipset

MSI functionality is broken on the GC_LE x86 chipset that Serverworks
developed and that is being used in various platforms today. Broadcom is
going to push out to the kernel MSI enabled Gigabit drivers (in the very
near future), and we would like to make sure that MSI does not get
enabled on any platforms using the GC_LE chipset (device id 0x17).
Following the AMD 8131 example, I am including a patch to disable MSI
functionality when a GCNB_LE is detected. Please let me know if there
are any issues with this. This is a permanent fix for this chipset, as
the hardware will not be updated.

Signed-off-by: Narendra Sankar <nsankar@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c