Subject: CVS commit: [jmcneill-pm] src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/04/2007 20:05:11
Module Name:	src
Committed By:	joerg
Date:		Tue Sep  4 20:05:11 UTC 2007

Modified Files:
	src/sys/arch/i386/conf [jmcneill-pm]: ALL
	src/sys/arch/x86/pci [jmcneill-pm]: files.pci ichlpcib.c
	src/sys/dev/ic [jmcneill-pm]: i82801lpcreg.h

Log Message:
Don't use a global variable to decide whether this is a ICH6+,
use a variable in the softc to determine whether the RCBA is supported.
Add generic HPET support for ICH5 and ICH6+.

This is not (yet) enabled by default, until someone adds the code to
not use the direct attachment if hpet was configured via ACPI.


To generate a diff of this commit:
cvs rdiff -r1.115.4.1 -r1.115.4.2 src/sys/arch/i386/conf/ALL
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/arch/x86/pci/files.pci
cvs rdiff -r1.4.6.4 -r1.4.6.5 src/sys/arch/x86/pci/ichlpcib.c
cvs rdiff -r1.4.38.1 -r1.4.38.2 src/sys/dev/ic/i82801lpcreg.h

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