Re: [Problem] PCI resource conflicts in recent 2.4 kernels - second try

Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Tue, 21 Jan 2003 18:52:22 +0300


On Tue, Jan 21, 2003 at 08:13:38AM -0500, Mace Moneta wrote:
> > 00:06.0 PCI bridge: Toshiba America Info Systems: Unknown device 0605 (rev 04)
> > (prog-if 00 [Normal decode])

Yet another broken bridge...
Does this patch help?

Ivan.

--- linux/drivers/pci/quirks.c.orig Tue Jan 21 18:45:55 2003
+++ linux/drivers/pci/quirks.c Tue Jan 21 18:43:13 2003
@@ -586,6 +586,7 @@ static struct pci_fixup pci_fixups[] __i
* instead of 0x01.
*/
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82380FB, quirk_transparent_bridge },
+ { PCI_FIXUP_HEADER, PCI_VENDOR_ID_TOSHIBA, 0x605, quirk_transparent_bridge },

{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_PCI_MASTER, quirk_mediagx_master },

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/