filename | test/ide.h |
changeset | 251:3c5953d944e0 |
prev | 185:6755a04c447f |
author | nkeynes |
date | Wed Dec 20 11:24:16 2006 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Tidy up the core IDE test case - now passes (usually) on the real thing. Main surprise was that it seems to always fail the first packet command after a reset with code 06,29 (drive reset), no matter how long its been since the reset. |
file | annotate | diff | log | raw |
1.1 --- a/test/ide.h Tue Jul 11 01:35:27 2006 +00001.2 +++ b/test/ide.h Wed Dec 20 11:24:16 2006 +00001.3 @@ -22,6 +22,8 @@1.5 int ide_sense_error( char *buf );1.7 +int ide_get_sense_code();1.8 +1.9 /**1.10 * Retrieve session information. If session == 0, returns the1.11 * end-of-disc information instead.
.