summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpr/mpr_mapping.h
diff options
context:
space:
mode:
authorslm <slm@FreeBSD.org>2015-05-27 20:37:34 +0000
committerslm <slm@FreeBSD.org>2015-05-27 20:37:34 +0000
commit026eafa5d44296b11a5ef777eaec8ec340c56d88 (patch)
treefc80c3b9ceef954afea2ae74999c865979ccd73e /sys/dev/mpr/mpr_mapping.h
parent6a0a0389e13c1c72418854571b13c01d1cec705a (diff)
downloadFreeBSD-src-026eafa5d44296b11a5ef777eaec8ec340c56d88.zip
FreeBSD-src-026eafa5d44296b11a5ef777eaec8ec340c56d88.tar.gz
This setting of stop_at_shutdown should have been removed with r279253
Approved by: ken MFC after: 1 week
Diffstat (limited to 'sys/dev/mpr/mpr_mapping.h')
-rw-r--r--sys/dev/mpr/mpr_mapping.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/mpr/mpr_mapping.h b/sys/dev/mpr/mpr_mapping.h
index 3250c42..c00a3b7 100644
--- a/sys/dev/mpr/mpr_mapping.h
+++ b/sys/dev/mpr/mpr_mapping.h
@@ -1,5 +1,6 @@
/*-
- * Copyright (c) 2011-2014 LSI Corp.
+ * Copyright (c) 2011-2015 LSI Corp.
+ * Copyright (c) 2013-2015 Avago Technologies
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * LSI MPT-Fusion Host Adapter FreeBSD
+ * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD
*
* $FreeBSD$
*/
@@ -38,6 +39,7 @@
* @dev_handle: device handle for the device pointed by this entry
* @slot: slot ID
* @is_processed: Flag to indicate whether this entry is processed or not
+ * @is_SATA_SSD: 1 if this is a SATA device AND an SSD, 0 otherwise
*/
struct _map_phy_change {
uint64_t physical_id;
@@ -46,6 +48,8 @@ struct _map_phy_change {
uint16_t slot;
uint8_t reason;
uint8_t is_processed;
+ uint8_t is_SATA_SSD;
+ uint8_t reserved;
};
/**
@@ -66,6 +70,6 @@ struct _map_topology_change {
extern int
mprsas_get_sas_address_for_sata_disk(struct mpr_softc *ioc,
- u64 *sas_address, u16 handle, u32 device_info);
+ u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
#endif
OpenPOWER on IntegriCloud