From owner-svn-src-all@FreeBSD.ORG Tue Oct 20 09:31:58 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BA701065676; Tue, 20 Oct 2009 09:31:58 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B91C8FC27; Tue, 20 Oct 2009 09:31:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9K9VwCL061924; Tue, 20 Oct 2009 09:31:58 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9K9VwFj061923; Tue, 20 Oct 2009 09:31:58 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <200910200931.n9K9VwFj061923@svn.freebsd.org> From: Andriy Gapon Date: Tue, 20 Oct 2009 09:31:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198271 - head/sys/i386/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 09:31:58 -0000 Author: avg Date: Tue Oct 20 09:31:57 2009 New Revision: 198271 URL: http://svn.freebsd.org/changeset/base/198271 Log: add amdtemp to i386 NOTES essentially this is a MFamd64 Nod from: rpaulo Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Tue Oct 20 07:03:06 2009 (r198270) +++ head/sys/i386/conf/NOTES Tue Oct 20 09:31:57 2009 (r198271) @@ -792,8 +792,10 @@ device ichwd # Temperature sensors: # # coretemp: on-die sensor on Intel Core and newer CPUs +# amdtemp: on-die sensor on AMD K8/K10/K11 CPUs # device coretemp +device amdtemp # # CPU control pseudo-device. Provides access to MSRs, CPUID info and