From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 00:11:05 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA23F1065681; Tue, 26 Aug 2008 00:11:05 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:230:48ff:fe41:2455]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF988FC1B; Tue, 26 Aug 2008 00:11:05 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.14.1/8.14.1/NinthNine) with SMTP id m7Q0B4Ru057368; Tue, 26 Aug 2008 09:11:04 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Tue, 26 Aug 2008 09:11:03 +0900 From: Norikatsu Shigemura To: Rui Paulo Message-Id: <20080826091103.32c59318.nork@FreeBSD.org> In-Reply-To: <20080825185248.GA67304@alpha.local> References: <20080826005920.8aca164b.nork@FreeBSD.org> <20080825170324.GA65714@alpha.local> <20080826032207.67383c15.nork@FreeBSD.org> <20080825185248.GA67304@alpha.local> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Tue, 26 Aug 2008 09:11:04 +0900 (JST) Cc: freebsd-current@FreeBSD.org Subject: Re: How about AMD Puma platform support? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2008 00:11:05 -0000 On Mon, 25 Aug 2008 19:52:48 +0100 Rui Paulo wrote: > On Tue, Aug 26, 2008 at 03:22:07AM +0900, Norikatsu Shigemura wrote: > > On Mon, 25 Aug 2008 18:03:24 +0100 > > Rui Paulo wrote: > > > > OK: AMD AthlonX2 Dual-Core QL-60(1.9GHz) > > > > But k8temp(4) doesn't work. > > > Can you show me the output of pciconf -lv ? > > Yes. and I already attached devinfo -rv at my previous mail, too. > > Please see also. > Sorry, I missed it. No problem:-). > Can you test this patch against k8temp, please? Good! But I got following results: # kldload k8temp k8temp0: on hostb4 # sysctl dev.k8temp dev.k8temp.0.%desc: AMD K8 Thermal Sensors dev.k8temp.0.%driver: k8temp dev.k8temp.0.%parent: hostb4 dev.k8temp.0.sensor0.core0: -49 dev.k8temp.0.sensor0.core1: -49 dev.k8temp.0.sensor1.core0: -49 dev.k8temp.0.sensor1.core1: -49 Thank you!