mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Made the hard coded value for the HUT a little bit longer.
svn path=/trunk/; revision=14577
This commit is contained in:
parent
e45867b698
commit
a6e0f1b9c1
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ NTSTATUS NTAPI HwSpecify(PCONTROLLER_INFO ControllerInfo,
|
|||
Buffer[1] = (StepRateTime << 4) + HeadUnloadTime;
|
||||
Buffer[2] = (HeadLoadTime << 1) + (NonDma ? 1 : 0);
|
||||
*/
|
||||
Buffer[1] = 0xd1;
|
||||
Buffer[1] = 0xdf;
|
||||
Buffer[2] = 0x2;
|
||||
|
||||
//KdPrint(("HwSpecify: sending 0x%x 0x%x 0x%x to FIFO\n", Buffer[0], Buffer[1], Buffer[2]));
|
||||
|
|
Loading…
Reference in a new issue