diff options
author | asomers <asomers@FreeBSD.org> | 2016-07-25 20:02:11 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2016-07-25 20:02:11 +0000 |
commit | 756e5f4363706ac592c61f790be64b08694b0623 (patch) | |
tree | a7d859ea70286c9393a4f28a44098d203f2face9 | |
parent | e6b691aaee2126afb5fdf66a030dcf2ae89cd56c (diff) | |
download | FreeBSD-src-756e5f4363706ac592c61f790be64b08694b0623.zip FreeBSD-src-756e5f4363706ac592c61f790be64b08694b0623.tar.gz |
MFC r303091
Fix camdd for host-aware and host-managed SMR disks.
This should've gone in as part of r300207
Approved by: re (gjb)
-rw-r--r-- | usr.sbin/camdd/camdd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c index 813e6a5..1bcd091 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); |