summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/sunmdi.h
diff options
context:
space:
mode:
authorStephen Hanson <Stephen.Hanson@Sun.COM>2010-04-09 02:48:25 -0700
committerStephen Hanson <Stephen.Hanson@Sun.COM>2010-04-09 02:48:25 -0700
commitbf002425f517afdc1d8b6a9602e59910eeee05aa (patch)
tree00eb38800c281e0718b3b0f7ce9515482dc2cf20 /usr/src/uts/common/sys/sunmdi.h
parent44ed9dbbfa620821ecf59a131462082f628dd0f3 (diff)
downloadillumos-joyent-bf002425f517afdc1d8b6a9602e59910eeee05aa.tar.gz
6909799 io retire agent mistakenly disables HBA where rootfs resides and system hangs.
6751140 e_ddi_retire_finalize: devcfg.c: panic: assertion failed: ...devi_flags & 0x0000000 6936040 If retire-store out of sync with boot archive, then this is not corrected if fault recurs 6934812 e_ddi_offline_notify() does not allow retire of nexus device 6627851 /etc/devices/retire_store out of date in boot archive should not prevent auto-boot
Diffstat (limited to 'usr/src/uts/common/sys/sunmdi.h')
-rw-r--r--usr/src/uts/common/sys/sunmdi.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/sunmdi.h b/usr/src/uts/common/sys/sunmdi.h
index a670d0b2b8..d1e65a2a44 100644
--- a/usr/src/uts/common/sys/sunmdi.h
+++ b/usr/src/uts/common/sys/sunmdi.h
@@ -19,8 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _SYS_SUNMDI_H
@@ -145,7 +144,7 @@ int mdi_devi_offline(dev_info_t *, uint_t);
*/
void mdi_phci_mark_retiring(dev_info_t *dip, char **cons_array);
void mdi_phci_retire_notify(dev_info_t *dip, int *constraint);
-void mdi_phci_retire_finalize(dev_info_t *dip, int phci_only);
+void mdi_phci_retire_finalize(dev_info_t *dip, int phci_only, void *constraint);
void mdi_phci_unretire(dev_info_t *dip);
/*