#!/bin/sh
#
# hwcfg-zfcp
#
# Default configuration for a zfcp device
# $Id: hwcfg-zfcp 1069 2004-09-02 18:23:18Z zoz $
#

STARTMODE="auto"
MODULE="zfcp"
MODULE_OPTIONS=""
MODULE_UNLOAD="yes"

# Scripts to be called for the various events.
# If called manually the event is set to 'up'.
SCRIPTUP="hwup-ccw"
SCRIPTUP_ccw="hwup-ccw"
SCRIPTUP_scsi_host="hwup-zfcp"
SCRIPTDOWN="hwdown-scsi"
SCRIPTDOWN_scsi="hwdown-zfcp"

# CCW_CHAN_IDS sets the channel IDs for this device
# If not set or empty the channel ID from the file name
# is used
# CCW_CHAN_IDS=""

# CCW_CHAN_NUM set the number of channels for this device
# If not set it or empty default to '1'
# CCW_CHAN_NUM=1

# fcp LUNs configured for this adapter.
# Note that IBM ESS (aka 'Shark') ignores
# all but the first 4 charaters of the
# fcp LUN.
ZFCP_LUNS="
0x5005076300c590a9:0x0000000000000000 
0x5005076300c590a9:0x0001000000000000"
