pmu_attach
int pmu_attach(device_t dev);
return (pmu_attach(dev));
DEVMETHOD(device_attach, pmu_attach),
static int pmu_attach(device_t);