]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/pc.c
hw: Deprecate -drive if=scsi with non-onboard HBAs
[mirror_qemu.git] / hw / i386 / pc.c
index a555c35d913f3d661355f889915956bdeca03cb0..c2c75e23da7405ef5b21cfb82bf53a1ade3d368e 100644 (file)
@@ -1652,7 +1652,7 @@ void pc_pci_device_init(PCIBus *pci_bus)
 
     max_bus = drive_get_max_bus(IF_SCSI);
     for (bus = 0; bus <= max_bus; bus++) {
-        pci_create_simple(pci_bus, -1, "lsi53c895a");
+        lsi53c895a_create(pci_bus);
     }
 }