Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/mvs/mvs_soc.c 207536 2010-05-02 19:28:30Z mav $");
---
> __FBSDID("$FreeBSD: head/sys/dev/mvs/mvs_soc.c 208410 2010-05-22 07:32:47Z mav $");
415a416,425
> static int
> mvs_child_location_str(device_t dev, device_t child, char *buf,
> size_t buflen)
> {
>
> snprintf(buf, buflen, "channel=%d",
> (int)(intptr_t)device_get_ivars(child));
> return (0);
> }
>
427a438
> DEVMETHOD(bus_child_location_str, mvs_child_location_str),