Changeset 4a2a6b8b in mainline for uspace/lib/device
- Timestamp:
- 2024-09-06T22:09:33Z (16 months ago)
- Children:
- 57c61b0
- Parents:
- a19d7fc4
- Location:
- uspace/lib/device
- Files:
-
- 2 edited
-
include/hr.h (modified) (1 diff)
-
src/hr.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
ra19d7fc4 r4a2a6b8b 51 51 hr_l_0 = 0, 52 52 hr_l_1 = 1, 53 hr_l_4 = 4, 53 54 hr_l_5 = 5, 54 55 hr_l_linear = 254, -
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.
