summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/usbehci.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-07-31 17:36:56 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-07-31 17:36:56 +0200
commit5f23d78f068fcc33555705ee43933fc8ed8b4fc0 (patch)
tree72e76902a083cf5e231e732579603c92ac15f1a3 /sys/src/9/pc/usbehci.h
parent48352be82574e39a54e44b5ed38d407dcb66a0bb (diff)
usbohci, usbehci, usbxhci: save mmio base address in ctlr, cant PADDR() on 386...
Diffstat (limited to 'sys/src/9/pc/usbehci.h')
-rw-r--r--sys/src/9/pc/usbehci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/usbehci.h b/sys/src/9/pc/usbehci.h
index 885bdc606..4b0c9c3b0 100644
--- a/sys/src/9/pc/usbehci.h
+++ b/sys/src/9/pc/usbehci.h
@@ -170,6 +170,7 @@ struct Ctlr
Lock; /* for ilock. qh lists and basic ctlr I/O */
QLock portlck; /* for port resets/enable... (and doorbell) */
int active; /* in use or not */
+ uintptr base;
Pcidev* pcidev;
Ecapio* capio; /* Capability i/o regs */
Eopio* opio; /* Operational i/o regs */