cvs commit: src/sys/i386/isa cy.c
Bruce Evans
bde at FreeBSD.org
Mon Apr 5 00:43:19 PDT 2004
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
More information about the cvs-src
mailing list