svn commit: r303319 - stable/11/usr.sbin/camdd

Alan Somers asomers at FreeBSD.org
Mon Jul 25 20:02:13 UTC 2016


Author: asomers
Date: Mon Jul 25 20:02:11 2016
New Revision: 303319
URL: https://svnweb.freebsd.org/changeset/base/303319

Log:
  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)

Modified:
  stable/11/usr.sbin/camdd/camdd.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/camdd/camdd.c
==============================================================================
--- stable/11/usr.sbin/camdd/camdd.c	Mon Jul 25 19:37:10 2016	(r303318)
+++ stable/11/usr.sbin/camdd/camdd.c	Mon Jul 25 20:02:11 2016	(r303319)
@@ -1292,6 +1292,7 @@ camdd_probe_pass(struct cam_device *cam_
 	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);


More information about the svn-src-all mailing list