opnsense-src/sys/dev/vt
Mitchell Horne ff1c8af8c3 vt: use TERMINAL_DECLARE_EARLY() macro
It simplifies the declaration of the driver structures a little. There
are no current consumers of this macro, in fact it looks like it was
added for exactly this purpose.

This decreases the scope of some variables, so rework the initialization
in vt_init_logos() such that it doesn't require them.

No functional change intended.

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D34820
2022-05-06 14:24:01 -03:00
..
colors vt: export RGB offsets with FBIO_GETRGBOFFS 2021-11-25 16:39:25 -03:00
font Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
hw vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualized 2022-03-17 14:30:39 +01:00
logo Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt.h vt: use TERMINAL_DECLARE_EARLY() macro 2022-05-06 14:24:01 -03:00
vt_buf.c vt: fix double-click word selection for last word on line 2022-02-23 10:53:24 -05:00
vt_consolectl.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt_core.c vt: use TERMINAL_DECLARE_EARLY() macro 2022-05-06 14:24:01 -03:00
vt_cpulogos.c vt: use TERMINAL_DECLARE_EARLY() macro 2022-05-06 14:24:01 -03:00
vt_font.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2021-08-08 10:42:24 -04:00
vt_sysmouse.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00