Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 00:22:22 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 375d797b8191 - main - Enable pvscsi and vmx in arm64 GENERIC
Message-ID:  <202102050022.1150MMJf052577@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit 375d797b81916eb3d16927c9dac8c42975784252
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-02-05 00:14:12 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-02-05 00:21:38 +0000

    Enable pvscsi and vmx in arm64 GENERIC
    
    FreeBSD pvscsi and vmx work with VMware ESXi Arm "Fling"; provide these
    in GENERIC for a convenient out-of-the-box experience.
    
    PR:             253202
    Reported by:    Vincent Milum Jr
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 sys/arm64/conf/GENERIC | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 59f89555dd88..5eb0a270f006 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -159,6 +159,7 @@ options 	PCI_IOV		# PCI SR-IOV support
 device		ahci
 device		scbus
 device		da
+device		pvscsi			# VMware PVSCSI
 
 # ATA/SCSI peripherals
 device		cd		# CD
@@ -272,6 +273,7 @@ device		pl011
 device		iflib
 device		em			# Intel PRO/1000 Gigabit Ethernet Family
 device		ix			# Intel 10Gb Ethernet Family
+device		vmx			# VMware VMXNET3 Ethernet
 
 # Ethernet NICs
 device		mdio



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