1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:08:10 +00:00

Kernel: Remove hardcoded values for block size in IDEChannel

This commit is contained in:
Pankaj Raghav 2022-03-26 21:37:56 +01:00 committed by Brian Gianforcaro
parent 6d3a7fabeb
commit e40d4b2677
2 changed files with 13 additions and 11 deletions

View file

@ -105,6 +105,7 @@ public:
private:
void complete_current_request(AsyncDeviceRequest::RequestResult);
void initialize();
static constexpr size_t m_logical_sector_size = 512;
protected:
enum class LBAMode : u8 {