]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ips TCQ update
authorDoug Ledford <dledford@redhat.com>
Tue, 15 Oct 2002 11:55:28 +0000 (04:55 -0700)
committerDoug Ledford <dledford@redhat.com>
Tue, 15 Oct 2002 11:55:28 +0000 (04:55 -0700)
ips.h:
  Since we now have proper tagged depth setting, make
  the cmd_per_lun value reasonable for untagged devices
  like it is suppossed to be.

drivers/scsi/ips.h

index e13b6bc9d4cc49ef67441b8ff51d7c94cad94c59..13d2ecb5a6bae37178788845a1b8286e29eaadbf 100644 (file)
     can_queue : 0,                        \
     this_id: -1,                          \
     sg_tablesize : IPS_MAX_SG,            \
-    cmd_per_lun: 16,                      \
+    cmd_per_lun: 3,                       \
     present : 0,                          \
     unchecked_isa_dma : 0,                \
     use_clustering : ENABLE_CLUSTERING,   \
     can_queue : 0,                        \
     this_id: -1,                          \
     sg_tablesize : IPS_MAX_SG,            \
-    cmd_per_lun: 16,                      \
+    cmd_per_lun: 3,                       \
     present : 0,                          \
     unchecked_isa_dma : 0,                \
     use_clustering : ENABLE_CLUSTERING,   \
     can_queue : 0,                        \
     this_id: -1,                          \
     sg_tablesize : IPS_MAX_SG,            \
-    cmd_per_lun: 16,                      \
+    cmd_per_lun: 3,                       \
     present : 0,                          \
     unchecked_isa_dma : 0,                \
     use_clustering : ENABLE_CLUSTERING,   \