mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
First release of the IDE driver
svn path=/trunk/; revision=48
This commit is contained in:
parent
cb0fe70650
commit
22ebf085eb
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ static char SectorBuffer[512 * 10];
|
|||
}
|
||||
DbgPrint("\n");
|
||||
}
|
||||
for(;;);
|
||||
//for(;;);
|
||||
Status = ZwWriteFile(FileHandle,
|
||||
NULL,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue