Ignacio Rey wrote: > ... > The question is: Have calls to these functions been wrapped? or are they > simply not used in this context? > splx() and friends have been no-ops since FreeBSD 5.x was branched. Synchronization is now done using other mechanisms such as mutexes and spin locks. See the new man page locking(9) in -CURRENT. Regards, BMS