Date: Sun, 6 Jan 2008 21:55:25 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 132642 for review Message-ID: <200801062155.m06LtPBu075926@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132642 Change 132642 by hselasky@hselasky_laptop001 on 2008/01/06 21:55:09 We need to probe the USB bus a little bit later, because if a USB network device dissappears early the boot process will hang, because the network stack is not able to detach the device, hence the network stack has not been started at this point. Affected files ... .. //depot/projects/usb/src/sys/dev/usb/usb.c#31 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/usb.c#31 (text+ko) ==== @@ -448,7 +448,7 @@ return; } -SYSINIT(usb_post_init, SI_SUB_PSEUDO, SI_ORDER_ANY, usb_post_init, NULL); +SYSINIT(usb_post_init, SI_SUB_KICK_SCHEDULER, SI_ORDER_ANY, usb_post_init, NULL); static int usb_detach(device_t dev)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801062155.m06LtPBu075926>