]> Git Repo - qemu.git/blobdiff - hw/usb-uhci.c
spapr: make irq customizable via qdev
[qemu.git] / hw / usb-uhci.c
index 64f7b36c00dd6d180cbc102b5c5db48c5ff274f8..17992cf003549e08e2555511e70d643d810ed725 100644 (file)
@@ -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) {
This page took 0.026159 seconds and 4 git commands to generate.