Subject: Re: kern/29903 (register data)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 04/21/2005 12:42:02
The following reply was made to PR kern/29903; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: Christos Zoulas <christos@zoulas.com>
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/29903 (register data)
Date: Thu, 21 Apr 2005 14:41:54 +0200

 On Thu, Apr 21, 2005 at 07:52:13AM -0400, Christos Zoulas wrote:
 > Is there any reason not to apply the supplied patch that makes the
 > system stable?
 
 No, but better completely understand what happens before doing so.
 
 As wm_stop already tries to disable the receiver completely by doing
 CSR_WRITE(sc, WMREG_RCTL, 0); - the question remains, why do the
 interrupts happen.
 
 Martin