aboutsummaryrefslogtreecommitdiffstats
path: root/hw/gt64xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/gt64xxx.c')
-rw-r--r--hw/gt64xxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/gt64xxx.c b/hw/gt64xxx.c
index 3a0e8b153..cbfc9df11 100644
--- 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;