Subject: PR/32463 CVS commit: src/sys/arch
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Thor Lancelot Simon <tls@netbsd.org>
List: netbsd-bugs
Date: 02/19/2006 03:00:06
The following reply was made to PR kern/32463; it has been noted by GNATS.

From: Thor Lancelot Simon <tls@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32463 CVS commit: src/sys/arch
Date: Sun, 19 Feb 2006 02:55:21 +0000 (UTC)

 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.