projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038eb0e
)
pata_atiixp: Use 255 sector limit
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Wed, 20 Feb 2008 20:09:23 +0000
(20:09 +0000)
committer
Jeff Garzik
<jeff@garzik.org>
Sun, 24 Feb 2008 05:27:23 +0000
(
00:27
-0500)
AHCI needs sorting too but this deals with the old interface
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_atiixp.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_atiixp.c
b/drivers/ata/pata_atiixp.c
index 9623f52955306d690ff7f78713ff24a7f6de08db..408bdc1a9776508584ce49f09ba754465462f98a 100644
(file)
--- a/
drivers/ata/pata_atiixp.c
+++ b/
drivers/ata/pata_atiixp.c
@@
-227,7
+227,7
@@
static struct scsi_host_template atiixp_sht = {
.queuecommand = ata_scsi_queuecmd,
.can_queue = ATA_DEF_QUEUE,
.this_id = ATA_SHT_THIS_ID,
- .sg_tablesize = LIBATA_MAX_PRD,
+ .sg_tablesize = LIBATA_
DUMB_
MAX_PRD,
.cmd_per_lun = ATA_SHT_CMD_PER_LUN,
.emulated = ATA_SHT_EMULATED,
.use_clustering = ATA_SHT_USE_CLUSTERING,
@@
-259,7
+259,7
@@
static struct ata_port_operations atiixp_port_ops = {
.bmdma_stop = atiixp_bmdma_stop,
.bmdma_status = ata_bmdma_status,
- .qc_prep = ata_qc_prep,
+ .qc_prep = ata_
dumb_
qc_prep,
.qc_issue = ata_qc_issue_prot,
.data_xfer = ata_data_xfer,