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


Ignore:
Timestamp:
2025-06-28T18:04:56Z (3 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
2192a01
Parents:
d220b7d
Message:

hr: add OpenBSD softraid metadata type str

File:
1 edited

Legend:

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

    rd220b7d rc24f96b  
    550550        case HR_METADATA_GEOM_STRIPE:
    551551                return "GEOM::STRIPE";
     552        case HR_METADATA_SOFTRAID:
     553                return "OpenBSD softraid";
    552554        default:
    553555                return "Invalid metadata type value";
Note: See TracChangeset for help on using the changeset viewer.