mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
This commit is contained in:
parent
7d4dceec10
commit
375d797b81
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue