linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* VIA MVP3 problem is still there...
@ 2001-08-11 14:33 Jacek Popławski
  2001-08-11 16:49 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Jacek Popławski @ 2001-08-11 14:33 UTC (permalink / raw)
  To: linux-kernel

Hello
Long, long ago, in 2.4.3-pre - appeared fixup for VIA chipsets, however, fixups
for VIA MVP3 was unnecessary, and even slowed down system. It's already fixed
in -ac, but this broken fixup is still in 2.4.8 kernel. It affects most of
K6-2/K6-3 users. There are stable kernels in distributions, not -ac, so IMHO it will
be good to fix that problem at last - and it's only two lines of code:

--- linux-2.4.8/arch/i386/kernel/pci-pc.c       Sat Aug 11 16:19:30 2001
+++ linux/arch/i386/kernel/pci-pc.c     Sat Aug 11 16:20:04 2001
@@ -994,8 +994,6 @@
        { PCI_FIXUP_HEADER,     PCI_ANY_ID,             PCI_ANY_ID,                     pci_fixup_ide_bases },
        { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_SI,       PCI_DEVICE_ID_SI_5597,          pci_fixup_latency },
        { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_SI,       PCI_DEVICE_ID_SI_5598,          pci_fixup_latency },
-       { 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_INTEL,    PCI_DEVICE_ID_INTEL_82371AB_3,  pci_fixup_piix4_acpi },
        { 0 }
 };


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: VIA MVP3 problem is still there...
  2001-08-11 14:33 VIA MVP3 problem is still there Jacek Popławski
@ 2001-08-11 16:49 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-08-11 16:49 UTC (permalink / raw)
  To: Jacek Popławski; +Cc: linux-kernel, torvalds

> in -ac, but this broken fixup is still in 2.4.8 kernel. It affects most of
> K6-2/K6-3 users. There are stable kernels in distributions, not -ac, so IMHO it will
> be good to fix that problem at last - and it's only two lines of code:

Actually most distro kernels have the fix and are -ac based. However you
are right Linus - I'd forgotten this was still in your tree:

> --- linux-2.4.8/arch/i386/kernel/pci-pc.c       Sat Aug 11 16:19:30 2001
> +++ linux/arch/i386/kernel/pci-pc.c     Sat Aug 11 16:20:04 2001
> @@ -994,8 +994,6 @@
>         { PCI_FIXUP_HEADER,     PCI_ANY_ID,             PCI_ANY_ID,                     pci_fixup_ide_bases },
>         { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_SI,       PCI_DEVICE_ID_SI_5597,          pci_fixup_latency },
>         { PCI_FIXUP_HEADER,     PCI_VENDOR_ID_SI,       PCI_DEVICE_ID_SI_5598,          pci_fixup_latency },
> -       { 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_INTEL,    PCI_DEVICE_ID_INTEL_82371AB_3,  pci_fixup_piix4_acpi },
>         { 0 }
>  };


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-11 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-11 14:33 VIA MVP3 problem is still there Jacek Popławski
2001-08-11 16:49 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).