diff options
Diffstat (limited to 'sys/src/9/omap/usbehciomap.c')
| -rw-r--r-- | sys/src/9/omap/usbehciomap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/omap/usbehciomap.c b/sys/src/9/omap/usbehciomap.c index 0634db69c..8be97c323 100644 --- a/sys/src/9/omap/usbehciomap.c +++ b/sys/src/9/omap/usbehciomap.c @@ -53,7 +53,7 @@ ehcireset(Ctlr *ctlr) } /* requesting more interrupts per µframe may miss interrupts */ - opio->cmd |= Citc8; /* 1 intr. per ms */ + opio->cmd |= 0x10000; /* 1 intr. per ms */ coherence(); switch(opio->cmd & Cflsmask){ case Cfls1024: @@ -180,7 +180,7 @@ reset(Hci *hp) ctlr->tdalloc = ucallocalign; ctlr->dmaalloc = ucalloc; - cltr->dmafree = ucfree; + ctlr->dmafree = ucfree; ehcireset(ctlr); ehcimeminit(ctlr); |
