Print this page
re #6874 rb1789 sgen autoload fixes

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/scsi/targets/sgen.conf
          +++ new/usr/src/uts/common/io/scsi/targets/sgen.conf
↓ open down ↓ 86 lines elided ↑ open up ↑
  87   87  # strings in the inquiry-config-list property, below.  "*" may be substituted
  88   88  # for the vendor ID as a wildcard.  See sgen(7D) for details and extended usage
  89   89  # examples.
  90   90  #
  91   91  # USAGE EXAMPLE (sgen.conf)
  92   92  #
  93   93  # In this example, sgen is configured to bind to all scanner and ocrw devices in
  94   94  # the system, as well as the UltraToast 4000 from ACME, and the PowerToast
  95   95  # series of devices, regardless of vendor.
  96   96  #
  97      -#device-type-config-list="scanner", "ocrw";
       97 +device-type-config-list="changer", "sequential";
  98   98  #
  99   99  #inquiry-config-list=   "ACME",         "UltraToast 4000",
 100  100  #                       "*",            "PowerToast";
 101  101  #
 102  102  # When using the sgen.conf method, after configuring the
 103  103  # device-type-config-list and/or the inquiry-config-list, the administrator
 104  104  # must uncomment those target/lun pairs at which there are devices for sgen to
 105  105  # control.  If it is expected that devices controlled by sgen will be hotplugged
 106  106  # or added into the system later, it is recommended that all of the following
 107  107  # lines be uncommented.
 108  108  #
 109      -#name="sgen" class="scsi" target=0 lun=0;
 110      -#name="sgen" class="scsi" target=1 lun=0;
 111      -#name="sgen" class="scsi" target=2 lun=0;
 112      -#name="sgen" class="scsi" target=3 lun=0;
 113      -#name="sgen" class="scsi" target=4 lun=0;
 114      -#name="sgen" class="scsi" target=5 lun=0;
 115      -#name="sgen" class="scsi" target=6 lun=0;
 116      -#name="sgen" class="scsi" target=7 lun=0;
 117      -#name="sgen" class="scsi" target=8 lun=0;
 118      -#name="sgen" class="scsi" target=9 lun=0;
 119      -#name="sgen" class="scsi" target=10 lun=0;
 120      -#name="sgen" class="scsi" target=11 lun=0;
 121      -#name="sgen" class="scsi" target=12 lun=0;
 122      -#name="sgen" class="scsi" target=13 lun=0;
 123      -#name="sgen" class="scsi" target=14 lun=0;
 124      -#name="sgen" class="scsi" target=15 lun=0;
      109 +name="sgen" class="scsi" target=0 lun=0;
      110 +name="sgen" class="scsi" target=1 lun=0;
      111 +name="sgen" class="scsi" target=2 lun=0;
      112 +name="sgen" class="scsi" target=3 lun=0;
      113 +name="sgen" class="scsi" target=4 lun=0;
      114 +name="sgen" class="scsi" target=5 lun=0;
      115 +name="sgen" class="scsi" target=6 lun=0;
      116 +name="sgen" class="scsi" target=7 lun=0;
      117 +name="sgen" class="scsi" target=8 lun=0;
      118 +name="sgen" class="scsi" target=9 lun=0;
      119 +name="sgen" class="scsi" target=10 lun=0;
      120 +name="sgen" class="scsi" target=11 lun=0;
      121 +name="sgen" class="scsi" target=12 lun=0;
      122 +name="sgen" class="scsi" target=13 lun=0;
      123 +name="sgen" class="scsi" target=14 lun=0;
      124 +name="sgen" class="scsi" target=15 lun=0;
 125  125  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX