Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107067869
D48151.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
323 B
Referenced Files
None
Subscribers
None
D48151.diff
View Options
diff --git a/sys/kern/bus_if.m b/sys/kern/bus_if.m
--- a/sys/kern/bus_if.m
+++ b/sys/kern/bus_if.m
@@ -63,7 +63,8 @@
int unit)
{
- panic("bus_add_child is not implemented");
+ panic("%s: bus_add_child is not implemented, name '%s', "
+ "unit %d", device_get_nameunit(bus), name, unit);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 2:50 PM (13 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15536093
Default Alt Text
D48151.diff (323 B)
Attached To
Mode
D48151: bus: improve null_add_child() panic message
Attached
Detach File
Event Timeline
Log In to Comment