The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=a1022bc53e6b80512ada0ef10fd500861e5c086d
commit a1022bc53e6b80512ada0ef10fd500861e5c086d Author: Mark Johnston <[email protected]> AuthorDate: 2021-06-09 12:58:45 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-06-22 01:09:34 +0000 i386: Add "options HYPERV" to NOTES This unbreaks the LINT build. Fixes: 97993d1ebf Reported by: mjg (cherry picked from commit 334335cb14d4754d45265d19cd3c6e7708cca0c1) --- sys/i386/conf/NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 47626787cab9..63059bf5c62e 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -723,7 +723,8 @@ device virtio_balloon # VirtIO Memory Balloon device device virtio_random # VirtIO Entropy device device virtio_console # VirtIO Console device -device hyperv # HyperV drivers +options HYPERV +device hyperv # HyperV drivers ##################################################################### _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
