]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayed
authorRobert Watson <rwatson@FreeBSD.org>
Fri, 7 Mar 2008 16:00:44 +0000 (16:00 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Fri, 7 Mar 2008 16:00:44 +0000 (16:00 +0000)
commitb9175c45567050239120a8eca62ab33c4698cfb2
treed726f0f93d4cbbfd29007ccba23b6bc9820077a3
parentb916b56b5a1ecbd0c6ed3c4abf17187620567a0e
Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayed
for all network interfaces, not just ethernet-like ones.

Upgrade it to a louder WARNING and be explicit that the flag is obsolete.
Support for IFF_NEEDSGIANT will be removed in a few months (see arch@ for
details) and will not appear in 8.0.

Upgrade if_watchdog to a WARNING.
sys/net/if.c
sys/net/if_ethersubr.c