| 115 | } |
| 116 | |
| 117 | void ModePageDevice::ModeSelect(scsi_command, cdb_t, span<const uint8_t>, int) |
| 118 | { |
| 119 | // There is no default implementation of MODE SELECT |
| 120 | throw scsi_exception(sense_key::illegal_request, asc::invalid_command_operation_code); |
| 121 | } |
| 122 | |
| 123 | void ModePageDevice::ModeSelect6() const |
| 124 | { |
nothing calls this directly
no test coverage detected