diff --git a/src/device/pci_device.c b/src/device/pci_device.c index d7f6a3ad34..a0a8df3d4d 100644 --- a/src/device/pci_device.c +++ b/src/device/pci_device.c @@ -1438,8 +1438,8 @@ void pci_scan_bus(struct bus *bus, unsigned int min_devfn, } /* - * The device is only considered leftover if it is not hidden - * and it has a Vendor ID of 0 (the default for a device that + * The device is only considered leftover if it is enabled, not + * hidden, and has a Vendor ID of 0 (the default for a device that * could not be probed). */ if (dev->vendor != 0 || dev->hidden || !dev->enabled) {