Consolidate ifqueue macros for the upcoming ALTQ work.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 23 Jan 2005 13:47:24 +0000 (13:47 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sun, 23 Jan 2005 13:47:24 +0000 (13:47 +0000)
commitfd81ccf9ff8727b589e39e8f0ccd67584f988107
treeb2b34a233105b28f7b34f111329de5acc078882f
parent05bc7926755827cf240235079e529fa1f823345b
Consolidate ifqueue macros for the upcoming ALTQ work.
We don't use ifqueue locking and don't intend to add it,
so the whole IF_LOCK / IF_UNLOCK compatibility with
FreeBSD 5 can just be removed. Similiar the "unlocked"
versions of IF_PREPEND, IF_DEQUEUE and IF_ENQUEUE
(with leading _) are replaced with the normal versions.
IF_QEMPTY from the i4b sources is added to iv_var.h for
symmetry with the ALTQ macros, but not yet used elsewhere.
19 files changed:
sys/dev/usbmisc/udbp/udbp.c
sys/net/bridge/bridge.c
sys/net/i4b/capi/capi_l4if.c
sys/net/i4b/capi/capi_msgs.c
sys/net/i4b/capi/iavc/iavc_lli.c
sys/net/i4b/driver/i4b_ipr.c
sys/net/i4b/driver/i4b_isppp.c
sys/net/i4b/driver/i4b_rbch.c
sys/net/i4b/driver/i4b_tel.c
sys/net/i4b/driver/i4b_trace.c
sys/net/i4b/include/i4b_global.h
sys/net/i4b/include/i4b_mbuf.h
sys/net/i4b/layer1/ihfc/i4b_ihfc_l1if.c
sys/net/i4b/layer1/itjc/i4b_itjc_pci.c
sys/net/i4b/layer2/i4b_l2.c
sys/net/i4b/layer2/i4b_util.c
sys/net/i4b/layer4/i4b_i4bdrv.c
sys/net/if_var.h
sys/net/oldbridge/bridge.c