From owner-cvs-all Tue Jan 22 9:51:48 2002 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 F02B737B41B; Tue, 22 Jan 2002 09:51:44 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0MHpiW54291; Tue, 22 Jan 2002 09:51:44 -0800 (PST) (envelope-from jlemon) Message-Id: <200201221751.g0MHpiW54291@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 22 Jan 2002 09:51:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2002/01/22 09:51:44 PST Modified files: sys/dev/fxp if_fxp.c Log: Initialize the sysctl_ctx list early, which avoids a panic in case other allocatiosn fail and fxp_release() is called. Revision Changes Path 1.127 +1 -1 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message