add another transparent bridge.

davej@codemonkey.org.uk
Mon, 24 Mar 2003 16:41:52 +0000


A proper PCI_DEVICE_ID... would have been nice,
but for now, this syncs with 2.4

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/pci/quirks.c linux-2.5/drivers/pci/quirks.c
--- bk-linus/drivers/pci/quirks.c 2003-03-08 09:57:21.000000000 +0000
+++ linux-2.5/drivers/pci/quirks.c 2003-03-17 23:42:31.000000000 +0000
@@ -719,6 +719,7 @@ static struct pci_fixup pci_fixups[] __d
* 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/