Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109549756
D40008.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
635 B
Referenced Files
None
Subscribers
None
D40008.diff
View Options
diff --git a/stand/efi/libefi/eficom.c b/stand/efi/libefi/eficom.c
--- a/stand/efi/libefi/eficom.c
+++ b/stand/efi/libefi/eficom.c
@@ -47,7 +47,6 @@
uint32_t databits;
EFI_PARITY_TYPE parity;
EFI_STOP_BITS_TYPE stopbits;
- uint32_t ignore_cd; /* boolean */
uint32_t rtsdtr_off; /* boolean */
int ioaddr; /* index in handles array */
EFI_HANDLE currdev; /* current serial device */
@@ -276,7 +275,6 @@
comc_port->databits = 8;
comc_port->parity = DefaultParity;
comc_port->stopbits = DefaultStopBits;
- comc_port->ignore_cd = 1; /* ignore cd */
comc_port->rtsdtr_off = 0; /* rts-dtr is on */
handle = NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 7, 2:06 PM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16511498
Default Alt Text
D40008.diff (635 B)
Attached To
Mode
D40008: stand: eficom : remove unused ignore_cd
Attached
Detach File
Event Timeline
Log In to Comment