freebsd-dev/sys/geom/raid
Alexander Motin 1229e83d2b Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields.
This caused incorrect behavior of arrays with big-endian DDF metadata.
Little-endian (like used by Adaptec controllers) should not be harmed.
Add workaround should be enough to manage compatibility.

MFC after:	2 weeks
2014-04-10 16:00:33 +00:00
..
g_raid_ctl.c Introduce 3 seconds timeout on graid stop command (mostly with -f flag). 2013-07-27 15:02:19 +00:00
g_raid_md_if.m
g_raid_tr_if.m
g_raid.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
g_raid.h MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00
md_ddf.c Fix wrong sizes used to access PD_Type and PD_State DDF metadata fields. 2014-04-10 16:00:33 +00:00
md_ddf.h
md_intel.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
md_jmicron.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
md_nvidia.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
md_promise.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
md_sii.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
tr_concat.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00
tr_raid0.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00
tr_raid1.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00
tr_raid1e.c Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
tr_raid5.c MFprojects/camlock r256445: 2013-10-16 09:33:23 +00:00