summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ddi_hp.h
diff options
context:
space:
mode:
authorJordan Paige Hendricks <jordan.hendricks@joyent.com>2019-03-25 17:22:13 +0000
committerRobert Mustacchi <rm@fingolfin.org>2021-04-05 17:17:41 -0700
commitffb6483089015eb90be1f5e7fc2a96c9929546a6 (patch)
treebf7931c50a83cba1557b932f66c2c2d1b6d89141 /usr/src/uts/common/sys/ddi_hp.h
parent8054a0e4c809d98ffb44f17b9a8b932ca2c24b2c (diff)
downloadillumos-joyent-ffb6483089015eb90be1f5e7fc2a96c9929546a6.tar.gz
11698 Want NVMe Hotplug Support
11699 x86 pci configurator should not fail device teardown if device is gone 11700 DDI hotplug request handler resets connection handle state before performing state change operations 11701 ldi_handle dcmd segfaults occasionally Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/ddi_hp.h')
-rw-r--r--usr/src/uts/common/sys/ddi_hp.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/ddi_hp.h b/usr/src/uts/common/sys/ddi_hp.h
index eadb88ed49..b88762a9f5 100644
--- a/usr/src/uts/common/sys/ddi_hp.h
+++ b/usr/src/uts/common/sys/ddi_hp.h
@@ -21,6 +21,8 @@
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ *
+ * Copyright 2019 Joyent, Inc.
*/
#ifndef _SYS_DDI_HP_H
@@ -28,6 +30,9 @@
/*
* Sun DDI hotplug support definitions
+ *
+ * See the big theory statement in uts/common/os/ddi_hp_impl.c for more
+ * information.
*/
#ifdef __cplusplus
@@ -73,7 +78,8 @@ typedef enum {
/*
* ddi_hp_cn_info_t
*
- * Hotplug Connection (CN) information structure
+ * Hotplug Connection (CN) information structure.
+ * A Connection is either a Connector or a Port.
*/
typedef struct ddi_hp_cn_info {
char *cn_name; /* Name of the Connection */