On Tue, Nov 28, 2000 at 02:30:50PM +0100, Dag-Erling Smorgrav wrote:
> Nicolas Souchu <[EMAIL PROTECTED]> writes:
> > What are kernel mutex? A new mechanism for spl replacement? Is it
> > introduced with the new SMP? I found nothing in the mail archives...
>
> You mean you don't read -committers,
On 28-Nov-00 Dag-Erling Smorgrav wrote:
> Nicolas Souchu <[EMAIL PROTECTED]> writes:
> > What are kernel mutex? A new mechanism for spl replacement? Is it
> > introduced with the new SMP? I found nothing in the mail archives...
>
> You mean you don't read -committers, -developers and -arch?
Nicolas Souchu <[EMAIL PROTECTED]> writes:
> What are kernel mutex? A new mechanism for spl replacement? Is it
> introduced with the new SMP? I found nothing in the mail archives...
You mean you don't read -committers, -developers and -arch?
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To U
On 23-Nov-00 Nicolas Souchu wrote:
> On Wed, Nov 22, 2000 at 04:58:32PM -0800, Archie Cobbs wrote:
>> As a relatively simple exercise in -current kernel programming,
>> I'm planning to mutex'ify the ichsmb(4) device driver (this is
>> a relatively simple driver that currently uses splhigh()). I'd
On Wed, Nov 22, 2000 at 04:58:32PM -0800, Archie Cobbs wrote:
> As a relatively simple exercise in -current kernel programming,
> I'm planning to mutex'ify the ichsmb(4) device driver (this is
> a relatively simple driver that currently uses splhigh()). I'd
> appreciate some feedback if what I'm d
On 23-Nov-00 Archie Cobbs wrote:
> As a relatively simple exercise in -current kernel programming,
> I'm planning to mutex'ify the ichsmb(4) device driver (this is
> a relatively simple driver that currently uses splhigh()). I'd
> appreciate some feedback if what I'm doing is the right thing.
>