Date: Tue, 28 Jul 2009 14:26:44 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 166676 for review Message-ID: <200907281426.n6SEQiAg082707@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166676 Change 166676 by hselasky@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907281426.n6SEQiAg082707>
