Commit Graph

414 Commits

Author SHA1 Message Date
Uwe Seimet
d908e722d9 For other bridge interfaces than eth0 IP address and netmask can be provided 2021-08-26 23:54:48 +02:00
Uwe Seimet
3d0810b50f Comment update 2021-08-26 22:39:19 +02:00
Daniel Markstedt
18b3f088af
Translate code commends into English, removing redundant ones (#214) 2021-08-26 22:00:17 +02:00
Uwe Seimet
7a5b0183d8 Fixed comment 2021-08-26 20:25:34 +02:00
Uwe Seimet
4ef4fda836 Fixed typo 2021-08-26 20:03:58 +02:00
Uwe Seimet
3501dcd51b Fixed handling for sector size for non-disk devices 2021-08-26 18:14:45 +02:00
Uwe Seimet
8c76ce608b protobuf interface description update 2021-08-26 15:56:37 +02:00
Uwe Seimet
4bdf6bad60 Sort block sizes 2021-08-26 15:51:28 +02:00
Uwe Seimet
3db5d1dc4d Renaming 2021-08-26 11:28:28 +02:00
Uwe Seimet
a58a1cda15 Fixed compilation issues of 64 bit Ubuntu 2021-08-26 11:27:20 +02:00
Uwe Seimet
ebd31aa357 Added include 2021-08-26 11:15:44 +02:00
Uwe Seimet
f5b9d2dd98 Moved interface classes to new interfaces subfolder 2021-08-26 10:49:49 +02:00
Uwe Seimet
53c8d271aa Renamed xm6.h to rascsi.h 2021-08-26 10:40:40 +02:00
Uwe Seimet
e63572488c Renamed SCSI command interface classes 2021-08-26 10:39:28 +02:00
Uwe Seimet
83c47adaf9 Removed LPTSTR typedef 2021-08-25 21:52:36 +02:00
Uwe Seimet
050a59e3d4 Removed LPCTSTR typedef 2021-08-25 21:49:33 +02:00
Uwe Seimet
4f7490f5bb Removed LPCSTR typedef 2021-08-25 21:45:58 +02:00
Uwe Seimet
2fdfe5ff9f Replaced QWORD by uint64_t and removed respective typedef 2021-08-25 21:43:10 +02:00
Uwe Seimet
37928ba786 Removed obsolete assertions 2021-08-25 21:27:55 +02:00
Uwe Seimet
7fae0c0c5c Manpage updates 2021-08-25 14:10:03 +02:00
Uwe Seimet
501ba07404 Revert "Renaming"
This reverts commit b0554b9c0a.
2021-08-25 13:57:53 +02:00
Uwe Seimet
b0554b9c0a Renaming 2021-08-25 13:56:41 +02:00
Uwe Seimet
d6874f04ef Use foreach 2021-08-25 13:46:14 +02:00
Uwe Seimet
1b0032c25f Renaming 2021-08-25 13:39:08 +02:00
Uwe Seimet
355816964d Revert "Use foreach"
This reverts commit ee16586456.
2021-08-25 13:37:19 +02:00
Uwe Seimet
ee16586456 Use foreach 2021-08-25 13:21:16 +02:00
Uwe Seimet
99807a9dbe Removed duplicate code 2021-08-25 13:00:26 +02:00
Uwe Seimet
12cafe7ff5 Updated error handling 2021-08-25 12:52:38 +02:00
Uwe Seimet
4a4cf12bca Added sector size validation 2021-08-25 12:45:56 +02:00
Uwe Seimet
d0976f1ceb Made device factory a singleton, replace #ifdef by configurable block size 2021-08-25 12:26:30 +02:00
Uwe Seimet
c04f820d56 Removed assertion 2021-08-25 11:01:58 +02:00
Uwe Seimet
7110ea532a Added convenience methods for setting/getting sector size in bytes 2021-08-25 10:51:45 +02:00
Uwe Seimet
999dbdf492 rasctl output update 2021-08-25 09:57:37 +02:00
Uwe Seimet
0ac439f3e9 Fixed wrong loop index 2021-08-25 09:39:09 +02:00
Uwe Seimet
172b237983 protobuf interface update 2021-08-25 09:37:51 +02:00
Uwe Seimet
4f43b34204 Index update 2021-08-25 09:00:43 +02:00
Uwe Seimet
1f0aa910c8 Renaming 2021-08-25 08:48:57 +02:00
Uwe Seimet
02534565f1 Merge remote-tracking branch 'origin/develop' into uweseimet_develop 2021-08-25 08:42:55 +02:00
Uwe Seimet
fff119e9fd Renaming 2021-08-25 08:40:55 +02:00
Uwe Seimet
bf5289d30e Maintain list of supported block sizes 2021-08-25 08:21:19 +02:00
Eric Helgeson
62f6c8d948
Fix issue where pi thinks it should use ipv6 localhost (#209) 2021-08-24 18:37:54 -05:00
Uwe Seimet
2d364f16d8 Device factory sets device features 2021-08-25 00:18:21 +02:00
Uwe Seimet
ac9f9bb335 rasctl output update 2021-08-24 22:04:45 +02:00
Uwe Seimet
6268327ea4 Extended interface to return whether block size is configurable 2021-08-24 22:03:30 +02:00
Uwe Seimet
13387e1585 rasctl output update 2021-08-24 21:58:59 +02:00
Uwe Seimet
7ade7b1380 Updated Daynaport revision 2021-08-24 21:57:19 +02:00
Uwe Seimet
bcb842bc68 Feature list update 2021-08-24 21:53:20 +02:00
Uwe Seimet
30e05d4933 Added support for features lists to protobuf interface 2021-08-24 21:52:12 +02:00
Uwe Seimet
b53eb7c888 Separated device features and status in protobuf interface 2021-08-24 20:45:32 +02:00
Uwe Seimet
106d2d50d1 Daynaport device can be configured with interface list (issue #202) 2021-08-24 20:05:16 +02:00