cvs commit: src/sys/dev/vge if_vge.c

Bill Paul wpaul at FreeBSD.org
Mon Apr 25 11:37:28 PDT 2005


wpaul       2005-04-25 18:37:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/vge          if_vge.c 
  Log:
  Correct the if_link_state_change() logic: when the link went down,
  if_link_state_change() reported link up, and when the link went up,
  if_link_state_change() reported link down. These should be swapped.
  
  Revision  Changes    Path
  1.8       +2 -2      src/sys/dev/vge/if_vge.c


More information about the cvs-src mailing list