aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/pvscsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/pvscsi.c')
-rw-r--r--src/hw/pvscsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/pvscsi.c b/src/hw/pvscsi.c
index cd4046c1..7c850a95 100644
--- a/src/hw/pvscsi.c
+++ b/src/hw/pvscsi.c
@@ -290,7 +290,7 @@ static void
pvscsi_scan_target(struct pci_device *pci, void *iobase,
struct pvscsi_ring_dsc_s *ring_dsc, u8 target)
{
- /* TODO: send REPORT LUNS. For now, only LUN 0 is recognized. */
+ /* pvscsi has no more than a single lun per target */
pvscsi_add_lun(pci, iobase, ring_dsc, target, 0);
}