git: 334335cb14d4 - main - i386: Add "options HYPERV" to NOTES

Mark Johnston markj at FreeBSD.org
Wed Jun 9 13:01:39 UTC 2021


The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=334335cb14d4754d45265d19cd3c6e7708cca0c1

commit 334335cb14d4754d45265d19cd3c6e7708cca0c1
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-06-09 12:58:45 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-06-09 13:01:22 +0000

    i386: Add "options HYPERV" to NOTES
    
    This unbreaks the LINT build.
    
    Fixes:          97993d1ebf
    Reported by:    mjg
    MFC after:      13 days
---
 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 81d2140ebfa5..e02426df2df2 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -719,7 +719,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
 
 #####################################################################
 


More information about the dev-commits-src-main mailing list