diff -urN linux-2.4.3/arch/i386/kernel/pci-pc.c
linux/arch/i386/kernel/pci-pc.c
  --- linux-2.4.3/arch/i386/kernel/pci-pc.c       Sat Mar 31 00:12:41 2001
  +++ linux/arch/i386/kernel/pci-pc.c             Thu Mar 29 05:00:04 2001
  @@ -1035,7 +1035,7 @@
          { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C686_4,     pci_fixup_via_acpi },
          { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_8363_0,       pci_fixup_vt8363 },
          { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C691,       pci_fixup_via691 },
  -       { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C598_1,     pci_fixup_via691_2 },
  +//     { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C598_1,     pci_fixup_via691_2 },
          { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_INTEL,
PCI_DEVICE_ID_INTEL_82371AB_3,  pci_fixup_piix4_acpi },
          { 0 }
   };


  I had the same problem. This change solved it for me.


  Marcus


-
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