CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2020/03/31 05:54:07

Modified files:
        sys/arch/armv7/omap: if_cpsw.c 

Log message:
Newer device trees no longer put the full physical address in the "reg"
property; it contains on offset in the parent's address space instead.
Since the driver needs the address of the CPPI RAM to program the
descriptors, use bus_space_vaddr(9) and pmap_extract(9) to get it.

ok jsg@

Reply via email to