Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2011 06:58:07 -0700
From:      David Wolfskill <david@catwhisker.org>
To:        Ian FREISLICH <ianf@clue.co.za>
Cc:        current@freebsd.org
Subject:   Re: Kernel compile failure in ATH.
Message-ID:  <20110623135807.GP29050@albert.catwhisker.org>
In-Reply-To: <E1QZjqa-000JgK-An@clue.co.za>
References:  <E1QZjqa-000JgK-An@clue.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help

--Sr6hGnsCY8KeifOY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jun 23, 2011 at 03:21:28PM +0200, Ian FREISLICH wrote:
> Hi
>=20
> Just got this error making a new kernel:
> ....

You need the patch from r223474:

Author: adrian
Date: Thu Jun 23 12:11:43 2011
New Revision: 223474
URL: http://svn.freebsd.org/changeset/base/223474

Log:
  add missing #define for the non-debug case.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- head/sys/dev/ath/ath_hal/ah_internal.h	Thu Jun 23 10:43:36 2011	(r22347=
3)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Thu Jun 23 12:11:43 2011	(r22347=
4)
@@ -529,6 +529,7 @@ extern	void DO_HALDEBUG(struct ath_hal *
 	__printflike(3,4);
 #else
 #define HALDEBUG(_ah, __m, _fmt, ...)
+#define HALDEBUG_G(_ah, __m, _fmt, ...)
 #endif /* AH_DEBUG */
=20
 /*

Peace,
david
--=20
David H. Wolfskill				david@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

--Sr6hGnsCY8KeifOY
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (FreeBSD)

iEYEARECAAYFAk4DRm4ACgkQmprOCmdXAD1flwCfaN1VLLu/6++fq9T7+P0PiJjM
W8MAni9vG+43o22hz6nb3EoAoECjvm42
=sdNA
-----END PGP SIGNATURE-----

--Sr6hGnsCY8KeifOY--



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