Changeset 4a2a6b8b in mainline for uspace/lib/device/src/hr.c


Ignore:
Timestamp:
2024-09-06T22:09:33Z (11 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
57c61b0
Parents:
a19d7fc4
Message:

hr: add initial RAID 4 0 (non-rotating parity on disk 0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/src/hr.c

    ra19d7fc4 r4a2a6b8b  
    157157
    158158        printf("level: %d\n", vol_info->level);
    159         if (vol_info->level == hr_l_0) {
     159        if (vol_info->level == hr_l_0 || vol_info->level == hr_l_4) {
    160160                if (vol_info->strip_size / 1024 < 1)
    161161                        printf("strip size in bytes: %u\n",
Note: See TracChangeset for help on using the changeset viewer.