Subject: CVS commit: src/sys/arch/i386/pci
To: None <source-changes@NetBSD.org>
From: Erik E. Fair <fair@netbsd.org>
List: source-changes
Date: 06/26/2005 02:09:59
Module Name:	src
Committed By:	fair
Date:		Sun Jun 26 02:09:59 UTC 2005

Modified Files:
	src/sys/arch/i386/pci: pcib.c

Log Message:
The Cyrix cs5530 PCI host bridge does not have a broken latch on the i8254
clock core, unlike its predecessors the cs5510 and cs5520.

This reverses the setting from i386/1386/identcpu.c where it argueably should
not have been set in the first place, as argued in PR kern/25261

XXX One other thing: the i8254 latch compensation code is only found in
i386/isa/clock.c and NOT in i386/i386/microtime.S where it should also be.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/arch/i386/pci/pcib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.