Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136968669
D4086.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4086.diff
View Options
Index: head/share/man/man4/ddb.4
===================================================================
--- head/share/man/man4/ddb.4
+++ head/share/man/man4/ddb.4
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 16, 2015
+.Dd November 5, 2015
.Dt DDB 4
.Os
.Sh NAME
@@ -560,8 +560,8 @@
.Pp
.It Ic show Cm allrman
Show information related with resource management, including
-interrupt request lines, DMA request lines, I/O ports and I/O memory
-addresses.
+interrupt request lines, DMA request lines, I/O ports, I/O memory
+addresses, and Resource IDs.
.\"
.Pp
.It Ic show Cm apic
Index: head/sys/kern/subr_rman.c
===================================================================
--- head/sys/kern/subr_rman.c
+++ head/sys/kern/subr_rman.c
@@ -1051,7 +1051,8 @@
devname = "nomatch";
} else
devname = NULL;
- db_printf(" 0x%lx-0x%lx ", r->r_start, r->r_end);
+ db_printf(" 0x%lx-0x%lx (RID=%d) ",
+ r->r_start, r->r_end, r->r_rid);
if (devname != NULL)
db_printf("(%s)\n", devname);
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 9:03 PM (11 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25804389
Default Alt Text
D4086.diff (1 KB)
Attached To
Mode
D4086: Add RIDs to dump_rman()
Attached
Detach File
Event Timeline
Log In to Comment