Virtio SCSI: add a description for CHANGE feature.
This commit is contained in:
@@ -21,6 +21,8 @@ get_feature_name(uint32 feature)
|
|||||||
return "in out";
|
return "in out";
|
||||||
case VIRTIO_SCSI_F_HOTPLUG:
|
case VIRTIO_SCSI_F_HOTPLUG:
|
||||||
return "hotplug";
|
return "hotplug";
|
||||||
|
case VIRTIO_SCSI_F_CHANGE:
|
||||||
|
return "change";
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
@@ -348,4 +350,3 @@ VirtioSCSIController::_RescanChildBus(void *cookie)
|
|||||||
TRACE("rescan done %p\n", childNode);
|
TRACE("rescan done %p\n", childNode);
|
||||||
gDeviceManager->put_node(childNode);
|
gDeviceManager->put_node(childNode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user