diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 94844fc77b97..db7d8bd2f86f 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h | |||
@@ -408,7 +408,7 @@ struct scsi_host_template { | |||
408 | /* | 408 | /* |
409 | * Set this if the host adapter has limitations beside segment count. | 409 | * Set this if the host adapter has limitations beside segment count. |
410 | */ | 410 | */ |
411 | unsigned short max_sectors; | 411 | unsigned int max_sectors; |
412 | 412 | ||
413 | /* | 413 | /* |
414 | * DMA scatter gather segment boundary limit. A segment crossing this | 414 | * DMA scatter gather segment boundary limit. A segment crossing this |
@@ -652,7 +652,7 @@ struct Scsi_Host { | |||
652 | short cmd_per_lun; | 652 | short cmd_per_lun; |
653 | short unsigned int sg_tablesize; | 653 | short unsigned int sg_tablesize; |
654 | short unsigned int sg_prot_tablesize; | 654 | short unsigned int sg_prot_tablesize; |
655 | short unsigned int max_sectors; | 655 | unsigned int max_sectors; |
656 | unsigned long dma_boundary; | 656 | unsigned long dma_boundary; |
657 | /* | 657 | /* |
658 | * Used to assign serial numbers to the cmds. | 658 | * Used to assign serial numbers to the cmds. |