summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ddi_hp.h
diff options
context:
space:
mode:
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 */