PERFORCE change 166677 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jul 28 14:31:56 UTC 2009


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

Change 166677 by hselasky at hselasky_laptop001 on 2009/07/28 14:30:52

	
	USB CORE: 
	 - Add missing TUNABLE_INT();

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/controller/usb_controller.c#24 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/controller/usb_controller.c#24 (text+ko) ====

@@ -80,6 +80,7 @@
 #endif
 
 static int usb_no_boot_wait = 0;
+TUNABLE_INT("hw.usb.no_boot_wait", &usb_no_boot_wait);
 SYSCTL_INT(_hw_usb, OID_AUTO, no_boot_wait, CTLFLAG_RDTUN, &usb_no_boot_wait, 0,
     "No device enumerate waiting at boot.");
 


More information about the p4-projects mailing list