freebsd-dev/sys/dev/re
Pyun YongHyeon 351a76f9aa 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.
2008-07-02 06:29:43 +00:00
..
if_re.c Instead of allocating variables for each events/hardware flags, use 2008-07-02 06:29:43 +00:00