Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142202197
D46470.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
539 B
Referenced Files
None
Subscribers
None
D46470.diff
View Options
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c
--- a/sys/geom/geom_disk.c
+++ b/sys/geom/geom_disk.c
@@ -747,7 +747,9 @@
pp->flags |= G_PF_DIRECT_SEND;
pp->flags |= G_PF_DIRECT_RECEIVE;
if (bootverbose)
- printf("GEOM: new disk %s\n", gp->name);
+ printf("GEOM: new disk %s%s%s\n", gp->name,
+ dp->d_attachment[0] != '\0' ? " on " : "",
+ dp->d_attachment);
sysctl_ctx_init(&sc->sysctl_ctx);
snprintf(tmpstr, sizeof(tmpstr), "GEOM disk %s", gp->name);
sc->sysctl_tree = SYSCTL_ADD_NODE(&sc->sysctl_ctx,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 4:28 AM (1 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27704475
Default Alt Text
D46470.diff (539 B)
Attached To
Mode
D46470: geom_disk: Print attachment in boot log like newbus
Attached
Detach File
Event Timeline
Log In to Comment