Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136640372
D5764.id14664.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
761 B
Referenced Files
None
Subscribers
None
D5764.id14664.diff
View Options
Index: sys/dev/bhnd/bhndb/bhndb.c
===================================================================
--- sys/dev/bhnd/bhndb/bhndb.c
+++ sys/dev/bhnd/bhndb/bhndb.c
@@ -757,7 +757,7 @@
}
if (BHNDB_DEBUG(PRIO))
- device_printf(child, "suspend resource type=%d 0x%lx+0x%lx\n",
+ device_printf(child, "suspend resource type=%d 0x%jx+0x%jx\n",
type, rman_get_start(r), rman_get_size(r));
/* Release the resource's window reference */
@@ -785,7 +785,7 @@
return (0);
if (BHNDB_DEBUG(PRIO))
- device_printf(child, "resume resource type=%d 0x%lx+0x%lx\n",
+ device_printf(child, "resume resource type=%d 0x%jx+0x%jx\n",
type, rman_get_start(r), rman_get_size(r));
return (bhndb_try_activate_resource(sc, rman_get_device(r), type,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 5:11 PM (3 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25655798
Default Alt Text
D5764.id14664.diff (761 B)
Attached To
Mode
D5764: Update bhndb format strings to match long -> rman_res_t size change.
Attached
Detach File
Event Timeline
Log In to Comment