summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64/fns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-05 10:44:03 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-05 10:44:03 +0200
commit7304deaec1ed27567dd6c55e245d9d5cc99686bb (patch)
tree4ca6667d466fb440ea33fc2f94b4c8e16c2a4181 /sys/src/9/pc64/fns.h
parentf7514acc95ee1b7515936a9a7bfd48f72d21025b (diff)
pc, pc64: remove unused psaux driver, cleanup devkbd
the psaux driver is not used in any kernel configuration and theres no userspace mouse daemon. i8042auxcmds() is wrong as access to the user buffer can fault and we are holding an ilocks. little cleanups in devkbd.
Diffstat (limited to 'sys/src/9/pc64/fns.h')
-rw-r--r--sys/src/9/pc64/fns.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc64/fns.h b/sys/src/9/pc64/fns.h
index 5cbef27aa..1d92109cd 100644
--- a/sys/src/9/pc64/fns.h
+++ b/sys/src/9/pc64/fns.h
@@ -49,7 +49,6 @@ void guesscpuhz(int);
void halt(void);
void mwait(void*);
int i8042auxcmd(int);
-int i8042auxcmds(uchar*, int);
void i8042auxenable(void (*)(int, int));
void i8042reset(void);
void i8250console(void);