cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
Pyun YongHyeon
yongari at FreeBSD.org
Tue Jul 15 01:23:38 UTC 2008
yongari 2008-07-15 01:23:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/re if_re.c
sys/pci if_rlreg.h
Log:
SVN rev 180520 on 2008-07-15 01:23:02Z by yongari
MFC r180171.
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.95.2.23 +41 -47 src/sys/dev/re/if_re.c
1.67.2.10 +6 -2 src/sys/pci/if_rlreg.h
More information about the cvs-src
mailing list