print which gmac the dwqe driver is attaching to.
authordlg <dlg@openbsd.org>
Fri, 7 Apr 2023 22:55:26 +0000 (22:55 +0000)
committerdlg <dlg@openbsd.org>
Fri, 7 Apr 2023 22:55:26 +0000 (22:55 +0000)
commitca9c173203382a9c5e8e99f702667ab9312eeab7
treef84c2cbfb476eabe43e09b546599d75ae30af2dd
parentf7264475c1709db1d365aa700abda9a8b5a902b3
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@
sys/dev/fdt/if_dwqe_fdt.c