aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-05-16 15:44:02 +0200
committerHelge Deller <deller@gmx.de>2022-05-16 15:44:02 +0200
commit17ca7a9998c1755d42321cfc0afb5f480f5a58ff (patch)
tree139bb1590dc37a215c3c842ca382b38e17bab34b
parent1314c8b0bfb8d3b3be145936073ed2fec8adf8f9 (diff)
downloadseabios-hppa-17ca7a9998c1755d42321cfc0afb5f480f5a58ff.zip
seabios-hppa-17ca7a9998c1755d42321cfc0afb5f480f5a58ff.tar.gz
seabios-hppa-17ca7a9998c1755d42321cfc0afb5f480f5a58ff.tar.bz2
parisc: SEABIOS_HPPA_VERSION 5seabios-hppa-v5
New features and fixes: * Fixed SeaBIOS PS/2 keyboard support. This now allows to use the qemu "-boot menu=on" option to start the firmware boot selection menu and provide a working menu with keyboard on serial (qemu "-nographic" option) and PS/2 keyboard (qemu "-graphic" option) on graphical screen.
-rw-r--r--src/parisc/parisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 55e8e49..b679954 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -31,7 +31,7 @@
#include "vgabios.h"
-#define SEABIOS_HPPA_VERSION 4
+#define SEABIOS_HPPA_VERSION 5
/*
* Various variables which are needed by x86 code.