Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 14:31:50 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166677 for review
Message-ID:  <200907281431.n6SEVoSO083127@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166677

Change 166677 by hselasky@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.");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907281431.n6SEVoSO083127>