--- nono/vm/scsi.h 2026/04/29 17:05:28 1.1.1.9 +++ nono/vm/scsi.h 2026/04/29 17:05:41 1.1.1.10 @@ -130,6 +130,9 @@ class SCSI static const uint ReadDiscInformation = 0x51; // ? static const uint ModeSelect10 = 0x55; // 共通 static const uint ModeSense10 = 0x5a; // 共通 + + // SCSI-3(?) + static const uint ReportLUNs = 0xa0; }; // SCSI コマンド名を返す static const char *GetCommandName(uint8 cmd);