mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[UNIATA]
* Fix a typo. Already sent upstream. svn path=/trunk/; revision=57051
This commit is contained in:
parent
ff6df0d592
commit
527512d65b
1 changed files with 2 additions and 2 deletions
|
@ -7624,13 +7624,13 @@ default_no_prep:
|
|||
LunExt->IdentifyData.NumberOfHeads *
|
||||
LunExt->IdentifyData.NumberOfCylinders;
|
||||
}
|
||||
i--;
|
||||
lba--;
|
||||
|
||||
//((PREAD_CAPACITY_DATA)Srb->DataBuffer)->LogicalBlockAddress =
|
||||
// (((PUCHAR)&i)[0] << 24) | (((PUCHAR)&i)[1] << 16) |
|
||||
// (((PUCHAR)&i)[2] << 8) | ((PUCHAR)&i)[3];
|
||||
|
||||
MOV_QD_SWP( ((PREAD_CAPACITY16_DATA)Srb->DataBuffer)->LogicalBlockAddress, i );
|
||||
MOV_QD_SWP( ((PREAD_CAPACITY16_DATA)Srb->DataBuffer)->LogicalBlockAddress, lba );
|
||||
|
||||
KdPrint2((PRINT_PREFIX
|
||||
"** IDE disk %#x - #sectors %#x, #heads %#x, #cylinders %#x (16)\n",
|
||||
|
|
Loading…
Reference in a new issue