diff options
Diffstat (limited to 'kernel/drivers/scsi/aic7xxx')
-rw-r--r-- | kernel/drivers/scsi/aic7xxx/aic79xx_osm.c | 1 | ||||
-rw-r--r-- | kernel/drivers/scsi/aic7xxx/aic7xxx_core.c | 2 | ||||
-rw-r--r-- | kernel/drivers/scsi/aic7xxx/aic7xxx_osm.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/kernel/drivers/scsi/aic7xxx/aic79xx_osm.c b/kernel/drivers/scsi/aic7xxx/aic79xx_osm.c index ce96a0be3..2588b8f84 100644 --- a/kernel/drivers/scsi/aic7xxx/aic79xx_osm.c +++ b/kernel/drivers/scsi/aic7xxx/aic79xx_osm.c @@ -925,7 +925,6 @@ struct scsi_host_template aic79xx_driver_template = { .slave_configure = ahd_linux_slave_configure, .target_alloc = ahd_linux_target_alloc, .target_destroy = ahd_linux_target_destroy, - .use_blk_tags = 1, }; /******************************** Bus DMA *************************************/ diff --git a/kernel/drivers/scsi/aic7xxx/aic7xxx_core.c b/kernel/drivers/scsi/aic7xxx/aic7xxx_core.c index c4829d84b..64ab9eaec 100644 --- a/kernel/drivers/scsi/aic7xxx/aic7xxx_core.c +++ b/kernel/drivers/scsi/aic7xxx/aic7xxx_core.c @@ -79,7 +79,7 @@ struct ahc_hard_error_entry { static const struct ahc_hard_error_entry ahc_hard_errors[] = { { ILLHADDR, "Illegal Host Access" }, - { ILLSADDR, "Illegal Sequencer Address referrenced" }, + { ILLSADDR, "Illegal Sequencer Address referenced" }, { ILLOPCODE, "Illegal Opcode in sequencer program" }, { SQPARERR, "Sequencer Parity Error" }, { DPARERR, "Data-path Parity Error" }, diff --git a/kernel/drivers/scsi/aic7xxx/aic7xxx_osm.c b/kernel/drivers/scsi/aic7xxx/aic7xxx_osm.c index a2f2c774c..b846a4683 100644 --- a/kernel/drivers/scsi/aic7xxx/aic7xxx_osm.c +++ b/kernel/drivers/scsi/aic7xxx/aic7xxx_osm.c @@ -812,7 +812,6 @@ struct scsi_host_template aic7xxx_driver_template = { .slave_configure = ahc_linux_slave_configure, .target_alloc = ahc_linux_target_alloc, .target_destroy = ahc_linux_target_destroy, - .use_blk_tags = 1, }; /**************************** Tasklet Handler *********************************/ |