mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 10:47:14 +01:00
7746364088
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.