Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38544
b: refs/heads/master
c: f312094
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and Matthew Wilcox committed Oct 4, 2006
1 parent 7304426 commit c095ae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d207ac0f7c9736782bfa51cff2109b74d26c3622
refs/heads/master: f312094556619aed849862089938c14aa6a5b84b
5 changes: 5 additions & 0 deletions trunk/include/asm-parisc/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,9 @@ static inline void pcibios_penalize_isa_irq(int irq, int active)
/* We don't need to penalize isa irq's */
}

static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
{
return channel ? 15 : 14;
}

#endif /* __ASM_PARISC_PCI_H */

0 comments on commit c095ae4

Please sign in to comment.