Module Name: src Committed By: riastradh Date: Tue Dec 3 19:55:33 UTC 2024
Modified Files: src/sys/dev: ipmi.c ipmivar.h Log Message: ipmi(4): Don't hold up boot -- just hold up wdogctl(8). While here, omit needless volatile qualifier on variables serialized by mutex (or by config_pending_incr/decr -- ipmi_detach can't run until ipmi_thread does config_pending_decr). It's not entirely clear that we even need to hold up wdogctl(8). Perhaps we can do that in parallel -- or really, interleaved -- with scanning for SDR sensors. But this is a safer change for now without requiring thought about that. PR kern/56568: ipmi.c 1.7 causes large boot delays To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ipmi.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ipmivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.