Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167229125
D36052.id114192.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
771 B
Referenced Files
None
Subscribers
None
D36052.id114192.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
Fri, Aug 21, 3:48 AM (9 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37020079
Default Alt Text
D36052.id114192.diff (771 B)
Attached To
Mode
D36052: Enabling FreeBSD on ARM64 Hyper-V
Attached
Detach File
Event Timeline
Log In to Comment