From e38a2e71f54be99cbde8b0fd108a1ea2d2637804 Mon Sep 17 00:00:00 2001 From: hselasky Date: Mon, 18 Jul 2011 12:03:58 +0000 Subject: Only the USB root HUB thread is allowed to attach and detach drivers to and from USB devices. Remove related DEVMETHOD() lines from USB drivers. Reported by: YongHyeon PYUN MFC after: 3 days --- sys/dev/usb/net/if_rue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/usb/net/if_rue.c') diff --git a/sys/dev/usb/net/if_rue.c b/sys/dev/usb/net/if_rue.c index afd2f4d..3e3a151 100644 --- a/sys/dev/usb/net/if_rue.c +++ b/sys/dev/usb/net/if_rue.c @@ -188,7 +188,6 @@ static device_method_t rue_methods[] = { /* Bus interface */ DEVMETHOD(bus_print_child, bus_generic_print_child), - DEVMETHOD(bus_driver_added, bus_generic_driver_added), /* MII interface */ DEVMETHOD(miibus_readreg, rue_miibus_readreg), -- cgit v1.1