merge
This commit is contained in:
commit
662aff21a8
1 changed files with 1 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ epopen(Ep *ep)
|
||||||
slot->nep = 1;
|
slot->nep = 1;
|
||||||
ring->slot = slot;
|
ring->slot = slot;
|
||||||
ring->doorbell = &ctlr->dba[slot->id];
|
ring->doorbell = &ctlr->dba[slot->id];
|
||||||
ring->ctx = &slot->obase[8];
|
ring->ctx = &slot->obase[8<<ctlr->csz];
|
||||||
|
|
||||||
/* (input) control context */
|
/* (input) control context */
|
||||||
w = slot->ibase;
|
w = slot->ibase;
|
||||||
|
|
Loading…
Reference in a new issue