home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / commercial / asmonedemo / asm-one / include / devices / scsidisk.i < prev    next >
Text File  |  1995-03-16  |  432b  |  26 lines

  1.     IFND    DEVICES_SCSIDISK_I
  2. DEVICES_SCSIDISK_I=    1
  3. HD_SCSICMD    =    28
  4.     RSRESET
  5. SCSICmd        RS.B    0
  6. scsi_Data    RS.L    1
  7. scsi_Length    RS.L    1
  8. scsi_Actual    RS.L    1
  9. scsi_Command    RS.L    1
  10. scsi_CmdLength    RS.W    1
  11. scsi_CmdActual    RS.W    1
  12. scsi_Flags    RS.B    1
  13. scsi_Status    RS.B    1
  14. scsi_SIZEOF    RS.B    0
  15.  
  16. SCSIF_WRITE    =    0
  17. SCSIF_READ    =    1
  18. HFERR_SelfUnit    =    40
  19. HFERR_DMA    =    41
  20. HFERR_Phase    =    42
  21. HFERR_Parity    =    43
  22. HFERR_SelTimeout=    44
  23. HFERR_BadStatus    =    45
  24. HFERR_NoBoard    =    50
  25.     ENDC
  26.