Subject: Re: power hook and spl level
To: Lennart Augustsson <lennart@mail.augustsson.net>
From: John Hawkinson <jhawk@MIT.EDU>
List: tech-kern
Date: 09/05/2000 22:43:20
| >         do you guys think this is necessary for netbsd too?
| >         or it is drivers that need to be corrected?
| 
| Our power hooks run at splhigh() (in current), so it should not
| be needed.

Certainly the wavelan driver still needs a power hook.

This is kern/10331.

--jhawk

| > 1.13 Tue Sep 5 21:47:14 GMT 2000 by aaron
| > CVS Tags: HEAD
| > Diffs to 1.12
| > Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@
| >
| > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/kern/kern_subr.c?r1=1.12&r2=1.13