From 25e8c5aa2b496d9026e958ac731a610167574f59 Mon Sep 17 00:00:00 2001 From: vikram Date: Thu, 9 Aug 2007 21:43:47 -0700 Subject: 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 --- usr/src/lib/librcm/librcm_impl.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'usr/src/lib/librcm/librcm_impl.h') 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" -- cgit v1.2.3