summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/memtest86+/files/memtest86+-2.01-serial-baud.patch')
-rw-r--r--sys-apps/memtest86+/files/memtest86+-2.01-serial-baud.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/memtest86+/files/memtest86+-2.01-serial-baud.patch b/sys-apps/memtest86+/files/memtest86+-2.01-serial-baud.patch
new file mode 100644
index 0000000..84f822f
--- /dev/null
+++ b/sys-apps/memtest86+/files/memtest86+-2.01-serial-baud.patch
@@ -0,0 +1,12 @@
+diff -u memtest86+-2.01.orig/config.h memtest86+-2.01/config.h
+--- memtest86+-2.01.orig/config.h 2008-02-21 12:26:05.000000000 +0100
++++ memtest86+-2.01/config.h 2008-03-11 14:48:04.000000000 +0100
+@@ -19,7 +19,7 @@
+ #define SERIAL_TTY 0
+
+ /* SERIAL_BAUD_RATE - Baud rate for the serial console */
+-#define SERIAL_BAUD_RATE 9600
++#define SERIAL_BAUD_RATE 115200
+
+ /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */
+ #define BEEP_MODE 0