]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/mac_scsi.c
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / scsi / mac_scsi.c
index e75bed25dd1510468213b17113b73992b7225953..bb2381314a2bfe91c1552f4f257dc41919014aac 100644 (file)
@@ -323,6 +323,8 @@ static struct scsi_host_template mac_scsi_template = {
        .sg_tablesize           = SG_ALL,
        .cmd_per_lun            = 2,
        .use_clustering         = DISABLE_CLUSTERING,
+       .cmd_size               = NCR5380_CMD_SIZE,
+       .max_sectors            = 128,
 };
 
 static int __init mac_scsi_probe(struct platform_device *pdev)