Subject: Re: MP and device drivers
To: None <ad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-smp
Date: 09/07/2006 21:51:25
> - Put wrappers around the devsw entry points (e.g. bdev_strategy(dev, bp)).
>   In the MP case these would check d_flag and maybe grab the kernel_lock.
>   We'd need to assert that no other locks are already held.

do you have a plan how to make callers mp-safe?

YAMAMOTO Takashi