From owner-freebsd-current Sat Jan 27 11: 4:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4ABFB37B400 for ; Sat, 27 Jan 2001 11:04:09 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id UAA02140; Sat, 27 Jan 2001 20:04:04 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: mjacob@feral.com Cc: Blaz Zupan , freebsd-current@FreeBSD.ORG Subject: Re: XXX driver didn't initialize queue mtx References: From: Dag-Erling Smorgrav Date: 27 Jan 2001 20:04:03 +0100 In-Reply-To: Matthew Jacob's message of "Sat, 27 Jan 2001 09:36:33 -0800 (PST)" Message-ID: Lines: 17 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jacob writes: > Oh, yeah- can someone say *which* queue mtx it's referring to? des@des ~% current "driver didn.t initialize" src/sys/net/if.c: printf("%s%d XXX: driver didn't initialize queue mtx\n", des@des ~% grep -C "driver didn.t initialize" /sys/net/if.c /* XXX This is an access violation of the mutex internals. */ if (ifp->if_snd.ifq_mtx.mtx_flags == 0) { printf("%s%d XXX: driver didn't initialize queue mtx\n", ifp->if_name, ifp->if_unit); mtx_init(&ifp->if_snd.ifq_mtx, "unknown", MTX_DEF); That wasn't so hard, was it? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message