From owner-cvs-all Tue Dec 12 11:29:22 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 11:29:18 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2A0337B402; Tue, 12 Dec 2000 11:29:18 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBCJTIr67805; Tue, 12 Dec 2000 11:29:18 -0800 (PST) (envelope-from wpaul) Message-Id: <200012121929.eBCJTIr67805@freefall.freebsd.org> From: Bill Paul Date: Tue, 12 Dec 2000 11:29:18 -0800 (PST) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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