[Voyageurs] Send ConfigureEndpointCommand to device.

This commit is contained in:
Drew Galbraith 2024-02-24 09:23:58 -08:00
parent af69415d4d
commit 2cc9c89051
6 changed files with 77 additions and 3 deletions

View file

@ -23,6 +23,8 @@ class XhciDriver {
void InterruptLoop();
void IssueCommand(const XhciTrb& command);
private:
// MMIO Structures.
mmth::OwnedMemoryRegion pci_region_;