VirtualBox

Changeset 105972 in vbox


Ignore:
Timestamp:
Sep 5, 2024 8:12:59 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164712
Message:

BIOS: Reduced the number of S/G buffers for LSI Logic driver (see comment).

File:
1 edited

Legend:

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

    r101004 r105972  
    4848
    4949#ifdef USE_VDS
    50 #define NUM_SG_BUFFERS      34
     50/* The disk BIOS won't transfer more than 64K at a time. The extended
     51 * INT 13h interface is limited to 127 sectors (Phoenix EDD 3.0).
     52 * We need at most enough for 64K + 1 page for alignment.
     53 */
     54#define NUM_SG_BUFFERS      17
    5155#endif
    5256
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