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.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / hardware / skel / hwcfg-ctc next >
Text File  |  2006-06-02  |  758b  |  34 lines

  1. #!/bin/sh
  2. #
  3. # hwcfg-ctc
  4. #
  5. # Default configuration for a ctc device
  6. # $Id: hwcfg-ctc 1069 2004-09-02 18:23:18Z zoz $
  7. #
  8.  
  9. STARTMODE="auto"
  10. MODULE="ctc"
  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. SCRIPTUP_ccwgroup="hwup-ctc"
  18. SCRIPTDOWN="hwdown-ccw"
  19.  
  20. # CCW_CHAN_IDS sets the channel IDs for this device
  21. # The first ID will be used as the group ID
  22. CCW_CHAN_IDS="0.0.0600 0.0.0601"
  23.  
  24. # CCW_CHAN_NUM set the number of channels for this device
  25. # Always 2 for a CTC device
  26. CCW_CHAN_NUM=2
  27.  
  28. # CCW_CHAN_MODE sets the protocol for CTC / ESCON
  29. # 0 for compability mode (default)
  30. # 1 for extended mode
  31. # 2 for CTC-based tty
  32. # 3 for compability mode with OS/390 and z/OS
  33. # CCW_CHAN_MODE=0
  34.