[Voyageurs] XHCI Event Segment working with polling.
This commit is contained in:
parent
b41784b938
commit
4cb0b0b2ae
8 changed files with 181 additions and 21 deletions
|
|
@ -73,7 +73,10 @@ struct XhciRuntime {
|
|||
uint64_t reserved3;
|
||||
uint64_t reserved4;
|
||||
XhciInterrupter interrupters[1024];
|
||||
} __attribute__((packed));
|
||||
|
||||
struct XhciDoorbells {
|
||||
uint32_t doorbell[256];
|
||||
} __attribute__((packed));
|
||||
|
||||
struct XhciPort {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue