K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-03-25T21:53:16.785461Z K 7 svn:log V 438 Some minor cleanups: - No reason to store cgem_hwassist in softc. We need only generate it in response to SIOCSIFCAP. - Simplify SIOCSIFCAP. - Remove CGEM_DRV_OACTIVE, which is a remembrance about IFF_DRV_OACTIVE, which is descendant of IFF_OACTIVE and was a flag to synchronise the stack and the driver in the era of giant locked kernels. - Do not modify cgem_if_flags in any place except SIOCSIFFLAGS. - Remove unneeded includes. END