diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/device/1856724')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/device/1856724 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/1856724 b/results/classifier/deepseek-2-tmp/output/device/1856724 deleted file mode 100644 index 3ab599f3..00000000 --- a/results/classifier/deepseek-2-tmp/output/device/1856724 +++ /dev/null @@ -1,19 +0,0 @@ - -SB.PCI0.SMB0 device drivers unavailable - -QEMU 4.2 introduces new device with this code: - -static void build_smb0(Aml *table, I2CBus *smbus, int devnr, int func) -{ - Aml *scope = aml_scope("_SB.PCI0"); - Aml *dev = aml_device("SMB0"); - - aml_append(dev, aml_name_decl("_HID", aml_eisaid("APP0005"))); - aml_append(dev, aml_name_decl("_ADR", aml_int(devnr << 16 | func))); - build_acpi_ipmi_devices(dev, BUS(smbus), "\\_SB.PCI0.SMB0"); - aml_append(scope, dev); - aml_append(table, scope); -} - -It is detected by Windows 10 as 'Unknown Device' and there is no driver available. -Please provide a working Windows driver or give ability to disable this device. \ No newline at end of file |