diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-03-02 02:27:53 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-03-02 02:27:53 +0000 |
| commit | 9324dcb3953b86759563043f555a995a9501e6e2 (patch) | |
| tree | 1b2ca2511d5c1226b8e7c025654397491cad9a01 /sys/dev/dpaa | |
| parent | 2ad2701c2a73af2ce2f5c4eb60bcbaad058209ea (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpaa')
| -rw-r--r-- | sys/dev/dpaa/bman_fdt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/dpaa/bman_fdt.c b/sys/dev/dpaa/bman_fdt.c index 63f58adb4918..691a8dea9538 100644 --- a/sys/dev/dpaa/bman_fdt.c +++ b/sys/dev/dpaa/bman_fdt.c @@ -203,16 +203,12 @@ bman_portals_fdt_attach(device_t dev) portal_size = rle->end + 1; rle = resource_list_find(&di.di_res, SYS_RES_MEMORY, 1); - device_printf(dev, "portal size 1: %jx\n", (uintmax_t)portal_size); - device_printf(dev, "portal size 2: %jx\n", (uintmax_t)rle->end + 1); portal_size = ulmax(rle->end + 1, portal_size); sc->sc_dp_size = ulmax(sc->sc_dp_size, portal_size); - device_printf(dev, "winner: %jx\n", (uintmax_t)sc->sc_dp_size); if (dpaa_portal_alloc_res(dev, &di, cpu_num)) goto err; } - device_printf(dev, "portal start: %jx, size: %jx\n", (uintmax_t)sc->sc_dp_pa, (uintmax_t)sc->sc_dp_size); ofw_bus_gen_destroy_devinfo(&ofw_di); |
