CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/19 10:44:46
Modified files:
sys/dev/fdt : if_mvpp.c
Log message:
Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical
(CPU) address of the device. Pointed out by miod@
ok patrick@
