From owner-cvs-src-old@FreeBSD.ORG Thu Nov 19 18:43:56 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850D2106566B for ; Thu, 19 Nov 2009 18:43:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 731DC8FC14 for ; Thu, 19 Nov 2009 18:43:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAJIhucW038916 for ; Thu, 19 Nov 2009 18:43:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAJIhu9q038915 for cvs-src-old@freebsd.org; Thu, 19 Nov 2009 18:43:56 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200911191843.nAJIhu9q038915@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 19 Nov 2009 18:43:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/my if_my.c if_myreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 18:43:56 -0000 jhb 2009-11-19 18:43:43 UTC FreeBSD src repository Modified files: sys/dev/my if_my.c if_myreg.h Log: SVN rev 199540 on 2009-11-19 18:43:43Z by jhb - This driver used the if_watchdog timer both as a watchdog on transmit and auto-negotiation. To make this simpler and easier to understand I have split this out into two separate timers. One just manages the auto-neg side of things and one is a transmit watchdog. Neither uses if_watchdog. - Call ether_ifdetach() at the start of detach. Revision Changes Path 1.48 +39 -21 src/sys/dev/my/if_my.c 1.7 +4 -2 src/sys/dev/my/if_myreg.h