summaryrefslogtreecommitdiffstats
path: root/hw/usb-uhci.c
diff options
context:
space:
mode:
authorAnthony Liguori2011-09-20 22:22:10 +0200
committerAnthony Liguori2011-09-20 22:22:10 +0200
commit03c39eb558472ab3b13a39e9159b2e1ffa6c3a43 (patch)
treef19079357c2c346d0b00a94d7ac8d85185fbdbff /hw/usb-uhci.c
parentMerge remote-tracking branch 'kwolf/for-anthony' into staging (diff)
parentpci_bridge: simplify memory regions some more (diff)
downloadqemu-03c39eb558472ab3b13a39e9159b2e1ffa6c3a43.tar.gz
qemu-03c39eb558472ab3b13a39e9159b2e1ffa6c3a43.tar.xz
qemu-03c39eb558472ab3b13a39e9159b2e1ffa6c3a43.zip
Merge remote-tracking branch 'mst-tmp/for_anthony' into staging
Diffstat (limited to 'hw/usb-uhci.c')
-rw-r--r--hw/usb-uhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index 64f7b36c00..17992cf003 100644
--- a/hw/usb-uhci.c
+++ b/hw/usb-uhci.c
@@ -1131,7 +1131,7 @@ static int usb_uhci_common_initfn(PCIDevice *dev)
pci_conf[PCI_CLASS_PROG] = 0x00;
/* TODO: reset value should be 0. */
- pci_conf[PCI_INTERRUPT_PIN] = 4; // interrupt pin 3
+ pci_conf[PCI_INTERRUPT_PIN] = 4; /* interrupt pin D */
pci_conf[USB_SBRN] = USB_RELEASE_1; // release number
if (s->masterbus) {