Module Name: src Committed By: msaitoh Date: Tue May 10 14:13:37 UTC 2022
Modified Files: src/sys/dev/ic: mfi.c Log Message: mfi(4): Set stripe size correctly for BIOCVOL. Before: Volume Status Size Device/Label Level Stripe ============================================================= 0 Online 5.5T mfi0 RAID 5 N/A 65535 seconds After: Volume Status Size Device/Label Level Stripe ============================================================= 0 Online 5.5T mfi0 RAID 5 64K 65535 seconds To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/ic/mfi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.