cvs commit: src/sys/net if.c if_ethersubr.c

Robert Watson rwatson at FreeBSD.org
Fri Mar 7 16:00:45 UTC 2008


rwatson     2008-03-07 16:00:44 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_ethersubr.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.275     +5 -1      src/sys/net/if.c
  1.241     +0 -2      src/sys/net/if_ethersubr.c


More information about the cvs-src mailing list