mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[freeldr] Allow opening of the raw device
svn path=/trunk/; revision=45812
This commit is contained in:
@@ -319,6 +319,13 @@ LONG ArcOpen(CHAR* Path, OPENMODE OpenMode, ULONG* FileId)
|
||||
FileData[DeviceId].FuncTable = NULL;
|
||||
return ret;
|
||||
}
|
||||
else if (!*FileName)
|
||||
{
|
||||
/* Done, caller wanted to open the raw device */
|
||||
*FileId = DeviceId;
|
||||
pDevice->ReferenceCount++;
|
||||
return ESUCCESS;
|
||||
}
|
||||
|
||||
/* Try to detect the file system */
|
||||
#ifndef _M_ARM
|
||||
|
||||
Reference in New Issue
Block a user