summaryrefslogtreecommitdiff
path: root/usr/src/lib/librcm/librcm_impl.h
diff options
context:
space:
mode:
authorvikram <none@none>2007-08-09 21:43:47 -0700
committervikram <none@none>2007-08-09 21:43:47 -0700
commit25e8c5aa2b496d9026e958ac731a610167574f59 (patch)
tree48d445f55e23f769f3981231d5b06b0b35505b33 /usr/src/lib/librcm/librcm_impl.h
parentffcd51f34e6cd303b9745909c4632da63426be17 (diff)
downloadillumos-joyent-25e8c5aa2b496d9026e958ac731a610167574f59.tar.gz
PSARC 2007/290 Retire Agent for I/O Devices
6464720 Deliver a FMA I/O retire agent --HG-- rename : usr/src/cmd/fm/modules/common/io-retire/ior_main.c => deleted_files/usr/src/cmd/fm/modules/common/io-retire/ior_main.c
Diffstat (limited to 'usr/src/lib/librcm/librcm_impl.h')
-rw-r--r--usr/src/lib/librcm/librcm_impl.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/lib/librcm/librcm_impl.h b/usr/src/lib/librcm/librcm_impl.h
index a534d22e1e..b096ffba0d 100644
--- a/usr/src/lib/librcm/librcm_impl.h
+++ b/usr/src/lib/librcm/librcm_impl.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -69,8 +68,8 @@ extern "C" {
#define RCM_REGISTER_MASK (RCM_FILESYS|RCM_REGISTER_DR|\
RCM_REGISTER_EVENT|RCM_REGISTER_CAPACITY)
#define RCM_REQUEST_MASK (RCM_QUERY|RCM_SCOPE|RCM_FORCE|RCM_FILESYS|\
- RCM_QUERY_CANCEL)
-#define RCM_NOTIFY_MASK (RCM_FILESYS)
+ RCM_QUERY_CANCEL|RCM_RETIRE_REQUEST)
+#define RCM_NOTIFY_MASK (RCM_FILESYS|RCM_RETIRE_NOTIFY)
/* event data names */
#define RCM_CMD "rcm.cmd"