Page MenuHomeFreeBSD

D48151.diff
No OneTemporary

D48151.diff

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

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)

Event Timeline