Revision 1235fc06 hw/scsi-disk.c

b/hw/scsi-disk.c
662 662
    case 0x46:
663 663
        DPRINTF("Get Configuration (rt %d, maxlen %d)\n", buf[1] & 3, len);
664 664
        memset(outbuf, 0, 8);
665
        /* ??? This shoud probably return much more information.  For now
665
        /* ??? This should probably return much more information.  For now
666 666
           just return the basic header indicating the CD-ROM profile.  */
667 667
        outbuf[7] = 8; // CD-ROM
668 668
        r->buf_len = 8;

Also available in: Unified diff