index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Storage
/
IDEController.cpp
Age
Commit message (
Expand
)
Author
2021-09-29
Kernel/PCI: Cache interrupt line and interrupt pin of a device
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-04-26
Kernel: Ensure IO and memory accesses are allowed for IDE channels
Liav A
2021-04-26
Kernel/Storage: Fix sending IOGroup parameters
Liav A
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
Kernel/Storage: Add support for IDE controllers in PCI native mode
Liav A
2021-03-27
Kernel/Storage: Add some debug printing about IDE controllers
Liav A
2021-03-27
Kernel/Storage: Add support for non-bus mastering IDE controllers
Liav A
2021-03-27
Kernel/Storage: Move IDE bus master handling code into a separate class
Liav A
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Mark some IDEController functions with UNMAP_AFTER_INIT
Andreas Kling
2021-01-22
Kernel: Untangle StorageController from PCI::DeviceController
Jean-Baptiste Boric
2020-12-21
Kernel: Change the indexing of storage devices in IDEController class
Liav A
2020-12-21
Kernel: Add a method to gather the devices count of a Storage controller
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A