Andreas Kling
|
ed79116e94
|
IDEDiskDevice: Use wait_for_irq() when waiting for DMA transfers.
Also make sure we return any device errors to caller.
|
2019-05-19 03:56:06 +02:00 |
|
Andreas Kling
|
c818773983
|
IDEDiskDevice: Add support for DMA reads.
I've only tested this with the PIIX3 chipset QEMU emulates, but it works
pretty well here. GCC compile times are cut roughly in half :^)
|
2019-05-19 03:46:50 +02:00 |
|
Andreas Kling
|
c3b7ace3e0
|
Kernel: Assign Lock names in class member initializers.
|
2019-05-02 03:28:20 +02:00 |
|
Andreas Kling
|
243e1d8462
|
Kernel: Use rep insw/outsw for IDE transfers.
There are much faster ways to do disk transfers, but I'm not implementing
those today. In the meantime, this is slightly nicer. :^)
|
2019-04-23 03:45:55 +02:00 |
|
Andreas Kling
|
37498c1566
|
Kernel: Send IDE flush command after writing sectors.
|
2019-04-23 03:16:47 +02:00 |
|
Andreas Kling
|
11e7ce60e5
|
Kernel: Use IDE LBA addressing instead of the long-obsolete C/H/S.
|
2019-04-23 02:26:51 +02:00 |
|
Andreas Kling
|
a58d7fd8bb
|
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
|
2019-04-06 14:29:29 +02:00 |
|
Andreas Kling
|
ab43658c55
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
|