cvs commit: src/sys/dev/netif/mii_layer
Joerg Sonnenberger
joerg at britannica.bec.de
Sat Sep 18 12:48:15 PDT 2004
On Sat, Sep 18, 2004 at 12:33:00PM -0700, Matthew Dillon wrote:
> dillon 2004/09/18 12:33:00 PDT
>
> DragonFly src repository
>
> Modified files:
> sys/dev/netif/mii_layer acphy.c amphy.c brgphy.c dcphy.c
> e1000phy.c exphy.c inphy.c lxtphy.c
> mii_physubr.c miivar.h mlphy.c
> nsgphy.c nsphy.c pnaphy.c pnphy.c
> qsphy.c rlphy.c tlphy.c ukphy.c
> xmphy.c
> Log:
> timeout/untimeout ==> callout_*
The critical part of this is IMO that we need both mii_softc_init and
mii_sofc_deinit or so. Not all driver call mii_phy_auto_stop and therefore
might result in dangling timeouts.
Joerg
More information about the Commits
mailing list