W.I.P dump of merged PS/2 keyboard and mouse driver. Goals are:
commit065cfa2a94f7e5cba42cee718396d1f0596e3290
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 Feb 2013 09:02:36 +0000 (9 09:02 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 Feb 2013 09:02:36 +0000 (9 09:02 +0000)
tree050e7c394d5dd73ac14e78558d1fc16eceb87dab
parent66d3a187d4c856f7558edb6849fb8518841423a0
W.I.P dump of merged PS/2 keyboard and mouse driver. Goals are:
1. Kill code duplication (port access routines)
2. Remove 8253 PIT busyloops

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46553 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
15 files changed:
rom/hidds/i8042/drv_ps2.c [new file with mode: 0644]
rom/hidds/i8042/e0keytable.h [new file with mode: 0644]
rom/hidds/i8042/i8042.conf [new file with mode: 0644]
rom/hidds/i8042/kbd.h [new file with mode: 0644]
rom/hidds/i8042/kbd_common.c [new file with mode: 0644]
rom/hidds/i8042/kbd_init.c [new file with mode: 0644]
rom/hidds/i8042/kbdclass.c [new file with mode: 0644]
rom/hidds/i8042/keys.h [new file with mode: 0644]
rom/hidds/i8042/libbase.h [new file with mode: 0644]
rom/hidds/i8042/mmakefile.src [new file with mode: 0644]
rom/hidds/i8042/mouse.h [new file with mode: 0644]
rom/hidds/i8042/mouseclass.c [new file with mode: 0644]
rom/hidds/i8042/oldkeytable.h [new file with mode: 0644]
rom/hidds/i8042/startup.c [new file with mode: 0644]
rom/hidds/i8042/stdkeytable.h [new file with mode: 0644]