Split ifnet serializer step 4/many: Add IFNET_SERIALIZE_MAIN, which is
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 11 Apr 2009 07:58:20 +0000 (15:58 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 12 Apr 2009 07:57:34 +0000 (15:57 +0800)
commitaabfe6fb8ee84cc40a7a1ae01f6fb137bbaa09af
treea1b29d6dfc35339c0d848a51c1db5e3f60c7909c
parentbca7c4353861a5c9b1adc3a19576b28110d3fc87
Split ifnet serializer step 4/many: Add IFNET_SERIALIZE_MAIN, which is
used by polling(4) code.  Now polling(4) no longer tries to hold all
of the serializers of the driver; it just holds driver's main serializer.
sys/dev/netif/emx/if_emx.c
sys/kern/kern_poll.c
sys/net/if_var.h