Page MenuHomeFreeBSD

D36300.diff
No OneTemporary

D36300.diff

diff --git a/stand/i386/boot0/Makefile b/stand/i386/boot0/Makefile
--- a/stand/i386/boot0/Makefile
+++ b/stand/i386/boot0/Makefile
@@ -42,6 +42,13 @@
ORG=${BOOT_BOOT0_ORG}
# Comm settings for boot0sio.
+#
+# boot0sio uses BIOS INT $0x14 for serial ports, we can only support these
+# baudrates due to INT14's limited interface. In addition, if
+# BOOT_BOOT0_COMCONSOLE_SPEED=0, then the baud rate and frame format will remain
+# unchanged. Some BIOSes initialize the serial ports to 115200, and this may
+# allow boot0sio access at that rate if so.
+#
# Bit(s) Description
# 7-5 data rate (110,150,300,600,1200,2400,4800,9600 bps)
# 4-3 parity (00 or 10 = none, 01 = odd, 11 = even)

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 1, 10:20 PM (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13283163
Default Alt Text
D36300.diff (697 B)

Event Timeline