PERFORCE change 162291 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon May 18 21:39:07 UTC 2009


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

Change 162291 by hselasky at hselasky_laptop001 on 2009/05/18 21:39:01

	
	USB core:
	  - forgot to convert a sysctl (without this patch kernel panics at boot).

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_debug.c#5 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_debug.c#5 (text+ko) ====

@@ -39,7 +39,7 @@
  */
 int	usb2_debug = 0;
 
-SYSCTL_NODE(_hw, OID_AUTO, usb2, CTLFLAG_RW, 0, "USB debugging");
+SYSCTL_NODE(_hw, OID_AUTO, usb, CTLFLAG_RW, 0, "USB debugging");
 SYSCTL_INT(_hw_usb, OID_AUTO, debug, CTLFLAG_RW,
     &usb2_debug, 0, "Debug level");
 


More information about the p4-projects mailing list