VirtualBox

Changeset 44600 in vbox


Ignore:
Timestamp:
Feb 8, 2013 12:25:38 PM (12 years ago)
Author:
vboxsync
Message:

Annoying assertions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r44508 r44600  
    16711671
    16721672                    /* No 64-bit PIO regions possible. */
    1673                     Assert((u8ResourceType & PCI_COMMAND_IOACCESS) == 0);
     1673#ifndef DEBUG_bird /* EFI triggers this for DevAHCI. */
     1674                    AssertMsg((u8ResourceType & PCI_COMMAND_IOACCESS) == 0, ("type=%#x rgn=%d\n", u8ResourceType, iRegion));
     1675#endif
    16741676                }
    16751677                else
     
    16961698                    cbRegSize64 = cbRegSize32;
    16971699                }
     1700#ifndef DEBUG_bird /* EFI triggers this for DevAHCI. */
    16981701                Assert(cbRegSize64 == (uint32_t)cbRegSize64);
     1702#endif
    16991703                Log2(("%s: Size of region %u for device %d on bus %d is %lld\n", __FUNCTION__, iRegion, uDevFn, uBus, cbRegSize64));
    17001704
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