VirtualBox

Changeset 39559 in vbox


Ignore:
Timestamp:
Dec 8, 2011 4:34:20 PM (13 years ago)
Author:
vboxsync
Message:

Fixed VDS SG list length.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/vds.c

    r38899 r39559  
    7474 * trivially creates the list if no remapping is needed.
    7575 */
    76 int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint16_t len )
     76int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint32_t len )
    7777{
    7878    int     rc;
  • trunk/src/VBox/Devices/PC/BIOS-new/vds.h

    r38899 r39559  
    8888/* Higher level routines for utilizing VDS. */
    8989
    90 int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint16_t len );
     90int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint32_t len );
    9191int vds_free_sg_list( vds_edds __far *edds );
    9292
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