diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-05-10 02:44:37 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-05-10 02:44:37 +0200 |
| commit | 662aff21a83a9159ed3ffb0d14ebeafecaecf762 (patch) | |
| tree | c87d1db8026df3b604ab5cb0107f276e1c6fc597 | |
| parent | bfc8cdfff5aba1da7ddef1c2ef7e1167f8dd2e8d (diff) | |
| parent | c474179f9a6428bb81a78d20f43cf982125d5d34 (diff) | |
| download | plan9front-662aff21a83a9159ed3ffb0d14ebeafecaecf762.tar.xz | |
merge
| -rw-r--r-- | sys/src/9/port/usbxhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/usbxhci.c b/sys/src/9/port/usbxhci.c index ab30aa040..f9b61438e 100644 --- a/sys/src/9/port/usbxhci.c +++ b/sys/src/9/port/usbxhci.c @@ -1239,7 +1239,7 @@ epopen(Ep *ep) slot->nep = 1; ring->slot = slot; ring->doorbell = &ctlr->dba[slot->id]; - ring->ctx = &slot->obase[8]; + ring->ctx = &slot->obase[8<<ctlr->csz]; /* (input) control context */ w = slot->ibase; |
