ata_dev_parse_strings

Name

ata_dev_parse_strings --  Store useful IDENTIFY DEVICE page strings

Synopsis

void ata_dev_parse_strings (struct ata_device * dev);

Arguments

dev

Device whose IDENTIFY DEVICE page info we use

Description

We store 'vendor' and 'product' strings read from the device, for later use in the SCSI simulator's INQUIRY data.

Set these strings here, in the case of 'product', using data read from the ATA IDENTIFY DEVICE page.

LOCKING

caller.