Re: 2.4.19-pre6aa1 (possible all kernel after 2.4.19-pre2) athlon PCI workaround

From: Kurt Garloff (garloff@suse.de)
Date: Mon Apr 15 2002 - 10:40:59 EST


Hi,

On Sat, Apr 13, 2002 at 06:58:40PM +1000, Steve Kieu wrote:
> This is a known problem I know, the screen problem
> with some athlon computer due to some PCI optimization
> code etc..; but how can I work around this. For
> 2.4.19-pre2 I remember to go somewhere to find pci.c
> and comment out the code related, but in
> 2.4.19-pre6aa1 I got stuck..
>
> Is there an official way to overcome/fix this problem
> ? (kernel build option?) Or just anyone interested in
> doing such job?

I don't know of an "official way".
There were a number of postings refering to
arch/i386/kernel/pci-pc.c: pci_fixup_via_northbridge_bug()
and claiming that not clearing bit 5 did make the problem go away.
(IOW: Replace v &= 0x1f; /* clear bits 5, 6, 7 */
           by v &= 0x3f; /* clear bits 6, 7 */
 and see whether this helps.)

Regards,

-- 
Kurt Garloff  <garloff@suse.de>                          Eindhoven, NL
GPG key: See mail header, key servers         Linux kernel development
SuSE Linux AG, Nuernberg, DE                            SCSI, Security


- 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/



This archive was generated by hypermail 2b29 : Mon Apr 15 2002 - 22:00:24 EST