This command issues a SCSI command to the drive, bypassing the translation from trackdisk to SCSI commands.
The scsi.device may actually not be connected to a SCSI bus at all, but may emulate (some) SCSI commands through appropriate IDE commands. If the connected device speaks ATAPI, then the SCSI commands are directly dispatched as ATAPI commands. Note that ATAPI uses the same command set as SCSI.
However, for non-ATAPI devices, the following table lists which SCSI commands are emulated through ATA commands:
READ(6) (0x08)
READ(10) (0x28)
WRITE(6) (0x0a)
WRITE(10) (0x2a)
REQUEST_SENSE (0x03)
FORMAT_UNIT(6) (0x04)
TEST_UNIT_READY (0x00)
SEEK(6) (0x0b)
SEEK(10) (0x2b)
READ_CAPACITY (0x25)
MODE_SENSE (0x1a)
INQUIRY (0x12)
REZERO_UNIT (0x01)
VERIFY (0x2f)
RESERVE (0x16)
SEND_DIAGNOSTIC (0x1d)
The following mode pages are emulated through MODE_SENSE:
Page 3 (Format Device page)
Page 4 (Rigid Disk page)