svn commit: r320878 - head/sys/cam

Warner Losh imp at FreeBSD.org
Mon Jul 10 21:55:20 UTC 2017


Author: imp
Date: Mon Jul 10 21:55:19 2017
New Revision: 320878
URL: https://svnweb.freebsd.org/changeset/base/320878

Log:
  Move mmc_parmas to the end of the structure for better compatability.

Modified:
  head/sys/cam/cam_ccb.h

Modified: head/sys/cam/cam_ccb.h
==============================================================================
--- head/sys/cam/cam_ccb.h	Mon Jul 10 21:38:26 2017	(r320877)
+++ head/sys/cam/cam_ccb.h	Mon Jul 10 21:55:19 2017	(r320878)
@@ -501,8 +501,8 @@ struct device_match_result {
 	cam_proto			protocol;
 	struct scsi_inquiry_data	inq_data;
 	struct ata_params		ident_data;
-        struct mmc_params               mmc_ident_data;
 	dev_result_flags		flags;
+	struct mmc_params		mmc_ident_data;
 };
 
 struct bus_match_result {


More information about the svn-src-head mailing list