summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/damap.h
diff options
context:
space:
mode:
authorDavid Hollister <David.Hollister@Sun.COM>2010-01-31 09:52:02 -0700
committerDavid Hollister <David.Hollister@Sun.COM>2010-01-31 09:52:02 -0700
commit9aed162131f1840d0bc1cd0275f4d7144f3690f0 (patch)
tree16bce4ce0a056336c9aa36915ea8ed29c47e3b90 /usr/src/uts/common/sys/damap.h
parent3a634bfc9a31448c742688c603d3e76b83b041a0 (diff)
downloadillumos-joyent-9aed162131f1840d0bc1cd0275f4d7144f3690f0.tar.gz
6915456 pmcs should implement tgtmap activate/deactivate callbacks
6915736 Page Fault Panic in pmcs due to null pointer dereference 6916722 Pathinfo state is unknown during cable pulls. 6917501 panic[cpu0]/thread=ffffff00f6537c60: Deadlock: cycle in blocking chain 6917792 assertion failed: iport, file:.../pmcs_subr.c, line: 7763
Diffstat (limited to 'usr/src/uts/common/sys/damap.h')
-rw-r--r--usr/src/uts/common/sys/damap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/damap.h b/usr/src/uts/common/sys/damap.h
index 8f0e1578ee..82fa735970 100644
--- a/usr/src/uts/common/sys/damap.h
+++ b/usr/src/uts/common/sys/damap.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -105,7 +105,8 @@ typedef struct __damap_id_list *damap_id_list_t;
*/
typedef enum {
DAMAP_DEACT_RSN_GONE = 0,
- DAMAP_DEACT_RSN_CFG_FAIL
+ DAMAP_DEACT_RSN_CFG_FAIL,
+ DAMAP_DEACT_RSN_UNSTBL
} damap_deact_rsn_t;
typedef void (*damap_activate_cb_t)(void *, char *, int, void **);