mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
ICH9: fix typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
bbd908025c
commit
0668a06b81
2 changed files with 4 additions and 4 deletions
|
@ -97,8 +97,8 @@ static void ich9_cc_update(ICH9LPCState *lpc)
|
|||
|
||||
/*
|
||||
* D30: DMI2PCI bridge
|
||||
* It is arbitrarily decided how INTx lines of PCI devicesbehind the bridge
|
||||
* are connected to pirq lines. Our choice is PIRQ[E-H].
|
||||
* It is arbitrarily decided how INTx lines of PCI devices behind
|
||||
* the bridge are connected to pirq lines. Our choice is PIRQ[E-H].
|
||||
* INT[A-D] are connected to PIRQ[E-H]
|
||||
*/
|
||||
for (pci_intx = 0; pci_intx < PCI_NUM_PINS; pci_intx++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue