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
/
IDEChannel.cpp
Age
Commit message (
Expand
)
Author
2021-04-06
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
Liav A
2021-04-03
Kernel/Storage: Add support for IDE controllers in PCI native mode
Liav A
2021-03-27
Kernel/Storage: Use more locking in the IDE code
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-03-27
Kernel: Make IDEChannel Ref-counted
Liav A
2021-03-27
Kernel: Remove support for CHS addressing
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-17
Kernel: Refactor storage stack with u64 as block index
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-15
Kernel: Fix race condition completing IDEChannel async request
Tom
2021-03-12
Kernel: Convert klog() => AK::Format in IDEChannel
Andreas Kling
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-03-05
Kernel: Make ATA macros to be public
Liav A
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
Liav A
2021-02-03
Kernel: Restore IDE PIO functionality
Liav A
2021-01-29
Kernel/Storage: Rewrite IDE disk detection and disk access
Luke
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-21
Kernel: Add a method to gather the devices count of a Storage controller
Liav A
2020-12-21
Kernel: Allow to initialize an IDE device on the secondary channel
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A