User Tools

Site Tools


ch10_handbook:data_retrieval

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ch10_handbook:data_retrieval [2014/04/11 21:46] bobch10_handbook:data_retrieval [2014/04/13 20:07] bob
Line 53: Line 53:
     };      }; 
 </code> </code>
-Figure 4-1. SCSI INQUIRY CDB structure+ 
 +<html><center><b> 
 +SCSI INQUIRY CDB structure 
 +</b></center></html> 
  
 <code> <code>
Line 65: Line 68:
     };      }; 
 </code> </code>
-Figure 4-2. SCSI CDB Control field structure.+ 
 +<html><center><b> 
 +SCSI CDB Control field structure 
 +</b></center></html> 
  
 <code> <code>
Line 103: Line 109:
     };      }; 
 </code> </code>
-Figure 4-3. SCSI INQUIRY data structure+ 
 +<html><center><b> 
 +SCSI INQUIRY data structure 
 +</b></center></html> 
  
 The SCSI READ CAPACITY command is used to query the disk device about its size.  The SCSI READ CAPACITY command is used to query the disk device about its size. 
Line 127: Line 136:
     };      }; 
 </code> </code>
-Figure 4-4. SCSI READ CAPACITY CDB structure. + 
 +<html><center><b> 
 +SCSI READ CAPACITY CDB structure.  
 +</b></center></html> 
    
 <code> <code>
Line 136: Line 148:
     };      }; 
 </code> </code>
-Figure 4-5. SCSI READ CAPACITY data structure+ 
 +<html><center><b> 
 +SCSI READ CAPACITY data structure 
 +</b></center></html> 
  
 The SCSI READ command is used to read logical blocks of data from the disk device.  The SCSI READ command is used to read logical blocks of data from the disk device. 
Line 165: Line 180:
     };      }; 
 </code> </code>
-Figure 4-6. SCSI READ(10) CDB structure.+ 
 +<html><center><b> 
 +SCSI READ(10) CDB structure 
 +</b></center></html> 
  
 === IEEE 1394 === === IEEE 1394 ===
Line 315: Line 333:
     }      } 
 </code> </code>
-Figure 4-7. SCSI_PASS_THROUGH structure+ 
 +<html><center><b> 
 +SCSI_PASS_THROUGH structure 
 +</b></center></html> 
  
 The structures SCSI_PASS_THROUGH and SCSI_PASS_THROUGH_DIRECT are  The structures SCSI_PASS_THROUGH and SCSI_PASS_THROUGH_DIRECT are 
Line 402: Line 423:
     };      }; 
 </code>  </code> 
-Figure 4-8. STANAG 4575 Directory Block structure+ 
 +<html><center><b> 
 +STANAG 4575 Directory Block structure 
 +</b></center></html> 
  
 <code> <code>
Line 418: Line 442:
     };      }; 
 </code> </code>
-Figure 4-9. STANAG 4575 File Entry structure+ 
 +<html><center><b> 
 +STANAG 4575 File Entry structure 
 +</b></center></html> 
  
 A complete disk file directory is read starting at LBA 1. The first directory block is read  A complete disk file directory is read starting at LBA 1. The first directory block is read 
Line 427: Line 454:
 FIXME FIXME
  
-Figure 4-10. STANAG 4575 directory reading and decoding algorithm+<html><center><b> 
 +STANAG 4575 directory reading and decoding algorithm 
 +</b></center></html> 
  
ch10_handbook/data_retrieval.txt · Last modified: 2014/05/29 14:34 by bob

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki