diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2021-02-03 12:19:12 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-02-08 03:28:08 +0000 |
commit | 741627c88bb1d8882a9120ed336d10c855f69e22 (patch) | |
tree | 931773c72469972e45bdade92c45f082480fb5e4 | |
parent | bb79ec97e5b6fae5329015135cfc1ff22afe100d (diff) |
amd64 GENERIC: compile in mlx5en(4)
Approved by: re (gjb)
(cherry picked from commit 5832a3e398642f721381dc2bdc8e954ae43c17a7)
-rw-r--r-- | sys/amd64/conf/GENERIC | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 56376ad9d14c..f16247e68137 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -121,6 +121,8 @@ device pci options PCI_HP # PCI-Express native HotPlug options PCI_IOV # PCI SR-IOV support +options COMPAT_LINUXKPI + # Floppy drives device fdc @@ -245,6 +247,12 @@ device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE device le # AMD Am7900 LANCE and Am79C9xx PCnet device ti # Alteon Networks Tigon I/II gigabit Ethernet +# Nvidia/Mellanox Connect-X 4 and later, Ethernet only +# mlx5ib requires ibcore infra and is not included by default +device mlx5 # Base driver +device mlxfw # Firmware update +device mlx5en # Ethernet driver + # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support @@ -313,6 +321,7 @@ device tuntap # Packet tunnel. device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device firmware # firmware assist module +device xz # lzma decompression # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! |