Date: Tue, 12 Dec 2000 11:29:18 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii amphy.c brgphy.c exphy.c mii_physubr.c miivar.h mlphy.c nsphy.c pnaphy.c rlphy.c ukphy.c xmphy.c Message-ID: <200012121929.eBCJTIr67805@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2000/12/12 11:29:18 PST
Modified files: (Branch: RELENG_4)
sys/dev/mii amphy.c brgphy.c exphy.c mii_physubr.c
miivar.h mlphy.c nsphy.c pnaphy.c rlphy.c
ukphy.c xmphy.c
Log:
Add code to cancel autoneg timeouts when a PHY driver is detached,
otherwise a timeout might fire after a driver has been shut down (i.e.
when a pccard/cardbus device is unplugged before autoneg completes).
Submitted by: Ian Dowse, with one small tweak by me
Revision Changes Path
1.2.2.1 +3 -2 src/sys/dev/mii/amphy.c
1.1.2.2 +5 -3 src/sys/dev/mii/brgphy.c
1.4.2.1 +2 -1 src/sys/dev/mii/exphy.c
1.2.2.1 +12 -2 src/sys/dev/mii/mii_physubr.c
1.3.2.1 +3 -1 src/sys/dev/mii/miivar.h
1.2.2.2 +2 -1 src/sys/dev/mii/mlphy.c
1.2.2.2 +2 -1 src/sys/dev/mii/nsphy.c
1.1.2.2 +3 -2 src/sys/dev/mii/pnaphy.c
1.2.2.1 +3 -2 src/sys/dev/mii/rlphy.c
1.2.2.1 +2 -1 src/sys/dev/mii/ukphy.c
1.1.2.2 +5 -3 src/sys/dev/mii/xmphy.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012121929.eBCJTIr67805>
