Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111873041
D29677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
729 B
Referenced Files
None
Subscribers
None
D29677.diff
View Options
diff --git a/sys/dev/netmap/netmap_mem2.c b/sys/dev/netmap/netmap_mem2.c
--- a/sys/dev/netmap/netmap_mem2.c
+++ b/sys/dev/netmap/netmap_mem2.c
@@ -312,7 +312,7 @@
static int netmap_mem_map(struct netmap_obj_pool *, struct netmap_adapter *);
static int netmap_mem_unmap(struct netmap_obj_pool *, struct netmap_adapter *);
-static int nm_mem_check_group(struct netmap_mem_d *, struct device *);
+static int nm_mem_check_group(struct netmap_mem_d *, bus_dma_tag_t);
static void nm_mem_release_id(struct netmap_mem_d *);
nm_memid_t
@@ -730,7 +730,7 @@
}
static int
-nm_mem_check_group(struct netmap_mem_d *nmd, struct device *dev)
+nm_mem_check_group(struct netmap_mem_d *nmd, bus_dma_tag_t dev)
{
int err = 0, id;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 3:34 PM (16 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17086014
Default Alt Text
D29677.diff (729 B)
Attached To
Mode
D29677: netmap: Use device_t in preference to struct device *
Attached
Detach File
Event Timeline
Log In to Comment