summaryrefslogtreecommitdiff
path: root/gpxe/src/config/serial.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-02 22:41:00 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-02 22:41:00 -0800
commit702c7fbe7342403472e887508716add0c58c385c (patch)
tree639050b522cea25f4475d48da54380d61c7d10f3 /gpxe/src/config/serial.h
parent1e96e9cc1c3549c86dbf4e7caf880477e16e93e0 (diff)
downloadsyslinux-702c7fbe7342403472e887508716add0c58c385c.tar.gz
Update gPXE to version 1.0.0
Diffstat (limited to 'gpxe/src/config/serial.h')
-rw-r--r--gpxe/src/config/serial.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/gpxe/src/config/serial.h b/gpxe/src/config/serial.h
index 984a7a9c..44272d1f 100644
--- a/gpxe/src/config/serial.h
+++ b/gpxe/src/config/serial.h
@@ -11,7 +11,14 @@
*
*/
-#define COMCONSOLE 0x3f8 /* I/O port address */
+FILE_LICENCE ( GPL2_OR_LATER );
+
+#define COM1 0x3f8
+#define COM2 0x2f8
+#define COM3 0x3e8
+#define COM4 0x2e8
+
+#define COMCONSOLE COM1 /* I/O port address */
/* Keep settings from a previous user of the serial port (e.g. lilo or
* LinuxBIOS), ignoring COMSPEED, COMDATA, COMPARITY and COMSTOP.