Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 02/19/2006 02:55:21
Module Name:	src
Committed By:	tls
Date:		Sun Feb 19 02:55:21 UTC 2006

Modified Files:
	src/sys/arch/amd64/conf: GENERIC
	src/sys/arch/i386/conf: GENERIC XEN0

Log Message:
Add amdpm -- without this, we're throwing away a good hardware random
number source on a huge set of machines.  Also, now that amdpm has
support for the SMBus controller, add (commented-out, since we don't
always know what address the sensors are at) iic at amdpm and adt7463c
at iic, which is the configuration used on the Tyan S2881 and S2882-D
server boards.  This should work in either 64-bit or 32-bit mode; it's
been tested in 64-bit mode.  Addresses PR kern/32463 submitted by
Anil Gopinath.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.726 -r1.727 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.31 -r1.32 src/sys/arch/i386/conf/XEN0

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