VirtualBox

Ignore:
Timestamp:
Apr 8, 2013 12:15:03 PM (12 years ago)
Author:
vboxsync
Message:

BIOS: Removed panic port references.

File:
1 edited

Legend:

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

    r38699 r45401  
    4848
    4949/* Redirect INFO output to backdoor logging port. */
    50 #define PANIC_PORT  0x400
    51 #define PANIC_PORT2 0x401
    5250#define INFO_PORT   0x504
    5351#define DEBUG_PORT  0x403
     
    163161   
    164162    if ((action & BIOS_PRINTF_DEBHALT) == BIOS_PRINTF_DEBHALT) {
    165 #if BX_VIRTUAL_PORTS
    166         outb(PANIC_PORT2, 0x00);
    167 #endif
    168163        bios_printf (BIOS_PRINTF_SCREEN, "FATAL: ");
    169164    }
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