Set scsi device attributes
int ata_scsi_slave_config(struct scsi_device * sdev);
sdev
SCSI device to examine
This is called before we actually start reading and writing to the device, to configure certain SCSI mid-layer behaviors.
Defined by SCSI layer. We don't really care.
Jeff Garzik
Author.