On 12.11.13 16:08, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Tue Nov 12 15:08:01 UTC 2013 > > Modified Files: > src/sys/arch/x86/pci: amdtemp.c > > Log Message: > Calcurate the processor family correctly. The extended family bits > should be added only when the base family is 0xf. > >
The old code is correct as the extended family bits are 0 when base family is < 0xf. Also, the amdtemp driver does not attach on such old cpus. Christoph