From owner-freebsd-amd64@FreeBSD.ORG Sun Feb 10 16:28:16 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 746E416A468 for ; Sun, 10 Feb 2008 16:28:16 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 195A613C45D for ; Sun, 10 Feb 2008 16:28:15 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so3716577fgg.35 for ; Sun, 10 Feb 2008 08:28:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:sender; bh=rB6aecKZkkIb75fxgEInS6vZp/PENVrrF5xM/dnnOT4=; b=TPSJRr7guWS5GvBXtTDR74LuB93DEOIgDpbeEWqzNHhb+W1wjLd9kFUYDrWSZro7mScJRieh+7VtZy+gT5dVJtHalI75L3Nz1kl6Z833rQquElLhyMuDwVd/Uvk8YmSRq9zF3s7zWDi7jZFog++axMUeWwsO5bXcu9lXbOqZyUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:sender; b=fNfxjzW6VbQDTdbBXYz7lepKAzhvJr7sFBrZNNaW5A/cvanGflbKeOnCyjzLgIsOksJ50lskoJEFaYvAUZnz/w6/nQBmbs6G6QhNNq1K+7lnuJf/Mt3wXt9o4D58jqNsqOaJ9DVJNLyNXOkWzVyBoMdFCkIb3J+Euovgfk1lZUw= Received: by 10.82.121.15 with SMTP id t15mr27571437buc.1.1202659148668; Sun, 10 Feb 2008 07:59:08 -0800 (PST) Received: from ?89.214.209.214? ( [89.214.209.214]) by mx.google.com with ESMTPS id m5sm19474884gve.11.2008.02.10.07.59.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Feb 2008 07:59:08 -0800 (PST) Message-Id: From: Rui Paulo To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Sun, 10 Feb 2008 15:59:04 +0000 X-Mailer: Apple Mail (2.915) Sender: Rui Paulo Subject: CFT: k8temp driver X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 16:28:16 -0000 Hi, Some AMD systems have two thermal sensors on both cores. I wrote a simple driver to access these temperatures, but I don't have a system to test. If anyone has a AMD K8 system, I would love if you could test the k8temp driver that I wrote based on the Linux one. Get it at: http://people.freebsd.org/~rpaulo/k8temp.tgz Compile/test with: $ tar xzvf k8temp.tgz && cd k8temp $ make SYSDIR=/path/to/src/sys # kldload ./k8temp.ko This is still pre-alpha quality, so please don't use it on a production system. Thanks in advance. -- Rui Paulo