mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
pci: interrupt pin documentation update
Fix up some erroneous comments in code: interrupt pins are named A-D, the interrupt pin register is always readonly and isn't zeroed out on reset. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ab346bb23f
commit
817e0b6fe8
10 changed files with 8 additions and 14 deletions
|
@ -2291,7 +2291,7 @@ static int usb_ehci_initfn(PCIDevice *dev)
|
|||
pci_set_byte(&pci_conf[PCI_CAPABILITY_LIST], 0x00);
|
||||
//pci_set_byte(&pci_conf[PCI_CAPABILITY_LIST], 0x50);
|
||||
|
||||
pci_set_byte(&pci_conf[PCI_INTERRUPT_PIN], 4); // interrupt pin 3
|
||||
pci_set_byte(&pci_conf[PCI_INTERRUPT_PIN], 4); /* interrupt pin D */
|
||||
pci_set_byte(&pci_conf[PCI_MIN_GNT], 0);
|
||||
pci_set_byte(&pci_conf[PCI_MAX_LAT], 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue