Subject: PR/25261 CVS commit: src/sys/arch/i386/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Erik E. Fair <fair@netbsd.org>
List: netbsd-bugs
Date: 06/26/2005 02:10:04
The following reply was made to PR kern/25261; it has been noted by GNATS.

From: "Erik E. Fair" <fair@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/25261 CVS commit: src/sys/arch/i386/pci
Date: Sun, 26 Jun 2005 02:09:59 +0000 (UTC)

 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.