Page MenuHomeFreeBSD

D40222.diff
No OneTemporary

D40222.diff

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

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)

Event Timeline