1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00
CLK/Storage/MassStorage
Thomas Harte 310c722cc0 Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds.
The idea being that bus attachees need not all count time for themselves. They can be very plain finite state machines.

New semantics are not yet implemented within the Bus. The plan is to do that, remove the internal counting of time within the NCR, then adjust the Target to be more explicitly stateful.
2019-08-31 21:44:22 -04:00
..
Encodings Starts trying to deal with creating a whole volume from merely a partition. 2019-08-25 23:03:54 -04:00
Formats Starts trying to deal with creating a whole volume from merely a partition. 2019-08-25 23:03:54 -04:00
SCSI Starts a transition to bus-level knowledge of SCSI-specific bus timing thresholds. 2019-08-31 21:44:22 -04:00
MassStorageDevice.cpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00
MassStorageDevice.hpp Starts pushing towards figuring out a proper infrastructure for mass storage. 2019-08-21 23:22:58 -04:00