20 #include "AtaController.h" 31 else if (a.p1 != b.p1)
41 uint64_t a_aligned_location = a.p3 & ~(pDisk->
getBlockSize() - 1);
42 uint64_t b_aligned_location = b.p3 & ~(pDisk->
getBlockSize() - 1);
44 return a_aligned_location == b_aligned_location;
virtual size_t getBlockSize() const
Gets the block size of the disk.
virtual bool compareRequests(const RequestQueue::Request &a, const RequestQueue::Request &b)