Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144374408
D37582.id113752.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37582.id113752.diff
View Options
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -40,7 +40,7 @@
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
.\" SOFTWARE.
.\"
-.Dd September 22, 2022
+.Dd December 1, 2022
.Dt DEVD.CONF 5
.Os
.Sh NAME
@@ -475,14 +475,6 @@
.Pp
.Bl -column "System" "Subsystem" "1234567" -compact
.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
-.It Li kern Ta Li power Ta Li resume Ta
-Notification that the system has woken from the suspended state.
-Note: this notification is deprecated and will be removed in
-.Fx 14.0 .
-.El
-.Pp
-.Bl -column "System" "Subsystem" "1234567" -compact
-.Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description"
.It Li kernel Ta Li signal Ta Li coredump Ta
Notification that a process has crashed and dumped core.
.It Li kernel Ta Li power Ta Li resume Ta
diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -4704,7 +4704,6 @@
error = bus_generic_resume(dev);
if (error == 0) {
- devctl_notify("kern", "power", "resume", NULL); /* Deprecated gone in 14 */
devctl_notify("kernel", "power", "resume", NULL);
}
return (error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 3:06 AM (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28529093
Default Alt Text
D37582.id113752.diff (1 KB)
Attached To
Mode
D37582: newbus: Remove deprecated "kern" system name for resume events.
Attached
Detach File
Event Timeline
Log In to Comment