SBC: Add GET_LBA_STATUS support and simple test

This commit is contained in:
Ronnie Sahlberg
2012-05-30 18:41:12 +10:00
parent 6be4a82407
commit 812df62bfd
11 changed files with 266 additions and 8 deletions

View File

@@ -108,6 +108,9 @@ struct scsi_test tests[] = {
/* prefetch16*/
{ "T0250_prefetch16_simple", T0250_prefetch16_simple },
/* get_lba_status */
{ "T0260_get_lba_status_simple", T0260_get_lba_status_simple },
{ NULL, NULL }
};