Lines Matching +full:mdio +full:- +full:parent +full:- +full:bus
1 /*-
2 * Copyright (c) 2011-2012 Stefan Bethke.
28 #include <sys/bus.h>
32 #include <dev/mdio/mdio.h>
37 mdio_identify(driver_t *driver, device_t parent)
40 if (device_find_child(parent, mdio_driver.name, -1) == NULL)
41 BUS_ADD_CHILD(parent, 0, mdio_driver.name, DEVICE_UNIT_ANY);
48 device_set_desc(dev, "MDIO");
107 /* bus interface */
111 /* MDIO access */
121 "mdio",
126 MODULE_VERSION(mdio, 1);