kernel/eka/drivers/medata/pccd_ata.cpp
branchRCL_3
changeset 294 039a3e647356
parent 249 a179b74831c9
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
  1783 	aInfo.iDriveAtt=KDriveAttLocal|KDriveAttRemovable;
  1783 	aInfo.iDriveAtt=KDriveAttLocal|KDriveAttRemovable;
  1784 	aInfo.iMediaAtt=KMediaAttFormattable;
  1784 	aInfo.iMediaAtt=KMediaAttFormattable;
  1785 	aInfo.iFileSystemId=KDriveFileSysFAT;
  1785 	aInfo.iFileSystemId=KDriveFileSysFAT;
  1786 	aInfo.iHiddenSectors=iHiddenSectors;
  1786 	aInfo.iHiddenSectors=iHiddenSectors;
  1787 	aInfo.iBlockSize=KAtaSectorSize;
  1787 	aInfo.iBlockSize=KAtaSectorSize;
  1788 	SetTotalSizeInBytes(aInfo);
       
  1789 	return KErrCompletion;	// synchronous completion
  1788 	return KErrCompletion;	// synchronous completion
  1790 	}
  1789 	}
  1791 
  1790 
  1792 DECLARE_STANDARD_PDD()
  1791 DECLARE_STANDARD_PDD()
  1793 	{
  1792 	{