RASCSI/cpp/devices
Daniel Markstedt a6a8cadf21
Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451)
* Revert "Don't ResizeCache on sector change if no filename is defined (#1438)"

This reverts commit dd9a3296d4.

* Revert "Add ModeSense page 0x25 (DEC special function control page) (#1412)"

This reverts commit 1121b8d9d6.

* Revert "DiskCache needs a size"

This reverts commit 7cc8df271c.

* Revert "Honor sector size change via ModeSelect6 in scsicd (#1406)"

This reverts commit b7f65d33e2.

* Revert "Multiple fixes for ModeSelect (#1405)"

This reverts commit ad5eae93e7.
2024-04-13 03:40:53 -07:00
..
interfaces Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
cd_track.cpp Rebrand project to PiSCSI (#1016) 2022-12-05 09:58:23 -08:00
cd_track.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
cfilesystem.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
cfilesystem.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
ctapdriver.cpp Fix daynaport emulation regression (#1306) (#1318) 2023-11-09 00:39:00 +01:00
ctapdriver.h Move default device parameters from DeviceFactory to the respective devices #1257 (#1259) 2023-10-30 11:24:18 +01:00
device.cpp Move default device parameters from DeviceFactory to the respective devices #1257 (#1259) 2023-10-30 11:24:18 +01:00
device.h Move default device parameters from DeviceFactory to the respective devices #1257 (#1259) 2023-10-30 11:24:18 +01:00
device_factory.cpp Move sector sizes lists from DeviceFactory to the respective devices (#1323) 2023-11-14 15:32:46 +01:00
device_factory.h Recognize .cdr and .toast as CD-ROM image file endings 2024-01-27 07:22:19 +09:00
device_logger.cpp Fix missing logging for a LUN when the LUN is explicitly specified (#1379) 2023-11-26 13:25:54 +09:00
device_logger.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
disk.cpp Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
disk.h Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
disk_cache.cpp Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
disk_cache.h Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
disk_track.cpp Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
disk_track.h Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
host_services.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
host_services.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
mode_page_device.cpp Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
mode_page_device.h Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
primary_device.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
primary_device.h Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
scsi_command_util.cpp Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
scsi_command_util.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsi_daynaport.cpp NetBSD compatibility: Increase daynaport minimum packet size to 128 bytes (#1334) (#1335) 2023-11-14 16:13:14 +01:00
scsi_daynaport.h NetBSD compatibility: Increase daynaport minimum packet size to 128 bytes (#1334) (#1335) 2023-11-14 16:13:14 +01:00
scsi_host_bridge.cpp Move default device parameters from DeviceFactory to the respective devices #1257 (#1259) 2023-10-30 11:24:18 +01:00
scsi_host_bridge.h Move default device parameters from DeviceFactory to the respective devices #1257 (#1259) 2023-10-30 11:24:18 +01:00
scsi_printer.cpp Properly close file to be printed (#1428) 2024-02-03 07:51:44 +09:00
scsi_printer.h Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
scsicd.cpp Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
scsicd.h Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
scsihd.cpp Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
scsihd.h Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
scsihd_nec.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
scsihd_nec.h Move sector sizes lists from DeviceFactory to the respective devices (#1323) 2023-11-14 15:32:46 +01:00
scsimo.cpp Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
scsimo.h Revert fixes for DEC vendor specific pages and CD-ROM block size changing (#1451) 2024-04-13 03:40:53 -07:00
storage_device.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
storage_device.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00