* Uwe Hermann uwe@hermann-uwe.de [070628 15:33]:
I'm not even sure it works this way. X86_VENDOR_AMD is not a PCI vendor ID, it's simply a 3, see cpu.h. As this uses ".type = DEVICE_ID_PCI" I doubt it'll work. We probably need some DEVICE_ID_CPU or something?
Uwe is correct. The 0x5a2 is returned from a CPUID eax=0x01 instructions. I think that it is defined lxdef.h. Marc
I second that. Patch anyone?