summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2024-11-08 12:17:08 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2024-11-08 12:17:08 +0000
commit475c5b2f4db89b12149ff33dad839877aac815c6 (patch)
tree8471bca499d8bfeb4d49f7db0c398317901b09a6 /sys/arch/amd64/conf
parentde4ba6f493e277786cd0fe13ec6f4980e66779f2 (diff)
Add a work-in-progress version of ice(4), a driver for Intel E810 devices.
Ported from FreeBSD. This driver does not pass packets yet, lots of code is still missing. The driver will remain disabled in kernel configs until it is ready. At this stage, code for device initialization should be fairly complete. Some hardware features will require additional firmware packages to be loaded. My plan is to get things working in the basic "safe mode" first, which does not require external firmware. I will continue working on this driver in-tree, with funding from genua. Help is welcome. ok dlg@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r--sys/arch/amd64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index fae0b685249..0c62fd7dae0 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.528 2024/11/05 00:54:32 yasuoka Exp $
+# $OpenBSD: GENERIC,v 1.529 2024/11/08 12:17:07 stsp Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -561,6 +561,7 @@ jme* at pci? # JMicron JMC250/JMC260 Ethernet
bnxt* at pci? # Broadcom BCM573xx, BCM574xx
ixl* at pci? # Intel Ethernet 700 Series
dwqe* at pci? # Intel Elkhart Lake Ethernet
+#ice* at pci? # Intel E810 100GbE
mcx* at pci? # Mellanox ConnectX-4
iavf* at pci? # Intel Ethernet Adaptive VF
aq* at pci? # Aquantia aQtion Ethernet