Fix camdd for host-aware and host-managed SMR disks.
This should've gone in as part of r300207 Reviewed by: ken MFC after: 3 days Sponsored by: Spectra Logic Corp
This commit is contained in:
parent
e73b16ae7a
commit
4e2d2c748c
@ -1292,6 +1292,7 @@ camdd_probe_pass(struct cam_device *cam_dev, struct camdd_io_opts *io_opts,
|
||||
case T_CDROM:
|
||||
case T_OPTICAL:
|
||||
case T_RBC:
|
||||
case T_ZBC_HM:
|
||||
break;
|
||||
default:
|
||||
errx(1, "Unsupported SCSI device type %d", scsi_dev_type);
|
||||
|
Loading…
Reference in New Issue
Block a user