Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45966
b: refs/heads/master
c: 677c0a7
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 27, 2007
1 parent 30560ca commit 76590d1
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: 3e9e4c8606127592cda22159cc2440ea48963ae4
refs/heads/master: 677c0a78f6bf7aa87c90c4e015e014a17132c634
6 changes: 6 additions & 0 deletions trunk/include/asm-ia64/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,10 @@ pcibios_select_root(struct pci_dev *pdev, struct resource *res)

#define pcibios_scan_all_fns(a, b) 0

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

#endif /* _ASM_IA64_PCI_H */

0 comments on commit 76590d1

Please sign in to comment.