diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2024-11-08 12:17:08 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2024-11-08 12:17:08 +0000 |
commit | 475c5b2f4db89b12149ff33dad839877aac815c6 (patch) | |
tree | 8471bca499d8bfeb4d49f7db0c398317901b09a6 /sys/arch/amd64/conf | |
parent | de4ba6f493e277786cd0fe13ec6f4980e66779f2 (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/GENERIC | 3 |
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 |