Re: ipmi(4): limit watchdog period

2019-06-07 Thread YASUOKA Masahiko
This also seems good to me. ok? On Fri, 07 Jun 2019 19:23:57 +0900 (JST) Naoki Fukaumi wrote: > hi tech@, > > here is patch for ipmi(4). > > watchdog timer on ipmi(4) is 16bit, and unit is 100ms. round down a > value greater than (UINT16_MAX / 10) to the maximum value. > > -- > FUKAUMI Naoki

ipmi(4): limit watchdog period

2019-06-07 Thread Naoki Fukaumi
hi tech@, here is patch for ipmi(4). watchdog timer on ipmi(4) is 16bit, and unit is 100ms. round down a value greater than (UINT16_MAX / 10) to the maximum value. -- FUKAUMI Naoki Index: sys/dev/ipmi.c === RCS file: