index
:
delta/qemu-seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
git.qemu.org: git/seabios.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mouse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
2015-10-15
1
-2
/
+1
*
Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.
Kevin O'Connor
2014-09-30
1
-2
/
+6
*
Update invoke_mouse_handler() to use need_hop_back()
Kevin O'Connor
2014-09-30
1
-2
/
+7
*
Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands."
Kevin O'Connor
2014-09-30
1
-3
/
+3
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
2012-06-10
1
-1
/
+1
*
Remove "noinline" declarations from keyboard/mouse driver code.
Kevin O'Connor
2012-05-30
1
-1
/
+1
*
Use the extra stack for 16bit USB and PS2 keyboard/mouse commands.
Kevin O'Connor
2012-05-30
1
-3
/
+3
*
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
2012-05-30
1
-26
/
+31
*
EBDA cleanups.
Kevin O'Connor
2012-05-20
1
-15
/
+16
*
Move ps2ctr manipulation from mouse.c to ps2port.c.
Kevin O'Connor
2011-05-07
1
-21
/
+3
*
Add support for USB mice.
Kevin O'Connor
2010-05-01
1
-0
/
+3
*
When USB keyboard active, don't send keyboard commands to ps2 port.
Kevin O'Connor
2010-05-01
1
-10
/
+16
*
Backup and restore registers when calling out to user funcs.
Kevin O'Connor
2010-03-13
1
-4
/
+6
*
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
2010-03-13
1
-4
/
+16
*
Support USB keyboard auto-repeat.
Kevin O'Connor
2010-02-11
1
-1
/
+1
*
Rework disabling of ps2 port irqs.
Kevin O'Connor
2010-01-28
1
-16
/
+4
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-17
/
+17
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-26
/
+6
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-2
/
+0
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-4
/
+4
*
Consistently disable irqs at start of each assembler entry point.
Kevin O'Connor
2009-03-01
1
-2
/
+4
*
Cleanup keyboard reset handling.
Kevin O'Connor
2009-01-17
1
-1
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Make sure ps2 port command reads are from the desired device.
Kevin O'Connor
2009-01-04
1
-11
/
+12
*
Reduce stack usage of hw irq handlers.
Kevin O'Connor
2009-01-01
1
-4
/
+5
*
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
2008-12-29
1
-22
/
+27
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-1
/
+1
*
Enable a default hw irq handler.
Kevin O'Connor
2008-11-26
1
-3
/
+2
*
Misc minor improvements.
Kevin O'Connor
2008-08-17
1
-1
/
+1
*
Support ps2 port RESET commands that respond with 1 or 2 bytes.
Kevin O'Connor
2008-07-21
1
-1
/
+1
*
Add additional config options to remove parts of code.
Kevin O'Connor
2008-07-21
1
-0
/
+3
*
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
2008-07-20
1
-173
/
+83
*
Misc fixes and updates.
Kevin O'Connor
2008-07-19
1
-4
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
1
-3
/
+0
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
1
-1
/
+14
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-2
/
+2
*
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
2008-03-11
1
-5
/
+2
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-2
/
+5
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-19
/
+19
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
1
-1
/
+1
*
Bug fixes; get mouse working.
Kevin O'Connor
2008-03-02
1
-4
/
+2
*
Initial support for ps/2 mouse.
Kevin O'Connor
2008-03-02
1
-8
/
+398
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-0
/
+2
*
Version 0.1.1
rel-0.1.1
Kevin O'Connor
2008-02-25
1
-0
/
+35