projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3187ef0
)
Fix PCI irq mapping on Malta.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 7 Jun 2007 12:30:16 +0000
(12:30 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 7 Jun 2007 12:30:16 +0000
(12:30 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2951
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/gt64xxx.c
patch
|
blob
|
history
diff --git
a/hw/gt64xxx.c
b/hw/gt64xxx.c
index 3a0e8b15347be8ec3393891b4f6066cea989d069..cbfc9df11a63b24464ea24eb56e72bc0ea495a2f 100644
(file)
--- a/
hw/gt64xxx.c
+++ b/
hw/gt64xxx.c
@@
-504,10
+504,10
@@
static int pci_gt64120_map_irq(PCIDevice *pci_dev, int irq_num)
return 3;
/* AMD 79C973 Ethernet */
case 11:
- return
0
;
+ return
1
;
/* Crystal 4281 Sound */
case 12:
- return
0
;
+ return
2
;
/* PCI slot 1 to 4 */
case 18 ... 21:
return ((slot - 18) + irq_num) & 0x03;