VirtualBox

Changeset 2335

Show
Ignore:
Timestamp:
04/25/07 11:21:17 (2 years ago)
Author:
vboxsync
Message:

Clean up a few BIOS log/error messages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Devices/PC/BIOS/rombios.c

    r1802 r2335  
    55755575    case 0x11: /* recalibrate */ 
    55765576    case 0x14: /* controller internal diagnostic */ 
    5577       BX_INFO("int13h_harddisk function %02xh unimplemented, returns success\n", GET_AH()); 
     5577      BX_INFO("int13_harddisk: function %02xh unimplemented, returns success\n", GET_AH()); 
    55785578      goto int13_success; 
    55795579      break; 
     
    55845584    case 0x50: // IBM/MS send packet command 
    55855585    default: 
    5586       BX_INFO("int13_harddisk function %02xh unsupported, returns fail\n", GET_AH()); 
     5586      BX_INFO("int13_harddisk: function %02xh unsupported, returns fail\n", GET_AH()); 
    55875587      goto int13_fail; 
    55885588      break; 
     
    63986398 
    63996399      if ( (num_sectors > 128) || (num_sectors == 0) ) 
    6400         BX_PANIC("int13_harddisk(): num_sectors out of range!\n"); 
     6400        BX_PANIC("int13_harddisk: num_sectors out of range!\n"); 
    64016401 
    64026402      if (head > 15) 
     
    65446544 
    65456545      if ( (num_sectors > 128) || (num_sectors == 0) ) 
    6546         BX_PANIC("int13_harddisk(): num_sectors out of range!\n"); 
     6546        BX_PANIC("int13_harddisk: num_sectors out of range!\n"); 
    65476547 
    65486548      if (head > 15) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy