PERFORCE change 132642 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Jan 6 13:55:26 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132642

Change 132642 by hselasky at 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)


More information about the p4-projects mailing list