Changeset 4066371 in mainline for uspace/srv/bd/hr/var.h


Ignore:
Timestamp:
2024-12-06T20:19:21Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
ea0d494
Parents:
241c3f6
Message:

hr: layout info printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/var.h

    r241c3f6 r4066371  
    8080        hr_vol_status_t status;
    8181        hr_level_t level;
    82         /*
    83          * SNIA
    84          * Common RAID Disk Data Format
    85          * Specification
    86          * Version 2.0 Revision 19
    87          */
    88 #define HR_RLQ_RAID4_0  0x00 /* RAID-4 Non-Rotating Parity 0 */
    89 #define HR_RLQ_RAID4_N  0x01 /* RAID-4 Non-Rotating Parity N */
    90 #define HR_RLQ_RAID5_0R 0x00 /* RAID-5 Rotating Parity 0 with Data Restart */
    91 #define HR_RLQ_RAID5_NR 0x02 /* RAID-5 Rotating Parity N with Data Restart */
    92 #define HR_RLQ_RAID5_NC 0x03 /* RAID-5 Rotating Parity N with Data Continuation */
    9382        uint8_t RLQ; /* RAID Level Qualifier */
    9483        char devname[HR_DEVNAME_LEN];
Note: See TracChangeset for help on using the changeset viewer.