SCSI_TYPE_ID
char controller_type[SCSI_TYPE_ID]; /* Controller type */
strlcpy(info->controller_type, "ATA", SCSI_TYPE_ID);
strlcpy(inquiry_data->controller_type, "Hyper-V", SCSI_TYPE_ID);
strlcpy(info->controller_type, "Virtio", SCSI_TYPE_ID);