[Bug 295810] if_eqos- DesignWare EQOS Gigabit ethernet not detected

[email protected] Wed, 03 Jun 2026 07:35:28 +0000
Newsgroups gmane.os.freebsd.devel.arm
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295810

            Bug ID: 295810
           Summary: if_eqos- DesignWare EQOS Gigabit ethernet not detected
           Product: Base System
           Version: 16.0-CURRENT
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: arm
          Assignee: [email protected]
          Reporter: [email protected]

nanopi r6c (this is rk3588s)
booting using the edk2 for rk3588
https://github.com/edk2-porting/edk2-rk3588
using FreeBSD 16
uname -K
1600018
eqos is not detected

noticed there is a rockchip kernel conf 
(but it only shows these chips)
options         SOC_ROCKCHIP_RK3328
options         SOC_ROCKCHIP_RK3399
options         SOC_ROCKCHIP_RK3568

examining arm64 generic kernel conf
noticed there was no device eqos
created mykernel conf
added section
# Ethernet NICs
device          dwc                     # Synopsys DesignWare GMAC controller
device          dwc_rk                  # Rockchip Designware
device          eqos                    # Synopsys Designware Ethernet QoS
contr
----------------------------------
kernel built OK
but no eqos detected in dmesg

-- 
You are receiving this mail because:
You are the assignee for the bug.