summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2006-08-27 03:39:11 +0200
committerMichael Brown2006-08-27 03:39:11 +0200
commitc46126bfa4c9e13e88df14c0a9a2055b9e581e47 (patch)
treef5a84f08ce9df4f8df2afb219c2c6bdb5acd9f98 /src
parentCorrect option number for DHCP_DNS_SERVERS, and add it to the request (diff)
downloadipxe-c46126bfa4c9e13e88df14c0a9a2055b9e581e47.tar.gz
ipxe-c46126bfa4c9e13e88df14c0a9a2055b9e581e47.tar.xz
ipxe-c46126bfa4c9e13e88df14c0a9a2055b9e581e47.zip
Does anyone still use 9600 baud?
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 7168473f7..6fd3deb53 100644
--- a/src/config.h
+++ b/src/config.h
@@ -43,7 +43,7 @@
#undef COMPRESERVE
#ifndef COMPRESERVE
-#define COMSPEED 9600 /* Baud rate */
+#define COMSPEED 115200 /* Baud rate */
#define COMDATA 8 /* Data bits */
#define COMPARITY 0 /* Parity: 0=None, 1=Odd, 2=Even */
#define COMSTOP 1 /* Stop bits */