Print this page
re #6874 rb1789 sgen autoload fixes


  77 #       "rbc"                   (type 0x0E)
  78 #       "ocrw"                  (type 0x0F)
  79 #       "bridge"                (type 0x10)
  80 #       "type_0x<typenum>"        (types 0x11-0x1e are undefined by SCSI-3)
  81 #       "type_unknown"          (type 0x1f)
  82 #
  83 # In addition to binding to device types, sgen can be configured to bind to one
  84 # or more particular devices.  The latter is accomplished by specifying the
  85 # Vendor and Product IDs returned by the device in response to the SCSI INQUIRY
  86 # command.  This is accomplished by specifying pairs of Vendor ID and Product ID
  87 # strings in the inquiry-config-list property, below.  "*" may be substituted
  88 # for the vendor ID as a wildcard.  See sgen(7D) for details and extended usage
  89 # examples.
  90 #
  91 # USAGE EXAMPLE (sgen.conf)
  92 #
  93 # In this example, sgen is configured to bind to all scanner and ocrw devices in
  94 # the system, as well as the UltraToast 4000 from ACME, and the PowerToast
  95 # series of devices, regardless of vendor.
  96 #
  97 #device-type-config-list="scanner", "ocrw";
  98 #
  99 #inquiry-config-list=   "ACME",         "UltraToast 4000",
 100 #                       "*",            "PowerToast";
 101 #
 102 # When using the sgen.conf method, after configuring the
 103 # device-type-config-list and/or the inquiry-config-list, the administrator
 104 # must uncomment those target/lun pairs at which there are devices for sgen to
 105 # control.  If it is expected that devices controlled by sgen will be hotplugged
 106 # or added into the system later, it is recommended that all of the following
 107 # lines be uncommented.
 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;
 125 


  77 #       "rbc"                   (type 0x0E)
  78 #       "ocrw"                  (type 0x0F)
  79 #       "bridge"                (type 0x10)
  80 #       "type_0x<typenum>"        (types 0x11-0x1e are undefined by SCSI-3)
  81 #       "type_unknown"          (type 0x1f)
  82 #
  83 # In addition to binding to device types, sgen can be configured to bind to one
  84 # or more particular devices.  The latter is accomplished by specifying the
  85 # Vendor and Product IDs returned by the device in response to the SCSI INQUIRY
  86 # command.  This is accomplished by specifying pairs of Vendor ID and Product ID
  87 # strings in the inquiry-config-list property, below.  "*" may be substituted
  88 # for the vendor ID as a wildcard.  See sgen(7D) for details and extended usage
  89 # examples.
  90 #
  91 # USAGE EXAMPLE (sgen.conf)
  92 #
  93 # In this example, sgen is configured to bind to all scanner and ocrw devices in
  94 # the system, as well as the UltraToast 4000 from ACME, and the PowerToast
  95 # series of devices, regardless of vendor.
  96 #
  97 device-type-config-list="changer", "sequential";
  98 #
  99 #inquiry-config-list=   "ACME",         "UltraToast 4000",
 100 #                       "*",            "PowerToast";
 101 #
 102 # When using the sgen.conf method, after configuring the
 103 # device-type-config-list and/or the inquiry-config-list, the administrator
 104 # must uncomment those target/lun pairs at which there are devices for sgen to
 105 # control.  If it is expected that devices controlled by sgen will be hotplugged
 106 # or added into the system later, it is recommended that all of the following
 107 # lines be uncommented.
 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;
 125