Re: PR/60477 CVS commit: src/sys/dev/raidframe

"Emmanuel Nyarko via gnats" <[email protected]> Wed, 22 Jul 2026 20:45:02 +0000 (UTC)
Newsgroups gmane.os.netbsd.bugs
Message-ID <[email protected]>
The following reply was made to PR kern/60477; it has been noted by GNATS.

From: Emmanuel Nyarko <[email protected]>
To: [email protected]
Cc: 
Subject: Re: PR/60477 CVS commit: src/sys/dev/raidframe
Date: Wed, 22 Jul 2026 14:40:42 -0600

 > On Jul 22, 2026, at 12:20=E2=80=AFPM, Michael van Elst via gnats =
 <[email protected]> wrote:
 >=20
 > The following reply was made to PR kern/60477; it has been noted by =
 GNATS.
 >=20
 > From: [email protected] (Michael van Elst)
 > To: [email protected]
 > Cc:=20
 > Subject: Re: PR/60477 CVS commit: src/sys/dev/raidframe
 > Date: Wed, 22 Jul 2026 18:16:13 -0000 (UTC)
 >=20
 > [email protected] ("Emmanuel") writes:
 >=20
 >> Use the right assertions to ensure that all IOs are suspended.
 >> zero indicates that IOs resume.
 >=20
 > Sure that only the counter value =3D=3D 1 needs to be asserted? The
 > opposite of =3D=3D 0 is > 0.
 >=20
 Hi,=20
 
 Thanks for the alert!  best to do it greater than zero.
 
 Emmanuel