diff options
| author | hpa <hpa> | 2001-09-06 02:23:34 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2001-09-06 02:23:34 +0000 |
| commit | f60b806fa5de0de039569f0cd2486ff0f26b200f (patch) | |
| tree | 41e2a7235bba4dcb0f1707c8c92446b4613ec466 /syslinux.doc | |
| parent | d9e969980fd6517cabd04b9321a3b88ff667ef3c (diff) | |
| download | syslinux-f60b806fa5de0de039569f0cd2486ff0f26b200f.tar.gz | |
First cut of "hardware" flowcontrol support for serial console.syslinux-1.64-pre1
Diffstat (limited to 'syslinux.doc')
| -rw-r--r-- | syslinux.doc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/syslinux.doc b/syslinux.doc index 28a020f0..f3469864 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -201,11 +201,16 @@ TIMEOUT timeout NOTE: The maximum possible timeout value is 35996; corresponding to just below one hour. -SERIAL port [baudrate] +SERIAL port [[baudrate] flowcontrol] Enables a serial port to act as the console. "port" is a - number (0 = /dev/ttyS0 = COM1, etc.); if "baudrate" is - omitted, the baud rate defaults to 9600 bps. The serial - parameters are hardcoded to be 8 bits, no parity, 1 stop bit. + number (0 = /dev/ttyS0 = COM1, etc.) or an I/O port address + (e.g. 0x3F8); if "baudrate" is omitted, the baud rate defaults + to 9600 bps. The serial parameters are hardcoded to be 8 + bits, no parity, 1 stop bit. + + "flowcontrol" is a flag (0 = off, 1 = on), to support hardware + flowcontrol (RTS/CTS). Specifically, SYSLINUX will assert + DTR and RTS, and will honor incoming CTS. For this directive to be guaranteed to work properly, it should be the first directive in the configuration file. |
