Date: Mon, 25 Aug 2008 19:52:48 +0100 From: Rui Paulo <rpaulo@FreeBSD.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: Re: How about AMD Puma platform support? Message-ID: <20080825185248.GA67304@alpha.local> In-Reply-To: <20080826032207.67383c15.nork@FreeBSD.org> References: <20080826005920.8aca164b.nork@FreeBSD.org> <20080825170324.GA65714@alpha.local> <20080826032207.67383c15.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 26, 2008 at 03:22:07AM +0900, Norikatsu Shigemura wrote: > On Mon, 25 Aug 2008 18:03:24 +0100 > Rui Paulo <rpaulo@freebsd.org> 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. Can you test this patch against k8temp, please? Index: k8temp.c =================================================================== --- k8temp.c (revision 181967) +++ k8temp.c (working copy) @@ -59,12 +59,14 @@ #define VENDORID_AMD 0x1022 #define DEVICEID_AMD_MISC 0x1103 +#define DEVICEID_AMD_MISC11H 0x1303 static struct k8temp_product { uint16_t k8temp_vendorid; uint16_t k8temp_deviceid; } k8temp_products[] = { { VENDORID_AMD, DEVICEID_AMD_MISC }, + { VENDORID_AMD, DEVICEID_AMD_MISC11H }, { 0, 0 } }; -- Rui Paulo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080825185248.GA67304>