From owner-cvs-all@FreeBSD.ORG Mon Jul 9 16:58:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 776C416A400; Mon, 9 Jul 2007 16:58:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5129913C469; Mon, 9 Jul 2007 16:58:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l69Gw84w080619; Mon, 9 Jul 2007 16:58:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l69Gw8MG080618; Mon, 9 Jul 2007 16:58:08 GMT (envelope-from imp) Message-Id: <200707091658.l69Gw8MG080618@repoman.freebsd.org> From: Warner Losh Date: Mon, 9 Jul 2007 16:58:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb if_rue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2007 16:58:08 -0000 imp 2007-07-09 16:58:08 UTC FreeBSD src repository Modified files: sys/dev/usb if_rue.c Log: When all the other drivers were converted to scheduling a taskqueue to do the heavy lifting of the 'mii_tick' function, rue was left behind. Implement this in a naive way. Reports from the field show this makes the driver functional with some locking issues, as opposed to an instant panic. Those will be addressed in a later version of the driver. Approved by: re@ (bmah) Revision Changes Path 1.40 +18 -0 src/sys/dev/usb/if_rue.c