[Voyageurs] Send AddressDevice Command to move port to 'Addressed' State.

This commit is contained in:
Drew Galbraith 2024-02-22 18:16:08 -08:00
parent dd2687a59a
commit 8e78950ac7
10 changed files with 236 additions and 33 deletions

View file

@ -10,6 +10,7 @@ class TrbRing {
TrbRing();
uint64_t PhysicalAddress() { return phys_address_; }
XhciTrb GetTrbFromPhysical(uint64_t address);
protected:
uint64_t phys_address_;