Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2008 06:29:43 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
Message-ID:  <200807020631.m626V27V066563@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-07-02 06:29:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
    sys/pci              if_rlreg.h 
  Log:
  SVN rev 180171 on 2008-07-02 06:29:43Z by yongari
  
  Instead of allocating variables for each events/hardware flags, use
  a dedicated flag that represents controller capabilities/events.
  This will simplify many part of code that requires different
  workaround for each controller revisions and will enhance
  readability.
  While I'm here move PHY wakeup code up before mii_phy_probe() which
  seems to help to wake PHY in some cases.
  
  Revision  Changes    Path
  1.119     +41 -47    src/sys/dev/re/if_re.c
  1.77      +6 -2      src/sys/pci/if_rlreg.h



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