Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150993232
D4483.id11029.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
598 B
Referenced Files
None
Subscribers
None
D4483.id11029.diff
View Options
Index: sys/geom/geom_disk.c
===================================================================
--- sys/geom/geom_disk.c
+++ sys/geom/geom_disk.c
@@ -549,6 +549,8 @@
indent, dp->d_fwheads);
sbuf_printf(sb, "%s<fwsectors>%u</fwsectors>\n",
indent, dp->d_fwsectors);
+ sbuf_printf(sb, "%s<rotationrate>%u</rotationrate>\n",
+ indent, dp->d_rotation_rate);
if (dp->d_getattr != NULL) {
buf = g_malloc(DISK_IDENT_SIZE, M_WAITOK);
bp = g_alloc_bio();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 8:45 AM (12 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30952554
Default Alt Text
D4483.id11029.diff (598 B)
Attached To
Mode
D4483: Add rotationrate to geom disk dumpconf
Attached
Detach File
Event Timeline
Log In to Comment