Searched hist:130512 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi.cdiff 200666 Fri Dec 18 10:21:40 MST 2009 ru - Fixed incorrect watchdog timeout setting: MSB of a 2-byte
value is obtained by dividing it by 256, not by 2550; also,
one second is 10^9 nanoseconds, not 1800000000 nanoseconds.

- Due to rounding error, setting watchdog to a really small
timeout (<1 sec) was turning the watchdog off. It should
set the watchdog to a small timeout instead.

- Implemented error checking in ipmi_wd_event(), as required
by watchdog(9).

PR: kern/130512
Submitted by: Dmitrij Tejblum

- Additionally, check that the timeout value is within the
supported range, and if it's too large, act as required by
watchdog(9).

MFC after: 3 days
/freebsd-11-stable/sys/net/
H A Dif_var.hdiff 130512 Tue Jun 15 01:40:39 MDT 2004 mlaier Fix a typeo in IFQ_HANDOFF.

Completed in 256 milliseconds