re: Intel Elkhart Lake gigabit ethernet
matthew green <[email protected]> Sat, 28 Feb 2026 20:08:15 +1100
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
Mark Davies writes: > Hi, > I have a Compulab fitlet3, which is an Intel Elkhart Lake device > with 2 gigabit ethernets with Synopsys DesignWare Ethernet controllers. > > NetBSD does not have working drivers for them. > > There is the awge driver but thats currently only on arm. > > > OpenBSD has the dwge driver that does work with them. > > FreeBSD appears to have the eqos driver. how does it attach? we've had an eqos(4) for a while: -rw-r--r-- 1 mrg wheel 5214 Jan 8 2024 dev/acpi/eqos_acpi.c -rw-r--r-- 1 mrg wheel 51693 Oct 23 22:01 dev/ic/dwc_eqos.c -rw-r--r-- 1 mrg wheel 15163 Nov 13 2023 dev/ic/dwc_eqos_reg.h -rw-r--r-- 1 mrg wheel 3271 Oct 5 2024 dev/ic/dwc_eqos_var.h -rw-r--r-- 1 mrg wheel 5950 Jan 8 2024 dev/pci/if_eqos_pci.c probably just needs an attachment.. .mrg.