Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2008 14:56:13 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154048 for review
Message-ID:  <200812041456.mB4EuDKE072024@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=154048

Change 154048 by zec@zec_tca51 on 2008/12/04 14:55:28

	A kludge to allow vimage brach to compile on 7.0 -
	this should never get back to svn...

Affected files ...

.. //depot/projects/vimage/src/sys/dev/ath/ath_hal/ah_desc.h#2 edit

Differences ...

==== //depot/projects/vimage/src/sys/dev/ath/ath_hal/ah_desc.h#2 (text+ko) ====

@@ -22,6 +22,10 @@
 
 #include "opt_ah.h"		/* NB: required for AH_SUPPORT_AR5416 */
 
+#ifndef AH_SUPPORT_AR5416
+#define AH_SUPPORT_AR5416
+#endif
+
 /*
  * Transmit descriptor status.  This structure is filled
  * in only after the tx descriptor process method finds a


home | help

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