From 4e2d2c748ca253f9538a895b2fd9cc6f86e99a41 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 20 Jul 2016 15:00:05 +0000 Subject: [PATCH] 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 --- usr.sbin/camdd/camdd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c index 813e6a5e1b30..1bcd091cd2bd 100644 --- a/usr.sbin/camdd/camdd.c +++ b/usr.sbin/camdd/camdd.c @@ -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);