Index: head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-bsd-compat.c =================================================================== --- head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-bsd-compat.c (nonexistent) +++ head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-bsd-compat.c (revision 410809) @@ -0,0 +1,13 @@ +--- bsd-kmod/dahdi/bsd-compat.c.orig 2016-03-11 07:22:10.097436000 +0000 ++++ bsd-kmod/dahdi/bsd-compat.c 2016-03-11 07:22:32.048183000 +0000 +@@ -48,6 +48,10 @@ + #include + #include + ++#if __FreeBSD_version >= 1100101 ++#define taskqueue_enqueue_fast(queue, task) taskqueue_enqueue(queue, task) ++#endif ++ + /* + * Tasklet API + */ Property changes on: head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-bsd-compat.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-ng_dahdi_iface.c =================================================================== --- head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-ng_dahdi_iface.c (nonexistent) +++ head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-ng_dahdi_iface.c (revision 410809) @@ -0,0 +1,13 @@ +--- bsd-kmod/dahdi/ng_dahdi_iface.c.orig 2016-03-11 07:21:42.746379000 +0000 ++++ bsd-kmod/dahdi/ng_dahdi_iface.c 2016-03-11 07:21:07.872394000 +0000 +@@ -53,6 +53,10 @@ + struct ng_node *ng_name2noderef(struct ng_node *node, const char *name); + #endif + ++#if __FreeBSD_version >= 1100101 ++#define taskqueue_enqueue_fast(queue, task) taskqueue_enqueue(queue, task) ++#endif ++ + #define DAHDI_IFACE_HOOK_UPPER "upper" + + static ng_rcvmsg_t ng_dahdi_iface_rcvmsg; Property changes on: head/misc/dahdi-kmod26/files/patch-bsd-kmod-dahdi-ng_dahdi_iface.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property