Subject: CVS commit: src/sys/arch/i386/pci
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/23/2007 10:45:33
Module Name: src
Committed By: he
Date: Tue Jan 23 10:45:33 UTC 2007
Modified Files:
src/sys/arch/i386/pci: pchb.c
Log Message:
According to http://www.intel.com/design/chipsets/specupdt/290639.htm,
the BIOS bug workaround for the i82443BX chipset's DRAM leadoff timing
parameter is not needed for revisions >= C0, so avoid tweaking that
parameter in that case.
Earlier, this would trigger NMIs on fully memory-populated Compaq
1850R systems, where the BIOS appears to program and require a non-
standard value for this parameter.
Thanks to Chris Ross for the diagnosis and the fix!
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/sys/arch/i386/pci/pchb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.