VirtualBox

Changeset 32476 in vbox


Ignore:
Timestamp:
Sep 14, 2010 12:12:07 PM (14 years ago)
Author:
vboxsync
Message:

LPC: fixed header type

File:
1 edited

Legend:

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

    r32471 r32476  
    236236    PCIDevSetClassSub         (&pThis->dev, 0x01); /* PCI-to-ISA Bridge */
    237237    PCIDevSetClassBase        (&pThis->dev, 0x06); /* Bridge */
    238     PCIDevSetHeaderType       (&pThis->dev, 0xf0); /* ??? */
     238    PCIDevSetHeaderType       (&pThis->dev, 0x00); /* normal device */
    239239    PCIDevSetSubSystemVendorId(&pThis->dev, 0x8086);
    240240    PCIDevSetSubSystemId      (&pThis->dev, 0x7270);
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