Home
last modified time | relevance | path

Searched refs:usb_no_boot_wait (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/dev/usb/controller/
Dusb_controller.c88 static int usb_no_boot_wait = 0; variable
89 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()