VirtualBox

Changeset 39598 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Dec 13, 2011 5:22:04 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75367
Message:

Silly coding error.

File:
1 edited

Legend:

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

    r39597 r39598  
    322322
    323323    /* Set up the PRDT. */
    324     ahci->aPrdt[prdt_idx].len       = ahci->edds.u.sg[prdt_idx].size - 1;
    325     ahci->aPrdt[prdt_idx].phys_addr = ahci->edds.u.sg[prdt_idx].phys_addr;
     324    ahci->aPrdt[prdt_idx].len       = ahci->edds.u.sg[0].size - 1;
     325    ahci->aPrdt[prdt_idx].phys_addr = ahci->edds.u.sg[0].phys_addr;
    326326    ++prdt_idx;
    327327
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