index
:
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
/
kbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-21
Minor enhancement - kbd reset should set 0x1234 in BDA reset flag.
Kevin O'Connor
1
-1
/
+3
2009-01-17
Cleanup keyboard reset handling.
Kevin O'Connor
1
-6
/
+7
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
-2
/
+2
2009-01-02
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
1
-5
/
+5
2009-01-01
Reduce stack usage of hw irq handlers.
Kevin O'Connor
1
-12
/
+9
2008-12-29
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
1
-10
/
+10
2008-12-21
Fix bug in dequeue_key() refactor.
Kevin O'Connor
1
-1
/
+1
2008-12-16
Refactor dequeue_key() in keyboard code.
Kevin O'Connor
1
-39
/
+18
2008-12-13
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
1
-15
/
+15
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-3
/
+0
2008-11-29
Detect keyboard ctrl-alt-delete and try to reset machine.
Kevin O'Connor
1
-3
/
+9
2008-11-26
Enable a default hw irq handler.
Kevin O'Connor
1
-2
/
+1
2008-10-25
Update F11/F12 scan codes from bochs bios.
Kevin O'Connor
1
-2
/
+2
2008-08-17
Misc minor improvements.
Kevin O'Connor
1
-4
/
+4
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 debugging for unknown keyboard (int 16) calls.
Kevin O'Connor
1
-0
/
+7
2008-07-21
Add additional config options to remove parts of code.
Kevin O'Connor
1
-0
/
+7
2008-07-20
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
1
-163
/
+70
2008-07-19
Misc fixes and updates.
Kevin O'Connor
1
-1
/
+1
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-1
/
+2
2008-06-14
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
1
-3
/
+7
2008-06-12
Support config driven debugging of each irq handler.
Kevin O'Connor
1
-2
/
+2
2008-06-08
Move debugging messages to appropriate functions.
Kevin O'Connor
1
-0
/
+1
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-3
/
+4
2008-05-18
Don't initialize keyboard hardware on coreboot - coreboot already does it.
Kevin O'Connor
1
-0
/
+4
2008-04-05
Introduce cpu_relax() and use it in busy loops.
Kevin O'Connor
1
-2
/
+2
2008-03-30
Minor cleanups.
Kevin O'Connor
1
-6
/
+8
2008-03-12
Move keyboard setup to kbd.c.
Kevin O'Connor
1
-0
/
+148
2008-03-11
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
1
-3
/
+3
2008-03-05
Rename VISIBLE macro for better control.
Kevin O'Connor
1
-2
/
+2
2008-03-02
Bug fixes; get mouse working.
Kevin O'Connor
1
-6
/
+6
2008-03-02
Rename PORT_KBD_* to PORT_PS2_*
Kevin O'Connor
1
-14
/
+14
2008-02-25
Version 0.1.2
rel-0.1.2
Kevin O'Connor
1
-3
/
+13
2008-02-25
Version 0.1.1
rel-0.1.1
Kevin O'Connor
1
-10
/
+544
2008-02-25
Initial checkin.
rel-0.1.0
Kevin O'Connor
1
-0
/
+35