ladybird/Kernel/Storage
Daniel Bertalan b97a00d4b1 Kernel: Add missing override specifiers
The `#pragma GCC diagnostic` part is needed because the class has
virtual methods with the same name but different arguments, and Clang
tries to warn us that we are not actually overriding anything with
these.

Weirdly enough, GCC does not seem to care.
2021-07-03 01:56:31 +04:30
..
Partition Kernel: Fix incorrect argument when constructing DiskPartitionMetadata 2021-05-16 17:49:42 +02:00
AHCI.h Kernel/AHCI: Fix shift of 1 2021-06-25 16:27:01 +02:00
AHCIController.cpp Kernel/AHCI: Dont assume ports start at 0 2021-06-25 16:27:01 +02:00
AHCIController.h Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
AHCIPort.cpp Kernel/AHCI: Don't set the C command header attribute 2021-06-15 14:43:22 +02:00
AHCIPort.h Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
AHCIPortHandler.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
AHCIPortHandler.h Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
ATA.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BMIDEChannel.cpp Kernel: Specify I/O size for BMIDEChannel 2021-06-28 15:55:00 +02:00
BMIDEChannel.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
IDEChannel.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
IDEChannel.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
IDEController.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
IDEController.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PATADiskDevice.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
PATADiskDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RamdiskController.cpp Kernel: Don't ref-count UsedMemoryRange during iteration 2021-05-16 19:58:33 +02:00
RamdiskController.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
RamdiskDevice.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
RamdiskDevice.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
SATADiskDevice.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
SATADiskDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StorageController.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
StorageDevice.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
StorageDevice.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StorageManagement.cpp Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
StorageManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00