1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00

Kernel: Simplify force_pio logic in PATA driver (#923)

This commit is contained in:
Conrad Pankoff 2019-12-27 08:57:58 +11:00 committed by Andreas Kling
parent 95034fdfbd
commit 0b3a868729
3 changed files with 17 additions and 14 deletions

View file

@ -69,7 +69,6 @@ private:
RefPtr<PhysicalPage> m_dma_buffer_page;
u16 m_bus_master_base { 0 };
Lockable<bool> m_dma_enabled;
Lockable<bool> m_force_pio;
RefPtr<PATADiskDevice> m_master;
RefPtr<PATADiskDevice> m_slave;