RASCSI/src/raspberrypi/devices
Cédric Alexander Tremblay e1f2c600d1
Fixed type error when compiling for arm (#1122)
* Fixed type error when compiling

* Replaced 'atoi(fb) == -1' to 'fb == (char*)-1'
2023-03-08 21:35:08 -06:00
..
interfaces Feature READ/WRITE LONG(10/16) (#481) 2021-11-26 22:29:21 -06:00
cfilesystem.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
cfilesystem.h Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229) 2021-09-14 21:51:12 -05:00
ctapdriver.cpp Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
ctapdriver.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
device.cpp Replaced parameter lists by map with named parameters 2021-09-16 12:16:53 +02:00
device.h it freakin works 2022-01-10 02:47:54 +00:00
device_factory.cpp Initial framework for PowerView emulation 2021-12-27 23:32:41 +00:00
device_factory.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
disk.cpp Feature READ/WRITE LONG(10/16) (#481) 2021-11-26 22:29:21 -06:00
disk.h Feature READ/WRITE LONG(10/16) (#481) 2021-11-26 22:29:21 -06:00
disk_track_cache.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
disk_track_cache.h Code cleanup (#442) 2021-11-13 19:36:35 -06:00
file_support.cpp Prevent image files in use from being deleted 2021-09-15 15:17:26 +02:00
file_support.h Prevent image files in use from being deleted 2021-09-15 15:17:26 +02:00
sasihd.cpp File size filtering update (#320) 2021-10-13 09:41:21 -07:00
sasihd.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00
scsi_daynaport.cpp Various DaynaPort related logging updates (#477) 2021-11-18 19:24:36 -06:00
scsi_daynaport.h Various DaynaPort related logging updates (#477) 2021-11-18 19:24:36 -06:00
scsi_host_bridge.cpp Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00
scsi_host_bridge.h Replaced parameter lists by map with named parameters 2021-09-16 12:16:53 +02:00
scsi_powerview.cpp Fixed type error when compiling for arm (#1122) 2023-03-08 21:35:08 -06:00
scsi_powerview.h Cleanup and add meaningful error reporting 2022-01-21 02:37:48 +00:00
scsi_powerview_palettes.cpp Color palette handling enhancements 2022-01-19 22:56:37 +00:00
scsicd.cpp Fix issue 422 (#425) 2021-11-07 21:18:58 +01:00
scsicd.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00
scsihd.cpp Update scsihd.cpp Inquiry data length (#463) 2021-11-14 10:41:10 +01:00
scsihd.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00
scsihd_nec.cpp File size filtering update (#320) 2021-10-13 09:41:21 -07:00
scsihd_nec.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
scsimo.cpp Issue 319, detach all devices on SIGKILL/SIGTERM (#328) 2021-10-14 13:25:10 -07:00
scsimo.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00