Current File : //kernel/drv/mpt.conf
#
# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
#

#
# The mpt driver, as a pHCI driver, must specify the vHCI class it
# belongs to(scsi_vhci).
#
ddi-vhci-class="scsi_vhci";
#
# I/O multipathing feature (MPxIO) can be enabled or disabled using
# mpxio-disable property. Setting mpxio-disable="no" will activate
# I/O multipathing; setting mpxio-disable="yes" disables the feature.
#
# Global mpxio-disable property:
#
# To globally enable MPxIO on all mpt controllers set:
# mpxio-disable="no";
#
# To globally disable MPxIO on all mpt controllers set:
# mpxio-disable="yes";
#
# You can also enable or disable MPxIO on a per HBA basis. 
# Per HBA settings override the global setting for the specified HBAs.
# To disable MPxIO on a controller whose parent is /pci@7c0/pci@0/pci@9
# and the unit-address is "0" set:
# name="mpt" parent="/pci@7c0/pci@0/pci@9" unit-address="0" mpxio-disable="yes";
#
mpxio-disable="yes";

#
# SATA mpxio supported
#
# To disable SATA mpxio, set
# disable-sata-mpxio="yes";
# When mpxio-disable="yes" is set, the disable-sata-mpxio property
# takes no effect
#
disable-sata-mpxio="no";

#
# Enable (post) IOC tracebuffer by default
#
shapshot_filename="/var/tmp/IOCsnapshot";
snapshot_autostart;
tracebuffer_filename="/var/tmp/IOCtrace";
tracebuffer_autostart;

#
# AIC-flash-mpt-HBA
#   https://mosemp.us.oracle.com/handbook_internal/Devices/SCSI/SCSI_Flash_Accel_F20.html
#   F20: 'aura'/'aura_1.1' AIC (Add-In-Card): mpt-based PCIe Flash Accelerator card
#	NAC		PHY#	COMPONENT
#	F20/LUN0	0	FMOD0
#	F20/LUN1	1	FMOD1
#	F20/LUN2	2	FMOD2
#	F20/LUN3	3	FMOD3
compatible="pciex1000,58.108e.7aaf"
	scsi-bay-labels=
	"F20/LUN0:@0,0", "F20/LUN1:@1,0", "F20/LUN2:@2,0", "F20/LUN3:@3,0";

#
# For mpt HBA we have SPI-like (i.e. copper-SCSI) addresses of "@<target>,<lun>"
# with <target> being a direct-attach phy-number. These unit-addresses map to a
# fixed BAY, so we can define BAY labels by-path using the end-device
# "unit-address".
#
compatible="pciex1000,58.1000.3150"
    ancestor-compatible=
      "chassis.SUN-FIRE-X4170-SERVER"
        scsi-bay-labels=
	"/HDD0:@0,0",	"/HDD1:@1,0",	"/HDD2:@2,0",	"/HDD3:@3,0",
	"/HDD4:@4,0",	"/HDD5:@5,0",	"/HDD6:@6,0",	"/HDD7:@7,0";