mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
sys/x86/NOTES: Add vt_efifb
Contrary to what is stated in commitf224591746("Add ASMC_DEBUG make option"), the various NOTES files should list all available options. Since vt_efifb is supported also on i386, add it back to x86/NOTES instead of amd64/NOTES. Fixes:f224591746("Add ASMC_DEBUG make option") Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
fde9fe1821
commit
67599eef01
1 changed files with 1 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ options VGA_DEBUG
|
|||
# vt(4) drivers.
|
||||
device vt_vga # VGA
|
||||
device vt_vbefb # VBE framebuffer
|
||||
device vt_efifb # EFI framebuffer
|
||||
|
||||
# Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA.
|
||||
device s3pci
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue