Subject: PR/25261 CVS commit: [netbsd-3] src/sys/arch/i386/pci
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 07/12/2005 11:46:03
The following reply was made to PR kern/25261; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/25261 CVS commit: [netbsd-3] src/sys/arch/i386/pci
Date: Tue, 12 Jul 2005 11:45:32 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Tue Jul 12 11:45:31 UTC 2005
 
 Modified Files:
 	src/sys/arch/i386/pci [netbsd-3]: pcib.c
 
 Log Message:
 Pull up revision 1.36 (requested by fair in ticket #557):
 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.35.4.1 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.