Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder (in the associated license block).S
Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsThese ones were unambiguous cases where the Foundation was the onlylisted copyright holder (in the associated license block).Sponsored by: The FreeBSD Foundation(cherry picked from commit 9feff969a01044c3083b552f06f7eb6416bc0524)
show more ...
efifb,vbefb: implement vd_finiThis removes the pmap entry when switching away to e.g. drm fb.Differential Revision: https://reviews.freebsd.org/D29020MFC After: 1 month(cherry picked from comm
efifb,vbefb: implement vd_finiThis removes the pmap entry when switching away to e.g. drm fb.Differential Revision: https://reviews.freebsd.org/D29020MFC After: 1 month(cherry picked from commit 8ebda6e44bb6ac9113e2a7fe65889811d894dd63)
Add VT driver for VBE framebuffer deviceImplement vt_vbefb to support Vesa Bios Extensions (VBE) framebuffer with VT.vt_vbefb is built based on vt_efifb and is assuming similar data forinitializa
Add VT driver for VBE framebuffer deviceImplement vt_vbefb to support Vesa Bios Extensions (VBE) framebuffer with VT.vt_vbefb is built based on vt_efifb and is assuming similar data forinitialization, use MODINFOMD_VBE_FB to identify the structure vbe_fbin kernel metadata.struct vbe_fb, is populated by boot loader, and is passed to kernel viametadata payload.Differential Revision: https://reviews.freebsd.org/D27373