misc/128585: [patch] ath_hal-20081028 build failure on amd64
Tom Canich
tcanich at geosc.psu.edu
Wed Nov 5 09:20:05 PST 2008
The following reply was made to PR misc/128585; it has been noted by GNATS.
From: Tom Canich <tcanich at geosc.psu.edu>
To: bug-followup at 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--
More information about the freebsd-bugs
mailing list