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

Kernel: Remove stale detect_disks method from PCI IDE controller class

This commit is contained in:
Liav A 2022-12-16 11:11:38 +02:00 committed by Andrew Kaster
parent b8e4e473e8
commit 735aa01b58

View file

@ -31,7 +31,6 @@ private:
LockRefPtr<StorageDevice> device_by_channel_and_position(u32 index) const; LockRefPtr<StorageDevice> device_by_channel_and_position(u32 index) const;
void initialize(bool force_pio); void initialize(bool force_pio);
void detect_disks();
// FIXME: Find a better way to get the ProgrammingInterface // FIXME: Find a better way to get the ProgrammingInterface
PCI::ProgrammingInterface m_prog_if; PCI::ProgrammingInterface m_prog_if;