index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mouse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-1
/
+2
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-2
/
+2
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-1
/
+1
2012-06-10
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
1
-1
/
+1
2012-05-30
Remove "noinline" declarations from keyboard/mouse driver code.
Kevin O'Connor
1
-1
/
+1
2012-05-30
Use the extra stack for 16bit USB and PS2 keyboard/mouse commands.
Kevin O'Connor
1
-3
/
+3
2012-05-30
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
1
-26
/
+31
2012-05-20
EBDA cleanups.
Kevin O'Connor
1
-15
/
+16
2011-05-07
Move ps2ctr manipulation from mouse.c to ps2port.c.
Kevin O'Connor
1
-21
/
+3
2010-05-01
Add support for USB mice.
Kevin O'Connor
1
-0
/
+3
2010-05-01
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
1
-10
/
+16
2010-03-13
Backup and restore registers when calling out to user funcs.
Kevin O'Connor
1
-4
/
+6
2010-03-13
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
1
-4
/
+16
2010-02-11
Support USB keyboard auto-repeat.
Kevin O'Connor
1
-1
/
+1
2010-01-28
Rework disabling of ps2 port irqs.
Kevin O'Connor
1
-16
/
+4
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-1
/
+1
2009-12-13
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
1
-17
/
+17
2009-12-09
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
1
-26
/
+6
2009-10-24
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
1
-2
/
+0
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-4
/
+4
2009-03-01
Consistently disable irqs at start of each assembler entry point.
Kevin O'Connor
1
-2
/
+4
2009-01-17
Cleanup keyboard reset handling.
Kevin O'Connor
1
-1
/
+1
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-04
Make sure ps2 port command reads are from the desired device.
Kevin O'Connor
1
-11
/
+12
2009-01-01
Reduce stack usage of hw irq handlers.
Kevin O'Connor
1
-4
/
+5
2008-12-29
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
1
-22
/
+27
2008-12-13
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
1
-1
/
+1
2008-11-26
Enable a default hw irq handler.
Kevin O'Connor
1
-3
/
+2
2008-08-17
Misc minor improvements.
Kevin O'Connor
1
-1
/
+1
2008-07-21
Support ps2 port RESET commands that respond with 1 or 2 bytes.
Kevin O'Connor
1
-1
/
+1
2008-07-21
Add additional config options to remove parts of code.
Kevin O'Connor
1
-0
/
+3
2008-07-20
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
1
-173
/
+83
2008-07-19
Misc fixes and updates.
Kevin O'Connor
1
-4
/
+2
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-1
/
+2
2008-06-28
Improve some debugging output.
Kevin O'Connor
1
-3
/
+0
2008-06-14
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
1
-1
/
+14
2008-06-12
Support config driven debugging of each irq handler.
Kevin O'Connor
1
-2
/
+2
2008-03-11
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
1
-5
/
+2
2008-03-11
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
1
-2
/
+5
2008-03-09
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
1
-19
/
+19
2008-03-05
Rename VISIBLE macro for better control.
Kevin O'Connor
1
-1
/
+1
2008-03-02
Bug fixes; get mouse working.
Kevin O'Connor
1
-4
/
+2
2008-03-02
Initial support for ps/2 mouse.
Kevin O'Connor
1
-8
/
+398
2008-02-25
Version 0.1.2
rel-0.1.2
Kevin O'Connor
1
-0
/
+2
2008-02-25
Version 0.1.1
rel-0.1.1
Kevin O'Connor
1
-0
/
+35