VirtualBox

Changeset 85487 in vbox for trunk


Ignore:
Timestamp:
Jul 28, 2020 12:09:14 PM (4 years ago)
Author:
vboxsync
Message:

DevIoApic: Print the APIC version in the log rather than the misleading ICH9 keyword.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevIoApic.cpp

    r85009 r85487  
    14761476     * Init. the device state.
    14771477     */
    1478     LogRel(("IOAPIC: Using implementation 2.0! Chipset type %s\n", szChipType));
     1478    LogRel(("IOAPIC: Using implementation 2.0! I/O APIC version is %d.%d\n", pThis->u8ApicVer >> 4, pThis->u8ApicVer & 0x0F));
    14791479    ioapicR3Reset(pDevIns);
    14801480
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette