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
/
Devices
/
PATAChannel.cpp
Age
Commit message (
Expand
)
Author
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-19
Kernel: Remove unnecessary include from PATAChannel.cpp
Liav A
2020-03-06
Kernel: Enable IRQs before sending commands to devices
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in PATAChannel class
Liav A
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Kernel: Update PATAChannel implementation to use the PIT class
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2019-12-26
Kernel: Simplify force_pio logic in PATA driver (#923)
Conrad Pankoff
2019-12-01
Kernel: Use a WaitQueue in PATAChannel
Andreas Kling
2019-11-23
Revert "Kernel: Move Kernel mapping to 0xc0000000"
Andreas Kling
2019-11-22
Kernel: Move Kernel mapping to 0xc0000000
Jesse Buhagiar
2019-11-13
Kernel: Add a kernel boot parameter to force PIO mode
supercomputer7
2019-11-04
PATAChannel: Alert user when no PCI device is found
Jesse Buhagiar
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-04
Kernel: Fix wrong I/O ports for the ATA alternate status registers
Andreas Kling
2019-08-17
ProcFS: Do not assume there is one of it
Sergey Bugaev
2019-08-12
Kernel: Fix non-DMA writes to IDE drives
Conrad Pankoff
2019-08-11
Kernel: Clean up some PATA log messages
Conrad Pankoff
2019-08-11
Kernel: Fix PATA reads without DMA
Conrad Pankoff
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-07-28
Kernel: Expand PATA driver to support multiple hard drives (#365)
Jesse