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:
Alan Somers 2016-07-20 15:00:05 +00:00
parent e73b16ae7a
commit 4e2d2c748c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303091

View file

@ -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);