Subject: Re: kern/33922 (auich breaks ath when sharing an interrupt)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 07/11/2006 17:00:06
The following reply was made to PR kern/33922; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/33922 (auich breaks ath when sharing an interrupt)
Date: Tue, 11 Jul 2006 18:57:46 +0200

 Some more data points:
 
  - it still happens with -current
  - this happens to me after logging into kde, so probably artsd (or whatever
    it is called) just set up audio and initialized the device. After some
    time the ath recovers and there don't seem to be further problems (I
    have not tried using the audio subsystem yet)
  - the following patch (much to my suprise) does not work around the problem.
 
 Martin
 
 Index: auich.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/pci/auich.c,v
 retrieving revision 1.108
 diff -u -p -r1.108 auich.c
 --- auich.c	17 Jun 2006 23:34:26 -0000	1.108
 +++ auich.c	11 Jul 2006 16:53:25 -0000
 @@ -1285,7 +1285,7 @@ auich_intr(void *v)
  	}
  #endif
  
 -	return ret;
 +	return 0 /*ret*/;
  }
  
  static void