summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1863441
blob: 5e82dd69cd6b273ae7ebfc2b8eea528ff108c899 (plain) (blame)
1
2
3
4
5
6
7
8
cmd_mode_sense always reports 0x70, no CDROM present

cmd_mode_sense
  https://git.qemu.org/?p=qemu.git;a=blob;f=hw/ide/atapi.c;hb=refs/heads/master#l852
always reports 0x70 in byte 2 returned, indicating no CD-ROM present.

If CD-ROM is present, should report 0x01 (or 0x11).
If CD-ROM absent, should report 0x70.