VirtualBox

Changeset 49067 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Oct 12, 2013 11:40:13 AM (11 years ago)
Author:
vboxsync
Message:

A bit more debug logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/pcibios.c

    r48947 r49067  
    388388    case GET_IRQ_ROUTING:
    389389        route_buf = ES :> (void *)DI;
    390         BX_DEBUG_PCI("PCI: Route Buf %04X:%04X size %04X (at %04X:%04X)\n",
     390        BX_DEBUG_PCI("PCI: Route Buf %04X:%04X size %04X, need %04X (at %04X:%04X)\n",
    391391                     FP_SEG(route_buf->buf_ptr), FP_OFF(route_buf->buf_ptr),
    392                      route_buf->buf_size, ES, DI);
     392                     route_buf->buf_size, pci_routing_table_size, ES, DI);
    393393        if (pci_routing_table_size > route_buf->buf_size) {
    394394            SET_AH(BUFFER_TOO_SMALL);
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