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) _at__at_ -59,12 +59,14 _at__at_ #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 PauloReceived on Mon Aug 25 2008 - 16:54:05 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:34 UTC