cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h
Pyun YongHyeon
yongari at FreeBSD.org
Wed Jul 2 06:31:03 UTC 2008
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
More information about the cvs-src
mailing list