Hi,

        pci/quirks.c in Linux 2.4.4 contains the latency patch for the VIA 
686B southbridge. However the line 315 in the file reads:

        { PCI_FIXUP_FINAL,      PCI_VENDOR_ID_VIA,      PCI_DEVICE_ID_VIA_8363_0
,       quirk_vialatency },


        Doesn't this only activate the patch on KT133 boards and not on AMD760
boards for example that use the 686B southbridge as well? So shouldn't be
PCI_DEVICE_ID_VIA_82C686 (I don't know the correct ID for the 686B chip)  
placed there instead? Is this correct?

Bye

Oliver


-- 
Oliver Feiler                                               [EMAIL PROTECTED]
http://www.lionking.org/~kiza/pgpkey              PGP key ID: 0x561D4FD2
http://www.lionking.org/~kiza/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to