Searched refs:usb_no_boot_wait (Results 1 – 1 of 1) sorted by relevance
88 static int usb_no_boot_wait = 0; variable89 TUNABLE_INT("hw.usb.no_boot_wait", &usb_no_boot_wait);90 SYSCTL_INT(_hw_usb, OID_AUTO, no_boot_wait, CTLFLAG_RD|CTLFLAG_TUN, &usb_no_boot_wait, 0,169 if (usb_no_boot_wait == 0) { in usb_attach()