JMraidcon.git
13 years agoMore cleanup of the SMART ATA passthrough commands master
Werner Johansson [Mon, 18 Oct 2010 07:07:37 +0000]
More cleanup of the SMART ATA passthrough commands

SMART data gets received in the same format as the drive normally
emits it, but with the command header still present (meaning
the actual drive data starts at offset 32)

Signed-off-by: Werner Johansson <wj@xnk.nu>

13 years agoFixed CRC calculation for wakeup and some of the potential host endianess issues
Werner Johansson [Mon, 18 Oct 2010 02:12:18 +0000]
Fixed CRC calculation for wakeup and some of the potential host endianess issues

Signed-off-by: Werner Johansson <wj@xnk.nu>

13 years agoInitial commit of JMraidcon. Don't expect anything real to work just yet
Werner Johansson [Sat, 16 Oct 2010 21:04:33 +0000]
Initial commit of JMraidcon. Don't expect anything real to work just yet

The communication is working, but only fixed commands can be sent out
and the responses are only printed in Hex/ASCII, no parsing done.

Also the sector all communication is written to is hard-coded, the
program should search for an empty sector to make sure no data gets lots
if the program crashes.

13 years agoInitial CRC and SATA scrambling commit
Werner Johansson [Sat, 16 Oct 2010 18:36:47 +0000]
Initial CRC and SATA scrambling commit

13 years agoInitial commit
Werner Johansson [Sat, 16 Oct 2010 18:31:44 +0000]
Initial commit