Changeset 4a2a6b8b in mainline for uspace/lib/device/src/hr.c
- Timestamp:
- 2024-09-06T22:09:33Z (11 months ago)
- Children:
- 57c61b0
- Parents:
- a19d7fc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/src/hr.c
ra19d7fc4 r4a2a6b8b 157 157 158 158 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) { 160 160 if (vol_info->strip_size / 1024 < 1) 161 161 printf("strip size in bytes: %u\n",
Note:
See TracChangeset
for help on using the changeset viewer.