Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c95 static int usb_no_boot_wait = 0; variable
96 SYSCTL_INT(_hw_usb, OID_AUTO, no_boot_wait, CTLFLAG_RDTUN, &usb_no_boot_wait, 0,
179 if (usb_no_boot_wait == 0) { in usb_attach()