mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-29 16:49:55 +00:00
28a43b3390
* Make ModeSelect() non-const Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> * Implement ModeSelect for scsicd and honor sector size setting. DEC's VMS can't handle 2k sector sizes and uses ModeSelect6 to set the sector size to 512 bytes. Fixes #1397 Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> * Test sector size setting via ModeSelect in SCSICD Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> * Re-calculate total blocks when sector size changes Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> * Reset CD data tracks after sector size change The track calculation is based on sector size and must be reset after change of sector size. Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> * resize cache after change of sector size The disk cache is based on sector size and must be resized when the sector size changes. Disk::ResizeCache needs a `raw` parameter, make this value accessible from the current cache. Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> * Make GetRawMode const Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> --------- Signed-off-by: Klaus Kämpf <kkaempf@gmail.com> |
||
---|---|---|
.. | ||
abstract_controller_test.cpp | ||
bus_test.cpp | ||
command_context_test.cpp | ||
controller_manager_test.cpp | ||
ctapdriver_test.cpp | ||
device_factory_test.cpp | ||
device_test.cpp | ||
disk_test.cpp | ||
gpiobus_raspberry_test.cpp | ||
host_services_test.cpp | ||
linux_os_stubs.cpp | ||
linux_os_stubs.h | ||
localizer_test.cpp | ||
mocks.h | ||
mode_page_device_test.cpp | ||
network_util_test.cpp | ||
phase_handler_test.cpp | ||
piscsi_exceptions_test.cpp | ||
piscsi_executor_test.cpp | ||
piscsi_image_test.cpp | ||
piscsi_response_test.cpp | ||
piscsi_service_test.cpp | ||
piscsi_util_test.cpp | ||
primary_device_test.cpp | ||
protobuf_util_test.cpp | ||
scsi_command_util_test.cpp | ||
scsi_controller_test.cpp | ||
scsi_daynaport_test.cpp | ||
scsi_host_bridge_test.cpp | ||
scsi_printer_test.cpp | ||
scsicd_test.cpp | ||
scsictl_commands_test.cpp | ||
scsictl_display_test.cpp | ||
scsictl_parser_test.cpp | ||
scsidump_test.cpp | ||
scsihd_nec_test.cpp | ||
scsihd_test.cpp | ||
scsimo_test.cpp | ||
storage_device_test.cpp | ||
test_setup.cpp | ||
test_shared.cpp | ||
test_shared.h |