Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102105
b: refs/heads/master
c: 9a5ae1f
h: refs/heads/master
i:
  102103: 5530f67
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent 5f4b844 commit c05b876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b48c89a9699f451e4e236fa7313461281c00e69b
refs/heads/master: 9a5ae1faaaf43933dee48c223b193d5e1c4b8b0c
7 changes: 5 additions & 2 deletions trunk/drivers/ide/arm/rapide.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#include <asm/ecard.h>

static struct const ide_port_info rapide_port_info = {
.host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA,
};

static void rapide_setup_ports(hw_regs_t *hw, void __iomem *base,
void __iomem *ctrl, unsigned int sz, int irq)
{
Expand Down Expand Up @@ -53,12 +57,11 @@ rapide_probe(struct expansion_card *ec, const struct ecard_id *id)

ide_init_port_hw(hwif, &hw);

hwif->host_flags = IDE_HFLAG_MMIO;
default_hwif_mmiops(hwif);

idx[0] = hwif->index;

ide_device_add(idx, NULL);
ide_device_add(idx, &rapide_port_info);

ecard_set_drvdata(ec, hwif);
goto out;
Expand Down

0 comments on commit c05b876

Please sign in to comment.