Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/14/2007 15:54:22
Module Name:	src
Committed By:	joerg
Date:		Wed Nov 14 15:54:22 UTC 2007

Modified Files:
	src/sys/arch/x86/include: i82489reg.h
	src/sys/arch/x86/x86: lapic.c

Log Message:
Merge from jmcneill-pm:
Add some more defines from the spec. Remove some old ones not
existing in the current Intel Architecture Guide. Use some more
understandable names.

ANSIfy and use uintXX_t to hurt my eyes less.

Further improve readability by exploiting __HAVE_TIMECOUNTER as
invariance on x86 platforms.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/include/i82489reg.h
cvs rdiff -r1.26 -r1.27 src/sys/arch/x86/x86/lapic.c

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