Re: Intel Elkhart Lake gigabit ethernet
Mark Davies <[email protected]> Mon, 2 Mar 2026 12:41:12 +1300
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On 01/03/2026 12:27, Mark Davies wrote: > On 28/02/2026 22:08, matthew green wrote: >> how does it attach? we've had an eqos(4) for a while: > > OK, I somehow completely missed that eqos was there already. I'll have > a poke, to see why its not attaching. Turns out eqos is commented out in the amd64 GENERIC config (in 10, 11 and current) Adding it in (to 11) now gets me: [ 1.056909] eqos0 at pci0 dev 29 function 1, 32-bit DMA: DesignWare EQOS ver 0x52 (0x51) [ 1.056909] eqos0: hw features 2efd73f7 119f7a69 225d71c7 2c395632 [ 1.056909] eqos0: Ethernet address 00:01:c0:33:48:bb [ 1.056909] eqos0: reset timeout! [ 1.056909] eqos0: autoconfiguration error: failed in eqos_attach() [ 1.056909] eqos1 at pci0 dev 29 function 2, 32-bit DMA: DesignWare EQOS ver 0x52 (0x51) [ 1.056909] eqos1: hw features 2efd73f7 119f7a69 225d71c7 2c395632 [ 1.056909] eqos1: Ethernet address 00:01:c0:33:48:bc [ 1.056909] eqos1: reset timeout! [ 1.056909] eqos1: autoconfiguration error: failed in eqos_attach() cheers mark