summaryrefslogtreecommitdiff
path: root/Kernel/Storage/IDEChannel.cpp
AgeCommit message (Expand)Author
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-18Kernel: Rename Locker => MutexLockerAndreas Kling
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-05-13Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>Andreas Kling
2021-05-13IDEChannel: Fix wait_until_not_busy() (#7084)Alexander Richards
2021-04-26Kernel/Storage: Make the IDEChannel design more robustLiav A
2021-04-25Kernel: Remove the now defunct `LOCKER(..)` macro.Brian Gianforcaro
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-06Kernel/Storage: Wait a few microseconds after selecting the IDE driveLiav A
2021-04-03Kernel/Storage: Add support for IDE controllers in PCI native modeLiav A
2021-03-27Kernel/Storage: Use more locking in the IDE codeLiav A
2021-03-27Kernel/Storage: Add support for non-bus mastering IDE controllersLiav A
2021-03-27Kernel/Storage: Move IDE bus master handling code into a separate classLiav A
2021-03-27Kernel: Make IDEChannel Ref-countedLiav A
2021-03-27Kernel: Remove support for CHS addressingLiav A
2021-03-21Kernel: Add simplistic work queuesTom
2021-03-17Kernel: Refactor storage stack with u64 as block indexJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as number of blocksJean-Baptiste Boric
2021-03-15Kernel: Fix race condition completing IDEChannel async requestTom
2021-03-12Kernel: Convert klog() => AK::Format in IDEChannelAndreas Kling
2021-03-05Kernel: Use global mechanism to determine minor number of Storage DeviceLiav A
2021-03-05Kernel: Make ATA macros to be publicLiav A
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20Kernel: Slap a handful more things with UNMAP_AFTER_INITAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-05Kernel: Clear pending interrupts before enabling IRQs of IDE ChannelLiav A
2021-02-03Kernel: Restore IDE PIO functionalityLiav A
2021-01-29Kernel/Storage: Rewrite IDE disk detection and disk accessLuke
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-21Kernel: Add a method to gather the devices count of a Storage controllerLiav A
2020-12-21Kernel: Allow to initialize an IDE device on the secondary channelLiav A
2020-12-21Kernel: Introduce the new Storage subsystemLiav A