Page MenuHomeFreeBSD

New tunable to deactivate IPMI watchdog
ClosedPublic

Authored by wma on Aug 16 2021, 5:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 25 2024, 2:04 PM
Unknown Object (File)
Sep 24 2024, 8:22 PM
Unknown Object (File)
Sep 24 2024, 10:20 AM
Unknown Object (File)
Sep 21 2024, 4:50 PM
Unknown Object (File)
Sep 21 2024, 3:57 PM
Unknown Object (File)
Sep 17 2024, 1:19 PM
Unknown Object (File)
Sep 17 2024, 9:50 AM
Unknown Object (File)
Sep 12 2024, 1:40 PM
Subscribers

Details

Summary

In case we want to use other WD than IPMI-provided, add

sysctl to disable initialization.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wma requested review of this revision.Aug 16 2021, 5:36 AM
wma created this revision.

Since the IPMI watchdog isn't a pure device and bundles the watchdog functionality into the ipmi device, this looks like the best way to go.

This revision is now accepted and ready to land.Aug 16 2021, 12:37 PM
This revision was automatically updated to reflect the committed changes.
emaste added inline comments.
sys/dev/ipmi/ipmi.c
106

we should have a description here