TESTS: Try reading the BlockDeviceCharacteristics VPD page on startup

This commit is contained in:
Ronnie Sahlberg
2013-05-26 19:53:27 -07:00
parent b193e08be8
commit 10d101cf51
3 changed files with 18 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ do { \
extern struct scsi_inquiry_standard *inq;
extern struct scsi_inquiry_logical_block_provisioning *inq_lbp;
extern struct scsi_inquiry_block_device_characteristics *inq_bdc;
extern struct scsi_inquiry_block_limits *inq_bl;
extern struct scsi_readcapacity16 *rc16;
extern struct scsi_report_supported_op_codes *rsop;