From owner-cvs-src@FreeBSD.ORG Fri Mar 18 16:37:52 2005 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 2477B16A4CE; Fri, 18 Mar 2005 16:37:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE14F43D48; Fri, 18 Mar 2005 16:37:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2IGbpjc013654; Fri, 18 Mar 2005 16:37:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2IGbpKx013653; Fri, 18 Mar 2005 16:37:51 GMT (envelope-from imp) Message-Id: <200503181637.j2IGbpKx013653@repoman.freebsd.org> From: Warner Losh Date: Fri, 18 Mar 2005 16:37:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccard.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: Fri, 18 Mar 2005 16:37:52 -0000 imp 2005-03-18 16:37:51 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Need to initialize the resource list that we keep for our children. STAILQ's require this, while it is optional for SLIST (well, as long as the memory is bzeroed). Noticed by: phk's crash Revision Changes Path 1.101 +1 -0 src/sys/dev/pccard/pccard.c