Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2008 03:41:36 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/pci if_rl.c
Message-ID:  <200810251818.m9PII9S5001556@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-10-25 03:41:36 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c 
  Log:
  SVN rev 184245 on 2008-10-25 03:41:36Z by yongari
  
  Implement miibus_statchg handler. It detects whether rl(4)
  established a valid link or not.
  In rl_start_locked, don't try to send packets unless we have valid
  link. While I'm here add a check that verifies whether driver can
  accept Tx requests by inspecting IFF_DRV_OACTIVE/IFF_DRV_RUNNING
  flag.
  
  Revision  Changes    Path
  1.180     +34 -0     src/sys/pci/if_rl.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810251818.m9PII9S5001556>