Subject: CVS commit: [netbsd-3] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/20/2006 23:09:01
Module Name:	src
Committed By:	tron
Date:		Mon Feb 20 23:09:01 UTC 2006

Modified Files:
	src/sys/arch/amd64/conf [netbsd-3]: GENERIC
	src/sys/arch/i386/conf [netbsd-3]: GENERIC

Log Message:
Pull up following revision(s) (requested by tls in ticket #1180):
	sys/arch/amd64/conf/GENERIC: revision 1.87
	sys/arch/i386/conf/GENERIC: revision 1.727
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.42.2.7 -r1.42.2.8 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.661.2.8 -r1.661.2.9 src/sys/arch/i386/conf/GENERIC

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