From 9aed162131f1840d0bc1cd0275f4d7144f3690f0 Mon Sep 17 00:00:00 2001 From: David Hollister Date: Sun, 31 Jan 2010 09:52:02 -0700 Subject: 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 --- usr/src/uts/common/sys/damap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/damap.h') 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 **); -- cgit v1.2.3