projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: ar8216: add setup_port field to ar8xxx_chip
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
drivers
/
ata
/
pata_rb153_cf.c
diff --git
a/target/linux/adm5120/files/drivers/ata/pata_rb153_cf.c
b/target/linux/adm5120/files/drivers/ata/pata_rb153_cf.c
index
ef7f583
..
f5cae63
100644
(file)
--- a/
target/linux/adm5120/files/drivers/ata/pata_rb153_cf.c
+++ b/
target/linux/adm5120/files/drivers/ata/pata_rb153_cf.c
@@
-140,7
+140,7
@@
static void rb153_pata_setup_port(struct ata_host *ah)
ap->pio_mask = 0x1f; /* PIO4 */
ap->flags = ATA_FLAG_NO_LEGACY | ATA_FLAG_MMIO;
ap->pio_mask = 0x1f; /* PIO4 */
ap->flags = ATA_FLAG_NO_LEGACY | ATA_FLAG_MMIO;
- ap->ioaddr.cmd_addr = info->iobase + RB153_CF_REG_CMD;
+ ap->ioaddr.cmd_addr = info->iobase + RB153_CF_REG_CMD;
ap->ioaddr.ctl_addr = info->iobase + RB153_CF_REG_CTRL;
ap->ioaddr.altstatus_addr = info->iobase + RB153_CF_REG_CTRL;
ap->ioaddr.ctl_addr = info->iobase + RB153_CF_REG_CTRL;
ap->ioaddr.altstatus_addr = info->iobase + RB153_CF_REG_CTRL;
This page took
0.029438 seconds
and
4
git commands to generate.