Module hdd::scsi

source ·
Expand description

All things SCSI.

  • Use struct SCSIDevice + trait SCSICommon to start sending SCSI commands to the Device.
  • Use data module to parse various low-level structures found in SCSI command replies.
  • Import traits from porcelain modules (like pages) to do typical tasks without needing to compose commands and parse responses yourself.
    • You can also use module ata to issue ATA commands using ATA PASS-THROUGH.

Modules

Functions implementing typical log page queries

Structs

Enums

Traits