Searched refs:cycle_wait (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ipmi/
H A Dipmi.c89 static int cycle_wait = 10; /* sec */ variable
110 SYSCTL_INT(_hw_ipmi, OID_AUTO, cycle_wait, CTLFLAG_RWTUN,
111 &cycle_wait, 0,
824 * BMCs are notoriously slow, give it cycle_wait seconds for the power
828 DELAY(cycle_wait * 1000 * 1000);

Completed in 58 milliseconds