home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # hwcfg-dasd-eckd
- #
- # Default configuration for a DASD device (ECKD mode)
- # $Id: hwcfg-dasd-eckd 1069 2004-09-02 18:23:18Z zoz $
- #
-
- STARTMODE="auto"
- MODULE="dasd_eckd_mod"
- MODULE_OPTIONS=""
- MODULE_UNLOAD="yes"
-
- # Scripts to be called for the various events.
- SCRIPTUP="hwup-ccw"
- SCRIPTUP_ccw="hwup-ccw"
- SCRIPTDOWN="hwdown-ccw"
-
- # CCW_CHAN_NAME sets the name of the channel device as found in
- # sysfs/bus/ccw/drivers
- # if different from the configuration name.
- # This is a configuration for DASD devices in ECKD mode
- CCW_CHAN_NAME=dasd-eckd
-
- # CCW_CHAN_NUM set the number of channels for this device
- # We can use the default of 1
- # CCW_CHAN_NUM=1
-
- # DASD_USE_DIAG selects whether DIAG access should be enabled
- # for this device. 1 enables, 0 disables DIAG access.
- # DASD_USE_DIAG=0
-