Searched hist:115747 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.cdiff 115747 Mon Jun 02 21:32:03 MDT 2003 sam Redo locking for proper SMP operation:

o replace driver-global lock with three locks: one for the handling of mcr1
operations, one for handling of mcr2 operations, and one for the mcr1
free list
o mark the interrupt handler MPSAFE
o don't use locking on detach; disabling interrupts is sufficient (I think)

Completed in 110 milliseconds