From owner-cvs-src@FreeBSD.ORG Wed Jul 5 00:49:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B2116A4DD; Wed, 5 Jul 2006 00:49:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1547743D53; Wed, 5 Jul 2006 00:49:27 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k650nQHQ029218; Wed, 5 Jul 2006 00:49:26 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k650nQKB029217; Wed, 5 Jul 2006 00:49:26 GMT (envelope-from thompsa) Message-Id: <200607050049.k650nQKB029217@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 5 Jul 2006 00:49:26 +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_aue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:49:27 -0000 thompsa 2006-07-05 00:49:26 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c Log: Change the multicast calculation to be the same as the other usb drivers and avoid calling into the usb code with the lock held. This doenst fix the fundamental usb sleeping problem but at least the adapter can be used. Revision Changes Path 1.97 +6 -5 src/sys/dev/usb/if_aue.c