Date: Thu, 18 Jun 2009 05:06:25 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h Message-ID: <200906180506.n5I56mRn054316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-06-18 05:06:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/msk if_msk.c if_mskreg.h
Log:
SVN rev 194418 on 2009-06-18 05:06:25Z by yongari
MFC r192716,192718-192720
r192716:
Remove link handling taskqueue and use mii callback directly. While
I'm here also checks driver running state.
r192718:
Use bit definition to represent link state, device suspend instead
of using separate variables in softc.
r192719:
Use bit definition to represent MSI and detach state instead of
using separate variables in softc.
r192720:
Correctly return the result of mii_mediachg(). Previously it always
used to return success.
Revision Changes Path
1.18.2.20 +23 -35 src/sys/dev/msk/if_msk.c
1.6.2.10 +4 -5 src/sys/dev/msk/if_mskreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906180506.n5I56mRn054316>
