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-lcs < prev    next >
Text File  |  2006-06-02  |  652b  |  31 lines

  1. #!/bin/sh
  2. #
  3. # hwcfg-lcs
  4. #
  5. # Default configuration for a lcs device
  6. # $Id: hwcfg-lcs 1069 2004-09-02 18:23:18Z zoz $
  7. #
  8.  
  9. STARTMODE="auto"
  10. MODULE="lcs"
  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-lcs"
  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 LCS device
  26. CCW_CHAN_NUM=2
  27.  
  28. # CCW_CHAN_MODE sets the port number for LCS
  29. # 0 is the default port
  30. # CCW_CHAN_MODE=0
  31.