aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ata_piix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/ata_piix.c')
-rw-r--r--drivers/scsi/ata_piix.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c
index 2d5be84d8bd4..62dabf74188e 100644
--- a/drivers/scsi/ata_piix.c
+++ b/drivers/scsi/ata_piix.c
@@ -93,7 +93,7 @@
93#include <linux/libata.h> 93#include <linux/libata.h>
94 94
95#define DRV_NAME "ata_piix" 95#define DRV_NAME "ata_piix"
96#define DRV_VERSION "1.05" 96#define DRV_VERSION "1.10"
97 97
98enum { 98enum {
99 PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ 99 PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
@@ -209,7 +209,6 @@ static struct scsi_host_template piix_sht = {
209 .name = DRV_NAME, 209 .name = DRV_NAME,
210 .ioctl = ata_scsi_ioctl, 210 .ioctl = ata_scsi_ioctl,
211 .queuecommand = ata_scsi_queuecmd, 211 .queuecommand = ata_scsi_queuecmd,
212 .eh_strategy_handler = ata_scsi_error,
213 .can_queue = ATA_DEF_QUEUE, 212 .can_queue = ATA_DEF_QUEUE,
214 .this_id = ATA_SHT_THIS_ID, 213 .this_id = ATA_SHT_THIS_ID,
215 .sg_tablesize = LIBATA_MAX_PRD, 214 .sg_tablesize = LIBATA_MAX_PRD,
@@ -301,7 +300,7 @@ static struct piix_map_db ich6_map_db = {
301 .mask = 0x3, 300 .mask = 0x3,
302 .map = { 301 .map = {
303 /* PM PS SM SS MAP */ 302 /* PM PS SM SS MAP */
304 { P0, P1, P2, P3 }, /* 00b */ 303 { P0, P2, P1, P3 }, /* 00b */
305 { IDE, IDE, P1, P3 }, /* 01b */ 304 { IDE, IDE, P1, P3 }, /* 01b */
306 { P0, P2, IDE, IDE }, /* 10b */ 305 { P0, P2, IDE, IDE }, /* 10b */
307 { RV, RV, RV, RV }, 306 { RV, RV, RV, RV },
@@ -312,7 +311,7 @@ static struct piix_map_db ich6m_map_db = {
312 .mask = 0x3, 311 .mask = 0x3,
313 .map = { 312 .map = {
314 /* PM PS SM SS MAP */ 313 /* PM PS SM SS MAP */
315 { P0, P1, P2, P3 }, /* 00b */ 314 { P0, P2, RV, RV }, /* 00b */
316 { RV, RV, RV, RV }, 315 { RV, RV, RV, RV },
317 { P0, P2, IDE, IDE }, /* 10b */ 316 { P0, P2, IDE, IDE }, /* 10b */
318 { RV, RV, RV, RV }, 317 { RV, RV, RV, RV },