Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75359
b: refs/heads/master
c: af18374
h: refs/heads/master
i:
  75357: c026466
  75355: 9c11009
  75351: adba743
  75343: 102619d
  75327: 759a1ac
v: v3
  • Loading branch information
Rod Whitby authored and Jeff Garzik committed Jan 10, 2008
1 parent a1b44de commit 18e80fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 36906d9beab941452cad406cc03f05cc78671256
refs/heads/master: af183748044cefb1050ab47519e6bdcfcecec226
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_ixp4xx_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ static struct ata_port_operations ixp4xx_port_ops = {
.port_start = ata_port_start,
};

static void ixp4xx_setup_port(struct ata_ioports *ioaddr,
static void ixp4xx_setup_port(struct ata_port *ap,
struct ixp4xx_pata_data *data,
unsigned long raw_cs0, unsigned long raw_cs1)
{
struct ata_ioports *ioaddr = &ap->ioaddr;
unsigned long raw_cmd = raw_cs0;
unsigned long raw_ctl = raw_cs1 + 0x06;

Expand Down

0 comments on commit 18e80fc

Please sign in to comment.