RASCSI/cpp
Klaus Kämpf 1121b8d9d6
Add ModeSense page 0x25 (DEC special function control page) (#1412)
* Add ModeSense page 0x25 (DECSpecialFunctionControlPage)

VAXServer 3100 (CPU KA41-E) console firmware issues ModeSense(6)
page 0x25 when probing for disks. A disk won't be recognized if
this returns an error.

The DEC SCSI specification[1], section 8.5 documents this page.

[1] https://manx-docs.org/collections/antonio/dec/dec-scsi.pdf

Fixes #1410

Signed-off-by: Klaus Kämpf <kkaempf@gmail.com>
2024-01-18 16:55:38 -08:00
..
controllers Fix missing logging for a LUN when the LUN is explicitly specified (#1379) 2023-11-26 13:25:54 +09:00
devices Add ModeSense page 0x25 (DEC special function control page) (#1412) 2024-01-18 16:55:38 -08:00
hal Improve BSD compile-time compatibility (#1342) 2023-11-16 12:37:50 +01:00
piscsi Fix remote interface communication issue (broken pipe) (#1415) 2024-01-16 10:56:25 +09:00
scsictl Revert "scsictl: Create files with binary/JSON or text format protobuf data (#1369)" 2023-11-27 09:11:43 +09:00
scsidump Fix SonarQube issues (#1276) 2023-11-01 12:53:05 +01:00
scsiloop Re-add CONNECT_TYPE_CONNECT_TYPE_AIBOM and CONNECT_TYPE_GAMERNIUM (#1315) (#1317) 2023-11-08 13:27:49 +01:00
scsimon Move top-level .cpp files into their respective folders (#1249) 2023-10-16 18:27:18 +02:00
shared Update version for next development version 2023-11-11 23:17:47 +09:00
test Add ModeSense page 0x25 (DEC special function control page) (#1412) 2024-01-18 16:55:38 -08:00
.gitignore Add initial IDE setup (#1326) 2023-11-14 15:13:45 +01:00
Makefile Remove fullspec/standard sub-folder (#1324) 2023-11-14 15:51:36 +01:00
piscsi_interface.proto Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00