Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44169
b: refs/heads/master
c: 5b1d221
h: refs/heads/master
i:
  44167: acf1ea2
v: v3
  • Loading branch information
Ralf Baechle committed Dec 10, 2006
1 parent 9e83413 commit d8a38a3
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 3263263f7091eccab6fdc23f28f09b17c0466629
refs/heads/master: 5b1d221e6292f9fcf9f12d6c9e94ee9470ee2a24
6 changes: 6 additions & 0 deletions trunk/include/asm-mips/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,10 @@ static inline void pcibios_add_platform_entries(struct pci_dev *dev)
/* Do platform specific device initialization at pci_enable_device() time */
extern int pcibios_plat_dev_init(struct pci_dev *dev);

/* Chances are this interrupt is wired PC-style ... */
static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
{
return channel ? 15 : 14;
}

#endif /* _ASM_PCI_H */

0 comments on commit d8a38a3

Please sign in to comment.