I noticed that the quirk_vialatency was not enabled, and modified
quirks.c accordingly - but this did not yet solve the issues :-(
Any idea? (except handing the system back to the manufacturer and
asking for a working system...)
Note for this patch: in the line above my addition, 0x3112 has now an
according definition in include/linux/pci_ids.h, so this "Not out yet"
could be replaced with the Chipset name:
#define PCI_DEVICE_ID_VIA_8361 0x3112
--- /usr/src/linux/drivers/pci/quirks.c Mon Feb 25 20:38:03 2002
+++ /home/erich/coding/v2.4.18/drivers/pci/quirks.c Sun May 5 12:38:07 2002
@@ -487,6 +487,7 @@
{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8363_0, quirk_vialatency },
{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8371_1, quirk_vialatency },
{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_VIA, 0x3112 /* Not out yet ? */, quirk_vialatency },
+ { PCI_FIXUP_FINAL, PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C598_1, quirk_vialatency },
{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C576, quirk_vsfx },
{ PCI_FIXUP_FINAL, PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C597_0, quirk_viaetbf },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C597_0, quirk_vt82c598_id },
Gruss,
Erich Schubert
-- erich@(mucl.de|debian.org) -- GPG Key ID: 4B3A135C A polar bear is a rectangular bear after a coordinate transform. Die kürzeste Verbindung zwischen zwei Menschen ist ein Lächeln. - 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/