1ATA_SCSIOP_INQ_83(9) libata SCSI translation/emulat ATA_SCSIOP_INQ_83(9)
2
3
4
6 ata_scsiop_inq_83 - Simulate INQUIRY VPD page 83, device identity
7
9 unsigned int ata_scsiop_inq_83(struct ata_scsi_args * args, u8 * rbuf);
10
12 args
13 device IDENTIFY data / SCSI command of interest.
14
15 rbuf
16 Response buffer, to which simulated SCSI cmd output is sent.
17
19 - vendor specific ASCII containing the ATA serial number - SAT defined
20 “t10 vendor id based” containing ASCII vendor name (“ATA ”), model and
21 serial numbers.
22
24 spin_lock_irqsave(host lock)
25
27 Jeff Garzik
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 ATA_SCSIOP_INQ_83(9)