From dfd43813a37388b2562b58a8cbb6c9e9d7568709 Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 31 Mar 2023 08:22:09 +0000 Subject: [PATCH] Enable ngbe(4). ok miod@ --- sys/arch/amd64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 3563126b2a1..67c14c71def 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.514 2022/11/11 15:27:39 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.515 2023/03/31 08:22:09 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -556,6 +556,7 @@ mcx* at pci? # Mellanox ConnectX-4 iavf* at pci? # Intel Ethernet Adaptive VF aq* at pci? # Aquantia aQtion Ethernet igc* at pci? # Intel I225 Ethernet +ngbe* at pci? # WangXun WX1860 Ethernet # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) -- 2.20.1