ladybird/Kernel/Bus
Jesse Buhagiar 2c16532159 Kernel+USB: Move descriptor bookkeeping into seperate structure(s)
We now have a seperately allocated structure for the bookkeeping
information in the QueueHead and TransferDescriptor UHCI strucutres.
This way, we can support 64-bit pointers in UHCI, fixing a problem where
32-bit pointers would truncate the upper 32-bits of the (virtual)
address of the descriptor, causing a crash.

Co-authored-by: b14ckcat <b14ckcat@protonmail.com>
2022-10-22 15:54:55 -04:00
..
PCI Kernel: Fix a comment typo 2022-09-30 20:09:26 -07:00
USB Kernel+USB: Move descriptor bookkeeping into seperate structure(s) 2022-10-22 15:54:55 -04:00
VirtIO Kernel: Introduce the IOWindow class 2022-09-23 17:22:15 +01:00