VirtualBox

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


Ignore:
Timestamp:
Oct 22, 2016 6:19:08 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111474
Message:

Devices/PC: Doxygen fixes

Location:
trunk/src/VBox/Devices/PC/BIOS
Files:
2 edited

Legend:

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

    r63562 r64369  
    3131/**
    3232 * Set video mode (VGA).
    33  * @params    New video mode.
     33 * @param   mode    New video mode.
    3434 */
    3535void set_mode(uint8_t mode);
     
    4242/**
    4343 * Set VESA video mode.
    44  * @params    New video mode.
     44 * @param   mode    New video mode.
    4545 */
    4646uint16_t vesa_set_mode(uint16_t mode);
     
    5252/**
    5353 * Get current VESA video mode.
    54  * @params    New video mode.
     54 * @param   mode    New video mode.
    5555 */
    5656uint16_t vesa_get_mode(uint16_t __far *mode);
  • trunk/src/VBox/Devices/PC/BIOS/scsi.c

    r63562 r64369  
    304304 *
    305305 * @returns status code.
    306  * @param   bios_dsk    Pointer to disk request packet (in the
    307  *                      EBDA).
     306 * @param   device_id   ID of the device to access.
     307 * @param   cmdlen      Length of the CDB.
     308 * @param   cmdbuf      The CDB buffer.
     309 * @param   before      How much to skip before reading into the provided data buffer.
     310 * @param   length      How much to transfer.
     311 * @param   inout       Read/Write direction indicator.
     312 * @param   buffer      Data buffer to store the data from the device in.
    308313 */
    309314uint16_t scsi_cmd_packet(uint16_t device_id, uint8_t cmdlen, char __far *cmdbuf,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette