Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/26/2006 17:17:20
Module Name: src
Committed By: drochner
Date: Mon Jun 26 17:17:20 UTC 2006
Modified Files:
src/sys/dev/pci: files.pci piixpm.c
Log Message:
-make sure it is a PIIX4 before accessing counter stuff
(there might be usable registers on 440mx and that ATI thing too,
but that needs to be checked/tested)
-make sure the I/O access to the power management stuff was enabled
by the BIOS before trying to map/access stuff
-most PIIX4s have a bug in the timer latch which causes jitter or worse
if it is read naively - check the revision
-use common code in dev/ic/acpipmtimer.c
To generate a diff of this commit:
cvs rdiff -r1.258 -r1.259 src/sys/dev/pci/files.pci
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/piixpm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.