XHCI works on real hardware!
This commit is contained in:
@@ -42,7 +42,12 @@ struct xhci {
|
||||
|
||||
uintptr_t* xhci_dcbaa;
|
||||
uintptr_t xhci_dcbaa_phys;
|
||||
|
||||
uint32_t max_scratchpad;
|
||||
uintptr_t* scratchpads;
|
||||
uintptr_t scratchpads_phys;
|
||||
|
||||
uint32_t max_slots;
|
||||
|
||||
struct xhci_trb* cmd_ring;
|
||||
uintptr_t cmd_ring_phys;
|
||||
|
||||
Reference in New Issue
Block a user