kernel/eka/drivers/medata/pccd_ata.cpp
branchRCL_3
changeset 42 a179b74831c9
parent 6 0173bcd7697c
equal deleted inserted replaced
41:0ffb4e86fcc9 42:a179b74831c9
  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);
  1788 	return KErrCompletion;	// synchronous completion
  1789 	return KErrCompletion;	// synchronous completion
  1789 	}
  1790 	}
  1790 
  1791 
  1791 DECLARE_STANDARD_PDD()
  1792 DECLARE_STANDARD_PDD()
  1792 	{
  1793 	{