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/pcnet-pci.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/pcnet-pci.c')
-rw-r--r-- | hw/pcnet-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pcnet-pci.c b/hw/pcnet-pci.c index 51e132050f..fb2a00caad 100644 --- a/hw/pcnet-pci.c +++ b/hw/pcnet-pci.c @@ -285,7 +285,7 @@ static int pci_pcnet_init(PCIDevice *pci_dev) pci_set_word(pci_conf + PCI_SUBSYSTEM_VENDOR_ID, 0x0); pci_set_word(pci_conf + PCI_SUBSYSTEM_ID, 0x0); - pci_conf[PCI_INTERRUPT_PIN] = 1; // interrupt pin 0 + pci_conf[PCI_INTERRUPT_PIN] = 1; /* interrupt pin A */ pci_conf[PCI_MIN_GNT] = 0x06; pci_conf[PCI_MAX_LAT] = 0xff; |