[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)
commit1e06276704c101bd1ae7b62879faaffcd7496a3e
tree0b983e8000ed7f57d189f68097a6e78ad5c33488
parent76854ceac3ef3408ab9a50a2521147fb14779f58
[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