VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:04:03 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

File:
1 edited

Legend:

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

    r60887 r63562  
    5353#define UNSUPPORTED_FUNCTION    0x86    /* Specific to INT 15h. */
    5454
    55 #define BIOS_CONFIG_TABLE       0xe6f5  /* TODO: configurable? put elsewhere? */
    56 
    57 #define ACPI_DATA_SIZE    0x00010000L   /* TODO: configurable? put elsewhere? */
     55#define BIOS_CONFIG_TABLE       0xe6f5  /** @todo configurable? put elsewhere? */
     56
     57#define ACPI_DATA_SIZE    0x00010000L   /** @todo configurable? put elsewhere? */
    5858
    5959#define BX_CPU                  3
     
    266266    parm [ax] modify nomemory aborts;
    267267
    268 // @todo: This method is silly. The RTC should be programmed to fire an interrupt
     268/// @todo This method is silly. The RTC should be programmed to fire an interrupt
    269269// instead of hogging the CPU with inaccurate code.
    270270void timer_wait(uint32_t usec_wait)
     
    328328}
    329329
    330 // @todo: move elsewhere?
     330/// @todo move elsewhere?
    331331#define AX      r.gr.u.r16.ax
    332332#define BX      r.gr.u.r16.bx
     
    400400        break;
    401401
    402     //@todo: Why does this need special handling? All we need is to set CF
     402    /// @todo Why does this need special handling? All we need is to set CF
    403403    //       but not handle this as an unknown function (regardless of CPU type).
    404404    case 0x4f:
     
    478478
    479479        // turn off interrupts
    480         int_disable();  //@todo: aren't they off already?
     480        int_disable();  /// @todo aren't they off already?
    481481
    482482        set_enable_a20(1); // enable A20 line; we're supposed to fail if that fails
     
    834834
    835835    // turn off interrupts
    836     int_disable();    //@todo: aren't they disabled already?
     836    int_disable();    /// @todo aren't they disabled already?
    837837
    838838    prev_a20_enable = set_enable_a20(1); // enable A20 line
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