PERFORCE change 166676 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jul 28 14:26:46 UTC 2009


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

Change 166676 by hselasky at hselasky_laptop001 on 2009/07/28 14:26:25

	
	USB CORE:
	 - Correct tunable type.

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list