Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2021 01:09:46 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a1022bc53e6b - stable/13 - i386: Add "options HYPERV" to NOTES
Message-ID:  <202106220109.15M19kQG013432@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

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

commit a1022bc53e6b80512ada0ef10fd500861e5c086d
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-06-09 12:58:45 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
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
 
 #####################################################################
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106220109.15M19kQG013432>