Changeset 4066371 in mainline for uspace/srv/bd/hr/var.h
- Timestamp:
- 2024-12-06T20:19:21Z (7 months ago)
- Children:
- ea0d494
- Parents:
- 241c3f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/var.h
r241c3f6 r4066371 80 80 hr_vol_status_t status; 81 81 hr_level_t level; 82 /*83 * SNIA84 * Common RAID Disk Data Format85 * Specification86 * Version 2.0 Revision 1987 */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 */93 82 uint8_t RLQ; /* RAID Level Qualifier */ 94 83 char devname[HR_DEVNAME_LEN];
Note:
See TracChangeset
for help on using the changeset viewer.