Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Linus Groh
|
2b0c361d04
Everywhere: Fix a bunch of typos
|
4 years ago |
Liav A
|
da109eeab8
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
|
4 years ago |
Liav A
|
2718d7c74c
Kernel/Storage: Add support for IDE controllers in PCI native mode
|
4 years ago |
Liav A
|
b96e4c1308
Kernel/Storage: Use more locking in the IDE code
|
4 years ago |
Liav A
|
8b446fb579
Kernel/Storage: Add support for non-bus mastering IDE controllers
|
4 years ago |
Liav A
|
833a6bd047
Kernel/Storage: Move IDE bus master handling code into a separate class
|
4 years ago |
Liav A
|
dfb6b296cf
Kernel: Make IDEChannel Ref-counted
|
4 years ago |
Liav A
|
531037db7e
Kernel: Remove support for CHS addressing
|
4 years ago |
Tom
|
20cccda731
Kernel: Add simplistic work queues
|
4 years ago |
Jean-Baptiste Boric
|
999c57ef2d
Kernel: Refactor storage stack with u64 as block index
|
4 years ago |
Jean-Baptiste Boric
|
9a3aa7eb0b
Kernel: Refactor storage stack with u64 as number of blocks
|
4 years ago |
Tom
|
8177f2474b
Kernel: Fix race condition completing IDEChannel async request
|
4 years ago |
Andreas Kling
|
6bfba0f576
Kernel: Convert klog() => AK::Format in IDEChannel
|
4 years ago |
Liav A
|
b59e45e65c
Kernel: Use global mechanism to determine minor number of Storage Device
|
4 years ago |
Liav A
|
566c10b8b8
Kernel: Make ATA macros to be public
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
cc0f5917d3
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
Liav A
|
865aade42b
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
|
4 years ago |
Liav A
|
36f6351edc
Kernel: Restore IDE PIO functionality
|
4 years ago |
Luke
|
40de84ba67
Kernel/Storage: Rewrite IDE disk detection and disk access
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |
asynts
|
a348ab55b0
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
asynts
|
5931758dbc
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
cb2c8f71f4
AK: Remove custom %b format string specifier
|
4 years ago |