Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic rename NVME_ID_CTRLR_ONCS_SAVE back to NVME_ID_CT...
details: https://anonhg.NetBSD.org/src/rev/6d58a58f8a27
branches: trunk
changeset: 995004:6d58a58f8a27
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Dec 01 18:25:39 2018 +0000
description:
rename NVME_ID_CTRLR_ONCS_SAVE back to NVME_ID_CTRLR_ONCS_SET_FEATURES;
it's actually used in nvmectl sources too, and while 'Save' is more
correct it's not complete either, so better to leseen churn -
according to spec it's support for 'Save' for Set Features, and
support for 'Select' for Get Features
diffstat:
sys/dev/ic/nvmereg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 62537f05564d -r 6d58a58f8a27 sys/dev/ic/nvmereg.h
--- a/sys/dev/ic/nvmereg.h Sat Dec 01 15:07:58 2018 +0000
+++ b/sys/dev/ic/nvmereg.h Sat Dec 01 18:25:39 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nvmereg.h,v 1.12 2018/12/01 15:07:58 jdolecek Exp $ */
+/* $NetBSD: nvmereg.h,v 1.13 2018/12/01 18:25:39 jdolecek Exp $ */
/* $OpenBSD: nvmereg.h,v 1.10 2016/04/14 11:18:32 dlg Exp $ */
/*
@@ -519,7 +519,7 @@
uint16_t oncs; /* Optional NVM Command Support */
#define NVME_ID_CTRLR_ONCS_TIMESTAMP __BIT(6)
#define NVME_ID_CTRLR_ONCS_RESERVATION __BIT(5)
-#define NVME_ID_CTRLR_ONCS_SAVE __BIT(4)
+#define NVME_ID_CTRLR_ONCS_SET_FEATURES __BIT(4)
#define NVME_ID_CTRLR_ONCS_WRITE_ZERO __BIT(3)
#define NVME_ID_CTRLR_ONCS_DSM __BIT(2)
#define NVME_ID_CTRLR_ONCS_WRITE_UNC __BIT(1)
Home |
Main Index |
Thread Index |
Old Index