Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic add definition of the bit indicating support for ...
details: https://anonhg.NetBSD.org/src/rev/9ae07fee2385
branches: trunk
changeset: 955363:9ae07fee2385
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Sep 27 16:44:24 2020 +0000
description:
add definition of the bit indicating support for APSTA
diffstat:
sys/dev/ic/nvmereg.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c9c605031b52 -r 9ae07fee2385 sys/dev/ic/nvmereg.h
--- a/sys/dev/ic/nvmereg.h Sun Sep 27 16:38:32 2020 +0000
+++ b/sys/dev/ic/nvmereg.h Sun Sep 27 16:44:24 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nvmereg.h,v 1.14 2019/10/05 23:27:20 mrg Exp $ */
+/* $NetBSD: nvmereg.h,v 1.15 2020/09/27 16:44:24 jdolecek Exp $ */
/* $OpenBSD: nvmereg.h,v 1.10 2016/04/14 11:18:32 dlg Exp $ */
/*
@@ -467,6 +467,7 @@
Configuration */
uint8_t apsta; /* Autonomous Power State Transition
Attributes */
+#define NVME_ID_CTRLR_APSTA_PRESENT __BIT(0)
uint16_t wctemp; /* Warning Composite Temperature
Threshold */
Home |
Main Index |
Thread Index |
Old Index