How about AMD Puma platform support?

Rui Paulo rpaulo at FreeBSD.org
Mon Aug 25 18:54:05 UTC 2008


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 at 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 


More information about the freebsd-current mailing list