From owner-cvs-src@FreeBSD.ORG Mon Mar 31 11:24:38 2003 Return-Path: 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 10DBB37B401; Mon, 31 Mar 2003 11:24:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2EBD43FA3; Mon, 31 Mar 2003 11:24:37 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2VJOb0U005463; Mon, 31 Mar 2003 11:24:37 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2VJOb9n005462; Mon, 31 Mar 2003 11:24:37 -0800 (PST) Message-Id: <200303311924.h2VJOb9n005462@repoman.freebsd.org> From: John Baldwin Date: Mon, 31 Mar 2003 11:24:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_tl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 31 Mar 2003 19:24:39 -0000 jhb 2003/03/31 11:24:37 PST FreeBSD src repository Modified files: sys/pci if_tl.c Log: If we fail to find our PCI ID in attach (this should never happen), then just return ENXIO directly instead of calling tl_detach() since that would panic since the softc mutex isn't initialized until after this check. Revision Changes Path 1.76 +1 -2 src/sys/pci/if_tl.c