Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146405307
D40222.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
D40222.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
@@ -362,10 +362,13 @@
static void
comc_probe_compat(struct console *sc)
{
- comc_probe(sc);
- if (sc->c_flags & (C_PRESENTIN | C_PRESENTOUT)) {
+ comc_probe(&eficom);
+ if (eficom.c_flags & (C_PRESENTIN | C_PRESENTOUT)) {
printf("comconsole: comconsole device name is deprecated, switch to eficom\n");
}
+ /*
+ * Note: We leave the present bits unset in sc to avoid ghosting.
+ */
}
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 3, 10:49 AM (11 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29175997
Default Alt Text
D40222.diff (536 B)
Attached To
Mode
D40222: stand/efi/eficom: Make aarch64 compat code probe correctly
Attached
Detach File
Event Timeline
Log In to Comment