diff options
author | hpa <hpa> | 2002-06-17 16:10:15 +0000 |
---|---|---|
committer | hpa <hpa> | 2002-06-17 16:10:15 +0000 |
commit | ac8df6db27137f44c91fe6d57233b62b226a18e0 (patch) | |
tree | ab74d4aab98b3e934fce3347bbc846fc78b995dd /parseconfig.inc | |
parent | 2600c93ff5c16b523e1a9d3a4506b3e9623d102d (diff) | |
download | syslinux-ac8df6db27137f44c91fe6d57233b62b226a18e0.tar.gz |
Add API call to determine the serial console configuration.
Diffstat (limited to 'parseconfig.inc')
-rw-r--r-- | parseconfig.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parseconfig.inc b/parseconfig.inc index cee88df0..96c52b46 100644 --- a/parseconfig.inc +++ b/parseconfig.inc @@ -170,6 +170,7 @@ pc_serial: call getint mov eax,BAUD_DIVISOR cdq div ebx + mov [BaudDivisor],ax push ax ; Baud rate divisor cmp di,3 ja .port_is_io ; If port > 3 then port is I/O addr |