Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153236407
D766.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
851 B
Referenced Files
None
Subscribers
None
D766.diff
View Options
Index: sys/geom/geom_map.c
===================================================================
--- sys/geom/geom_map.c
+++ sys/geom/geom_map.c
@@ -153,8 +153,8 @@
return (1);
if (bootverbose) {
- printf("MAP: search key \"%s\" from 0x%jx, step 0x%jx\n",
- search_key, (intmax_t)search_start, (intmax_t)search_step);
+ printf("MAP: search %s for key \"%s\" from 0x%jx, step 0x%jx\n",
+ cp->geom->name, search_key, (intmax_t)search_start, (intmax_t)search_step);
}
/* error if search_key is empty */
@@ -321,9 +321,9 @@
}
if (bootverbose) {
- printf("MAP: %jxx%jx, data=%jxx%jx "
+ printf("MAP: %s: %jxx%jx, data=%jxx%jx "
"\"/dev/map/%s\"\n",
- (intmax_t)start, (intmax_t)size, (intmax_t)offset,
+ cp->geom->name, (intmax_t)start, (intmax_t)size, (intmax_t)offset,
(intmax_t)dsize, name);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 12:00 AM (3 m, 21 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31872891
Default Alt Text
D766.diff (851 B)
Attached To
Mode
D766: sys/geom/geom_map.c add which physical device is involed in the map. useful when devices have multiple spi/flash
Attached
Detach File
Event Timeline
Log In to Comment