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:
parent
6d3a7fabeb
commit
e40d4b2677
2 changed files with 13 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue