CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/07 16:55:26
Modified files:
sys/dev/fdt : if_dwqe_fdt.c
Log message:
print which gmac the dwqe driver is attaching to.
there's no guarantee that dwqe0 in the kernel will attach to gmac0
in the device tree, so print it to make it explicit what's going
where.
ok patrick@ kettenis@
