freebsd-dev/sys/i4b
Warner Losh 1877e5a42f meta_p is a void *, so a variable that's of type void * can't be
dereferenced directly.  Toss an ifdef around it for the moment and
allow this to compile.  This likely means that priority packets aren't
queued to the special high priority queue.  The maintainer of this
should look into the problem.

This is likely fallout from the netgraph migration to using a more
generic meta tag from the mbug recently.

Fixes: pc98 tinerbox
2004-07-04 16:10:36 +00:00
..
capi Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
driver meta_p is a void *, so a variable that's of type void * can't be 2004-07-04 16:10:36 +00:00
include Based on an excellent suggestion from tanimura@ define I4BPRI and use it 2003-11-10 14:20:34 +00:00
layer1 add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
layer2 Use __FBSDID(). 2003-06-11 00:01:05 +00:00
layer3 Use __FBSDID(). 2003-06-11 00:01:05 +00:00
layer4 Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00