summaryrefslogtreecommitdiff
path: root/Kernel/Devices/PATAChannel.cpp
AgeCommit message (Expand)Author
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-19Kernel: Use a const reference to RegisterState in IRQ handlingLiav A
2020-03-19Kernel: Remove unnecessary include from PATAChannel.cppLiav A
2020-03-06Kernel: Enable IRQs before sending commands to devicesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-03-02Kernel: Use IOAddress class in PATAChannel classLiav A
2020-02-24Kernel: Change get_pci_address() to pci_address() in PCI::Device classLiav A
2020-02-24Kernel: Update PATAChannel implementation to use the PIT classLiav A
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-01-22Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"Andreas Kling
2020-01-22Kernel: Replace IRQHandler with the new InterruptHandler classLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Move kernel above the 3GB virtual address markAndreas Kling
2019-12-26Kernel: Simplify force_pio logic in PATA driver (#923)Conrad Pankoff
2019-12-01Kernel: Use a WaitQueue in PATAChannelAndreas Kling
2019-11-23Revert "Kernel: Move Kernel mapping to 0xc0000000"Andreas Kling
2019-11-22Kernel: Move Kernel mapping to 0xc0000000Jesse Buhagiar
2019-11-13Kernel: Add a kernel boot parameter to force PIO modesupercomputer7
2019-11-04PATAChannel: Alert user when no PCI device is foundJesse Buhagiar
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-04Kernel: Fix wrong I/O ports for the ATA alternate status registersAndreas Kling
2019-08-17ProcFS: Do not assume there is one of itSergey Bugaev
2019-08-12Kernel: Fix non-DMA writes to IDE drivesConrad Pankoff
2019-08-11Kernel: Clean up some PATA log messagesConrad Pankoff
2019-08-11Kernel: Fix PATA reads without DMAConrad Pankoff
2019-08-02Kernel: mount system call (#396)Jesse
2019-07-28Kernel: Expand PATA driver to support multiple hard drives (#365)Jesse