mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add ThunderX VNIC to arm64/GENERIC kernel
Add vnic to enabled networking cards and enable SR-IOV by the way. Obtained from: Semihalf Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
441d67800c
commit
32f849ca1e
1 changed files with 2 additions and 0 deletions
|
|
@ -94,9 +94,11 @@ device virtio_blk
|
|||
device vtnet
|
||||
|
||||
# Bus drivers
|
||||
options PCI_IOV
|
||||
device pci
|
||||
|
||||
# Ethernet NICs
|
||||
device vnic # Cavium ThunderX NIC
|
||||
device em # Intel PRO/1000 Gigabit Ethernet Family
|
||||
device mii
|
||||
device miibus # MII bus support
|
||||
|
|
|
|||
Loading…
Reference in a new issue