Rename pci_find_class() to pci_find_classprog(), and add new functions.
[seabios.git] / src / pcibios.c
index 4e29a43129741fecc9d08afdb0d348f8cbaf4c4e..b189f0bf0c4b09ca09837268c2f0ba64d17ffde8 100644 (file)
@@ -49,7 +49,7 @@ static void
 handle_1ab103(struct bregs *regs)
 {
     PCIDevice d;
-    int ret = pci_find_class(regs->ecx, regs->si, &d);
+    int ret = pci_find_classprog(regs->ecx, regs->si, &d);
     if (ret) {
         set_code_fail(regs, RET_DEVICE_NOT_FOUND);
         return;