From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 1 21:09:11 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 883F9106567F; Mon, 1 Aug 2011 21:09:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Andriy Gapon Date: Mon, 1 Aug 2011 17:08:55 -0400 User-Agent: KMail/1.6.2 References: <201107312128.29322.lobo@bsd.com.br> <201108011548.03059.jkim@FreeBSD.org> <4E370793.8080809@FreeBSD.org> In-Reply-To: <4E370793.8080809@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108011708.58713.jkim@FreeBSD.org> Cc: freebsd-hackers@freebsd.org Subject: Re: Phenom II 975 BE shows 0 celsius X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 21:09:11 -0000 On Monday 01 August 2011 04:07 pm, Andriy Gapon wrote: > on 01/08/2011 22:48 Jung-uk Kim said the following: > > amdtemp(4) attaches under PCI bus but its sibling on function 2 > > isn't easy to address, i.e., hostbN. > > pci_find_bsf() should help with that. I thought about that but it seemed like an overkill because this driver is strictly MD anyway. :-) Jung-uk Kim