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:
parent
b8e4e473e8
commit
735aa01b58
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue