RASCSI/src
joshua stein b54977daa6
DaynaPort: Remove scsi_cmd_read_6_t struct, it was not correct (#435)
The DWORDs in `cdb *` are not raw packed data from the wire, they
are manually copied in a previous function.  Trying to cast that
unpacked, aligned-on-byte-boundary data into the packed
scsi_cmd_read_6_t structure is not correct and does not put the
correct DWORDs into the proper fields.

Just do away with this struct and refer to the 2 cdb DWORDs (opcode
and length) manually.
2021-11-08 22:56:18 +01:00
..
loopback_test Added comments 2021-05-21 22:13:33 -05:00
oled_monitor Handle the screen rotation parameter better, fixing an error when no parameter was specified (#418) 2021-11-06 19:23:53 -05:00
raspberrypi DaynaPort: Remove scsi_cmd_read_6_t struct, it was not correct (#435) 2021-11-08 22:56:18 +01:00
web ID reservation in Web UI (#416) 2021-11-06 21:11:17 -05:00
x68k Translate source code in x68k (#289) 2021-10-01 15:23:53 -05:00
.pylintrc Web UI code cleanup and refactoring (#409) 2021-11-06 19:25:02 -05:00