Print this page
re #6874 rb1789 sgen autoload fixes
@@ -92,11 +92,11 @@
#
# In this example, sgen is configured to bind to all scanner and ocrw devices in
# the system, as well as the UltraToast 4000 from ACME, and the PowerToast
# series of devices, regardless of vendor.
#
-#device-type-config-list="scanner", "ocrw";
+device-type-config-list="changer", "sequential";
#
#inquiry-config-list= "ACME", "UltraToast 4000",
# "*", "PowerToast";
#
# When using the sgen.conf method, after configuring the
@@ -104,22 +104,22 @@
# must uncomment those target/lun pairs at which there are devices for sgen to
# control. If it is expected that devices controlled by sgen will be hotplugged
# or added into the system later, it is recommended that all of the following
# lines be uncommented.
#
-#name="sgen" class="scsi" target=0 lun=0;
-#name="sgen" class="scsi" target=1 lun=0;
-#name="sgen" class="scsi" target=2 lun=0;
-#name="sgen" class="scsi" target=3 lun=0;
-#name="sgen" class="scsi" target=4 lun=0;
-#name="sgen" class="scsi" target=5 lun=0;
-#name="sgen" class="scsi" target=6 lun=0;
-#name="sgen" class="scsi" target=7 lun=0;
-#name="sgen" class="scsi" target=8 lun=0;
-#name="sgen" class="scsi" target=9 lun=0;
-#name="sgen" class="scsi" target=10 lun=0;
-#name="sgen" class="scsi" target=11 lun=0;
-#name="sgen" class="scsi" target=12 lun=0;
-#name="sgen" class="scsi" target=13 lun=0;
-#name="sgen" class="scsi" target=14 lun=0;
-#name="sgen" class="scsi" target=15 lun=0;
+name="sgen" class="scsi" target=0 lun=0;
+name="sgen" class="scsi" target=1 lun=0;
+name="sgen" class="scsi" target=2 lun=0;
+name="sgen" class="scsi" target=3 lun=0;
+name="sgen" class="scsi" target=4 lun=0;
+name="sgen" class="scsi" target=5 lun=0;
+name="sgen" class="scsi" target=6 lun=0;
+name="sgen" class="scsi" target=7 lun=0;
+name="sgen" class="scsi" target=8 lun=0;
+name="sgen" class="scsi" target=9 lun=0;
+name="sgen" class="scsi" target=10 lun=0;
+name="sgen" class="scsi" target=11 lun=0;
+name="sgen" class="scsi" target=12 lun=0;
+name="sgen" class="scsi" target=13 lun=0;
+name="sgen" class="scsi" target=14 lun=0;
+name="sgen" class="scsi" target=15 lun=0;