Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2008 17:20:04 GMT
From:      Tom Canich <tcanich@geosc.psu.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/128585: [patch] ath_hal-20081028 build failure on amd64
Message-ID:  <200811051720.mA5HK4MC022686@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/128585; it has been noted by GNATS.

From: Tom Canich <tcanich@geosc.psu.edu>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: misc/128585: [patch] ath_hal-20081028 build failure on amd64
Date: Wed, 5 Nov 2008 11:55:00 -0500

 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I didn't test the kernel built with the original patch 
 until this morning.  The kernel panics when the ath 
 module is loaded.
 
 Attached is a patch which produces a (tested) working 
 kernel.
 
 Tom
 -- 
 
 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="ath_hal-20081028.txt"
 
 --- ah.h.orig	2008-11-05 11:17:43.000000000 -0500
 +++ ah.h	2008-11-04 23:32:02.000000000 -0500
 @@ -824,6 +824,9 @@
  	HAL_BOOL  __ahdecl(*ah_getPendingInterrupts)(struct ath_hal*, HAL_INT*);
  	HAL_INT	  __ahdecl(*ah_getInterrupts)(struct ath_hal*);
  	HAL_INT	  __ahdecl(*ah_setInterrupts)(struct ath_hal*, HAL_INT);
 +
 +	/* DFS support */
 +	HAL_BOOL  __ahdecl(*ah_radarWait)(struct ath_hal *, HAL_CHANNEL *);
  };
  
  /* 
 
 --PNTmBPCT7hxwcZjr--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811051720.mA5HK4MC022686>