summaryrefslogtreecommitdiff
path: root/sys/src/9/port/usbehci.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-01-17 11:55:39 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2021-01-17 11:55:39 +0100
commit999e98b9b856ae4fc75b3ad33783488e33cdd426 (patch)
treec33439781b7342456c41b7f8982e3e26174f7efd /sys/src/9/port/usbehci.c
parent3240008dd182a0d88fb2d0d5ffc5e88accdd957f (diff)
usbehci: use 64-bit base address, remove resetlck, simplify scanpci()
Diffstat (limited to 'sys/src/9/port/usbehci.c')
-rw-r--r--sys/src/9/port/usbehci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/src/9/port/usbehci.c b/sys/src/9/port/usbehci.c
index 6b1c9f12e..1d2dd6d49 100644
--- a/sys/src/9/port/usbehci.c
+++ b/sys/src/9/port/usbehci.c
@@ -370,7 +370,6 @@ static Edpool edpool;
static char Ebug[] = "not yet implemented";
static char* qhsname[] = { "idle", "install", "run", "done", "close", "FREE" };
-Ecapio* ehcidebugcapio;
int ehcidebugport;
void
@@ -3250,7 +3249,6 @@ init(Hci *hp)
{
Ctlr *ctlr;
Eopio *opio;
- static int ctlrno;
int i;
hp->highspeed = 1;
@@ -3280,7 +3278,6 @@ init(Hci *hp)
iunlock(ctlr);
if(ehcidebug > 1)
dump(hp);
- ctlrno++;
}
void
@@ -3297,7 +3294,5 @@ ehcilinkage(Hci *hp)
hp->portenable = portenable;
hp->portreset = portreset;
hp->portstatus = portstatus;
-// hp->shutdown = shutdown;
-// hp->debug = setdebug;
hp->type = "ehci";
}