Date: Mon, 5 Apr 2004 00:43:18 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa cy.c Message-ID: <200404050743.i357hIHI000217@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404050743.i357hIHI000217>