> #if defined(__BIG_ENDIAN_BITFIELD) > - u32 reserved:25; > + u32 reserved:12; > + u32 discardCacheDuringLDDelete:1; > + u32 supportSecurityonJBOD:1; > + u32 supportCacheBypassModes:1; > + u32 supportDisableSESMonitoring:1; > + u32 supportForceFlash:1; > + u32 supportNVDRAM:1; > + u32 supportDrvActivityLEDSetting:1; > + u32 supportAllowedOpsforDrvRemoval:1; > + u32 supportHOQRebuild:1; > + u32 supportForceTo512e:1; > + u32 supportNVCacheErase:1; > + u32 supportDebugQueue:1; > + u32 supportSwZone:1; This is another candidate for using a u32 with bit wise flags.. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html