Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11129
b: refs/heads/master
c: 50bd2c7
h: refs/heads/master
i:
  11127: 3cc52c4
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent 8d9b05c commit 25ef979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ec125c129e864390deef47f792e3174442e4099f
refs/heads/master: 50bd2c72ca72c07d5640e3490845d4b0faf6c124
4 changes: 1 addition & 3 deletions trunk/arch/mips/pci/pci-lasat.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
switch (slot) {
case 1:
return LASATINT_PCIA;
case 2:
return LASATINT_PCIB;
case 3:
return LASATINT_PCIC;
return LASATINT_PCIA + (((slot-1) + (pin-1)) % 4);
case 4:
return LASATINT_ETH1; /* Ethernet 1 (LAN 2) */
case 5:
Expand Down

0 comments on commit 25ef979

Please sign in to comment.