re_detach
static int re_detach(device_t);
DEVMETHOD(device_detach, re_detach),
re_detach(dev);
static int re_detach __P((device_t));
DEVMETHOD(device_detach, re_detach),
re_detach(dev);