+ UPGRADING DRAGONFLY FROM 3.3 to later versions +
+-----------------------------------------------------------------------+
-DEVICE_POLLING OPTION REPLACED BY IFPOLL_ENABLE OPTION
-------------------
+DEVICE_POLLING OPTION REPLACED BY IFPOLL_ENABLE OPTION, KTR_POLLING REMOVED
+---------------------------------------------------------------------------
The DEVICE_POLLING kernel option has been made a no-op and it has been
replaced by IFPOLL_ENABLE. If you have 'options DEVICE_POLLING' in your
kernel config, you need to change it to IFPOLL_ENABLE.
+Also, the KTR_POLLING kernel option has been removed, so it must be
+removed from kernel configs that have it.
+
+-----------------------------------------------------------------------+
+ UPGRADING DRAGONFLY FROM 3.2 to later versions +
+-----------------------------------------------------------------------+
.Cd options KTR_IPIQ
.Cd options KTR_KERNENTRY
.Cd options KTR_MEMORY
-.Cd options KTR_POLLING
.Cd options KTR_SERIALIZER
.Cd options KTR_SPIN_CONTENTION
.\".Cd options KTR_TCP
and
.Xr kfree 9
events
-.It Dv KTR_POLLING
-.Xr polling 4
-begins and ends
.It Dv KTR_SERIALIZER
.Xr serializer 9
related events