]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fb: Add new FBTYPE_EFIFB
authorEmmanuel Vadot <manu@FreeBSD.org>
Wed, 1 Dec 2021 15:13:09 +0000 (16:13 +0100)
committerEmmanuel Vadot <manu@FreeBSD.org>
Mon, 6 Dec 2021 10:28:03 +0000 (11:28 +0100)
commitca23e9d2ac2cd5443ab7d5b8999da11feddf828a
treedf9b2154e80249c299481966be54b2cb988f2f6f
parent706f32db8aec5d1e9e6f9210fab7be6f13ac25c3
fb: Add new FBTYPE_EFIFB

Currently the type isn't set in the fbtype struct so any userland
program that call the FBIOGTYPE ioctl will think it's a FBTYPE_SUN1BW
which is far from the truth.
No app that I found find checks the type but at least now it's correct.

Reviewed by: emaste, tsoome
MFC after: 2 weeks
Sponsored by:   Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33221
sys/dev/vt/hw/efifb/efifb.c
sys/sys/fbio.h