mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
Same as for the scatter/gather pool. This also changes CCBs to use condition variables instead of semaphores for completion, which means they're now C++-only. A few C files still include <SCSI.h>, but none use CCBs directly, so this works out fine. A quick check with a compile benchmark didn't show a performance regression.