mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Print the controller's ID in identify.
Submitted by: Matt Williams Sponsored by: Netflix
This commit is contained in:
parent
a069efae3c
commit
781fe538ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=322992
@ -66,8 +66,9 @@ print_controller(struct nvme_controller_data *cdata)
|
||||
printf("Unlimited\n");
|
||||
else
|
||||
printf("%d\n", PAGE_SIZE * (1 << cdata->mdts));
|
||||
|
||||
printf("Controller ID: 0x%02x\n", cdata->ctrlr_id);
|
||||
printf("\n");
|
||||
|
||||
printf("Admin Command Set Attributes\n");
|
||||
printf("============================\n");
|
||||
printf("Security Send/Receive: %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user