summaryrefslogtreecommitdiff
path: root/sys/src/9/sgi/io.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-04-02 18:35:43 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-04-02 18:35:43 +0200
commit022856f94e7a0298660139e294752d5d2646e604 (patch)
tree2f483dc04e37b02dd735bd2017bb956d692e526c /sys/src/9/sgi/io.h
parentd9af840ca248f27e6b9d2a135e537c41b3578d52 (diff)
sgi: keyboard, mouse and cursor for indy
Diffstat (limited to 'sys/src/9/sgi/io.h')
-rw-r--r--sys/src/9/sgi/io.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/src/9/sgi/io.h b/sys/src/9/sgi/io.h
index 54331e3c7..4a86c4277 100644
--- a/sys/src/9/sgi/io.h
+++ b/sys/src/9/sgi/io.h
@@ -40,10 +40,15 @@ enum {
#define LIO_0_ISR (INT2_BASE+0x3)
#define LIO_0_MASK (INT2_BASE+0x7)
+#define LIO_1_ISR (INT2_BASE+0xb)
+#define LIO_1_MASK (INT2_BASE+0xf)
+#define LIO_2_ISR (INT2_BASE+0x13)
+#define LIO_2_MASK (INT2_BASE+0x17)
-#define HPC3_ETHER 0x1fb80000
+#define HPC3_ETHER 0x1fb80000
+#define HPC3_KBDMS 0x1fbd9800
+#define GIO_NEWPORT 0x1f0f0000 /* indy */
#define MEMCFG0 0x1fa000c4 /* mem. size config. reg. 0 (w, rw) */
#define MEMCFG1 0x1fa000cc /* mem. size config. reg. 1 (w, rw) */
-#define GIO_NEWPORT 0x1f0f0000 /* indy */