#!/bin/sh

# Should work on controllers compatible with these properties
# NOTE:  Use a blank-delimited string if multiple choices are valid

# MC CPLD registers (see PIS spec)
WORKSON_cpld_board_type=348;      # 348-Gallium
#-WORKSON_cpld_board_config="0 1";  # 0-LX, 1-EX, 2-FX

# All XML portType entries found in /cfg/sysinfo/system.xml must match
WORKSON_xml_portType="SAS FC iSCSI"
# editbundle.sh Override:
WORKSON_cpld_board_config='0 1 3'
