* Walter Haidinger <walter.haidin...@gmx.at> [111107 14:15]:
> ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 11, 24 pins
> ioapic0: misconfigured as apic 0, remapped to apid 1
> bios0: ROM list: 0xc0000/0x9e00 0xca000/0xa00 0xcb000/0xa00 0xcc000/0x600 
> 0xcc800/0x2400
> vmt0 at mainbus0
> vmware: open failed, eax=564d5868, ecx=0000001e, edx=00005658
> vmt0: failed to open backdoor RPC channel (TCLO protocol)
> kernel: protection fault trap, code=0
> Stopped at      k1x_init+0x56:  rdmsr
> k1x_init(d0ad7540,d09ae620,d0b8ce58,d059ce20,30000002) at k1x_init+0x56

k1x_init() is not related to vmt, it is from k1x-pstate.c, which
is cpu power state driver for K10 processors. 

I don't know of an easy way to disable it but recompiling the kernel
with this:

Index: sys/arch/i386/i386/machdep.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/i386/machdep.c,v
retrieving revision 1.506
diff -u -p -r1.506 machdep.c
--- sys/arch/i386/i386/machdep.c        2 Nov 2011 23:53:44 -0000       1.506
+++ sys/arch/i386/i386/machdep.c        7 Nov 2011 15:04:49 -0000
@@ -1347,8 +1347,10 @@ amd_family6_setperf_setup(struct cpu_inf
                k8_powernow_init();
                break;
        }
+#if 0
        if (ci->ci_family >= 0x10)
                k1x_init(ci);
+#endif
 }
 #endif
 

> mainbus_attach(0,d130bfc0,0,d09aafc0,0) at mainbus_attach+0xc1
> config_attach(0,d09aafc0,0,0,d0a1bc40) at config_attach+0x1bb
> config_rootfound(d08cde8c,0,0,d03d8b51,0) at config_rootfound+0x46
> cpu_configure(d0ad7540,1,1000,cff3f000,1) at cpu_configure+0x29
> main(d02004ba,d02004c2,0,0,0) at main+0x3ea
> ddb> 
 
-- 
Alexander Polakov | plhk.ru

Reply via email to