Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149165979
D36052.1789616425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
771 B
Referenced Files
None
Subscribers
None
D36052.1789616425.diff
View Options
Index: stand/efi/loader/efiserialio.c
===================================================================
--- stand/efi/loader/efiserialio.c
+++ stand/efi/loader/efiserialio.c
@@ -261,11 +261,11 @@
if (comc_port == NULL)
return;
}
- comc_port->baudrate = COMSPEED;
+ comc_port->baudrate = 0;
comc_port->ioaddr = 0; /* default port */
- comc_port->databits = 8; /* 8,n,1 */
- comc_port->parity = NoParity; /* 8,n,1 */
- comc_port->stopbits = OneStopBit; /* 8,n,1 */
+ comc_port->databits = 0; /* default value */
+ comc_port->parity = DefaultParity; /* default value 0 */
+ comc_port->stopbits = DefaultStopBits; /* default value 0 */
comc_port->ignore_cd = 1; /* ignore cd */
comc_port->rtsdtr_off = 0; /* rts-dtr is on */
comc_port->sio = NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 17, 3:40 AM (6 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29706165
Default Alt Text
D36052.1789616425.diff (771 B)
Attached To
Mode
D36052: Enabling FreeBSD on ARM64 Hyper-V
Attached
Detach File
Event Timeline
Log In to Comment