The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=f8c451d2917425bc2f6615884b05e4d12b9b5ab5
commit f8c451d2917425bc2f6615884b05e4d12b9b5ab5 Author: Andrew Turner <[email protected]> AuthorDate: 2023-04-26 13:09:00 +0000 Commit: Andrew Turner <[email protected]> CommitDate: 2023-04-26 13:11:36 +0000 Add vt_simplefb to the arm64 NOTES file This will be picked up in the LINT-ACPI and LINT-FDT configs to check it builds with only one option enabled Sponsored by: Arm Ltd --- sys/arm64/conf/NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES index e77a5cf087aa..ce5b071e5ab5 100644 --- a/sys/arm64/conf/NOTES +++ b/sys/arm64/conf/NOTES @@ -183,6 +183,7 @@ device pwm device aw_pwm device vt_efifb +device vt_simplefb # EVDEV support options EVDEV_SUPPORT # evdev support in legacy drivers
