From owner-cvs-src@FreeBSD.ORG Mon Apr 5 00:43:18 2004 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 D47FC16A4CE; Mon, 5 Apr 2004 00:43:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B871543D1F; Mon, 5 Apr 2004 00:43:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i357hIGe000219; Mon, 5 Apr 2004 00:43:18 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i357hIHI000217; Mon, 5 Apr 2004 00:43:18 -0700 (PDT) (envelope-from bde) Message-Id: <200404050743.i357hIHI000217@repoman.freebsd.org> From: Bruce Evans Date: Mon, 5 Apr 2004 00:43:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa cy.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, 05 Apr 2004 07:43:19 -0000 bde 2004/04/05 00:43:18 PDT FreeBSD src repository Modified files: sys/i386/isa cy.c Log: Moved initialization of the lock from the (isa) probe function to the common attach function so that the lock gets initialized in all cases. This fixes breakage of the initialization of the lock in the pci case in rev.1.135 (between the releases of 5.1 and 5.2). The lock is only used in the SMP case, so this bug was not always fatal. Revision Changes Path 1.141 +6 -6 src/sys/i386/isa/cy.c