NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56568 CVS commit: src/sys/dev
The following reply was made to PR kern/56568; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56568 CVS commit: src/sys/dev
Date: Tue, 3 Dec 2024 19:55:33 +0000
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.
Home |
Main Index |
Thread Index |
Old Index