Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105735
b: refs/heads/master
c: ffed0b6
h: refs/heads/master
i:
  105733: f7d3f83
  105731: 7cf09c9
  105727: bd744c0
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 6ac9cb7 commit 889bab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: d83b8b85cd56a083d30df73f3fd5e4714591b910
refs/heads/master: ffed0b6e1a6f5132681d4b521531d992f893190b
18 changes: 0 additions & 18 deletions trunk/include/asm-powerpc/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ static __inline__ int ide_default_irq(unsigned long base)
case 0x1f0: return 14;
case 0x170: return 15;
}
#endif
#ifdef CONFIG_PPC_PREP
switch (base) {
case 0x1f0: return 13;
case 0x170: return 13;
case 0x1e8: return 11;
case 0x168: return 10;
case 0xfff0: return 14; /* MCP(N)750 ide0 */
case 0xffe0: return 15; /* MCP(N)750 ide1 */
}
#endif
return 0;
}
Expand All @@ -53,14 +43,6 @@ static __inline__ unsigned long ide_default_io_base(int index)
case 0: return 0x1f0;
case 1: return 0x170;
}
#endif
#ifdef CONFIG_PPC_PREP
switch (index) {
case 0: return 0x1f0;
case 1: return 0x170;
case 2: return 0x1e8;
case 3: return 0x168;
}
#endif
return 0;
}
Expand Down

0 comments on commit 889bab4

Please sign in to comment.