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/pcibios.c

    r62509 r63562  
    5353};
    5454
    55 // @todo: merge with system.c
     55/// @todo merge with system.c
    5656#define AX      r.gr.u.r16.ax
    5757#define BX      r.gr.u.r16.bx
     
    134134#else
    135135
    136 //@todo: merge with AHCI code
     136/// @todo merge with AHCI code
    137137
    138138/* Warning: Destroys high bits of EAX. */
     
    323323        AX  = 0x0001;   /* Configuration mechanism #1 supported. */
    324324        BX  = 0x0210;   /* Version 2.1. */
    325         //@todo: return true max bus # in CL
     325        /// @todo return true max bus # in CL
    326326        CX  = 0;        /* Maximum bus number. */
    327327        EDX = 'P' | ('C' << 8) | ((uint32_t)'I' << 16) | ((uint32_t)' ' << 24);
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