Changeset 39598 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 13, 2011 5:22:04 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75367
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/ahci.c
r39597 r39598 322 322 323 323 /* 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; 326 326 ++prdt_idx; 327 327
Note:
See TracChangeset
for help on using the changeset viewer.