1
0
Fork 0

Merging upstream version 1.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:50:33 +01:00
parent 432344d511
commit ff5afdb431
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
928 changed files with 6732 additions and 1442 deletions

View file

@ -1,3 +1,12 @@
.. _nbft.h:
**nbft.h**
NVM Express Boot Specification, Revision 1.0
Note: this API is currently unstable, subject to further additions.
.. c:enum:: nbft_desc_type
@ -1716,6 +1725,8 @@
int controller_id;
int asqsz;
char *dhcp_root_path_string;
bool discovered;
bool unavailable;
};
**Members**
@ -1785,6 +1796,14 @@
DHCP Root Path Override string (SSNS Extended
Information Descriptor).
``discovered``
Indicates that this namespace was acquired
through discovery.
``unavailable``
Namespace is unavailable as indicated by
the pre-OS driver.