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-qeth < prev    next >
Text File  |  2006-06-02  |  1KB  |  39 lines

  1. #!/bin/sh
  2. #
  3. # hwcfg-qeth
  4. #
  5. # Default configuration for a qeth device
  6. # $Id: hwcfg-qeth 1069 2004-09-02 18:23:18Z zoz $
  7. #
  8.  
  9. STARTMODE="auto"
  10. MODULE="qeth_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. SCRIPTUP_ccwgroup="hwup-qeth"
  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.0500 0.0.0501 0.0.0502"
  23.  
  24. # CCW_CHAN_NUM set the number of channels for this device
  25. # Always 3 for an qeth device
  26. CCW_CHAN_NUM=3
  27.  
  28. # CCW_CHAN_MODE sets the port name for an OSA-Express device
  29. # CCW_CHAN_MODE="Z44LAN01"
  30.  
  31. # QETH_OPTIONS sets additional options for the OSA-Express or
  32. # HiperSockets device. Valid parameters are:             
  33. # add_hhlen buffer_count broadcast_mode canonical_macaddr checksumming
  34. # fake_broadcast fake_ll priority_queueing route4 route6
  35. # QETH_OPTIONS="fake_ll=1"
  36.  
  37. # QETH_IPA_TAKEOVER enables IP address takeover for this device
  38. # QETH_IPA_TAKEOVER=0
  39.