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 {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to