home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / sysconfig / hardware / skel / hwcfg-dasd-eckd < prev    next >
Text File  |  2006-06-02  |  793b  |  32 lines

  1. #!/bin/sh
  2. #
  3. # hwcfg-dasd-eckd
  4. #
  5. # Default configuration for a DASD device (ECKD mode)
  6. # $Id: hwcfg-dasd-eckd 1069 2004-09-02 18:23:18Z zoz $
  7. #
  8.  
  9. STARTMODE="auto"
  10. MODULE="dasd_eckd_mod"
  11. MODULE_OPTIONS=""
  12. MODULE_UNLOAD="yes"
  13.  
  14. # Scripts to be called for the various events.
  15. SCRIPTUP="hwup-ccw"
  16. SCRIPTUP_ccw="hwup-ccw"
  17. SCRIPTDOWN="hwdown-ccw"
  18.  
  19. # CCW_CHAN_NAME sets the name of the channel device as found in
  20. # sysfs/bus/ccw/drivers 
  21. # if different from the configuration name.
  22. # This is a configuration for DASD devices in ECKD mode
  23. CCW_CHAN_NAME=dasd-eckd
  24.  
  25. # CCW_CHAN_NUM set the number of channels for this device
  26. # We can use the default of 1
  27. # CCW_CHAN_NUM=1
  28.  
  29. # DASD_USE_DIAG selects whether DIAG access should be enabled
  30. # for this device. 1 enables, 0 disables DIAG access.
  31. # DASD_USE_DIAG=0
  32.