diff options
author | Anthony Liguori | 2011-09-20 22:22:10 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-09-20 22:22:10 +0200 |
commit | 03c39eb558472ab3b13a39e9159b2e1ffa6c3a43 (patch) | |
tree | f19079357c2c346d0b00a94d7ac8d85185fbdbff /hw/rtl8139.c | |
parent | Merge remote-tracking branch 'kwolf/for-anthony' into staging (diff) | |
parent | pci_bridge: simplify memory regions some more (diff) | |
download | qemu-03c39eb558472ab3b13a39e9159b2e1ffa6c3a43.tar.gz qemu-03c39eb558472ab3b13a39e9159b2e1ffa6c3a43.tar.xz qemu-03c39eb558472ab3b13a39e9159b2e1ffa6c3a43.zip |
Merge remote-tracking branch 'mst-tmp/for_anthony' into staging
Diffstat (limited to 'hw/rtl8139.c')
-rw-r--r-- | hw/rtl8139.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtl8139.c b/hw/rtl8139.c index c5de5b48ba..37539508c5 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -3464,7 +3464,7 @@ static int pci_rtl8139_init(PCIDevice *dev) uint8_t *pci_conf; pci_conf = s->dev.config; - pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin 0 */ + pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ /* TODO: start of capability list, but no capability * list bit in status register, and offset 0xdc seems unused. */ pci_conf[PCI_CAPABILITY_LIST] = 0xdc; |