CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2023/10/09 08:25:00

Modified files:
        sys/dev/fdt    : if_dwqe_fdt.c 
        sys/dev/ic     : dwqe.c dwqevar.h 

Log message:
allow dwqe.c to build on architectures that do not have machine/fdt.h

Move struct if_device to a new fdt-specific softc struct, along with
the gmac_id field which is only used by if_dwqe_fdt.c at present.
This avoids the need to include any fdt header files in dwqe.c.

ok kettenis@

Reply via email to