PERFORCE change 154048 for review

Marko Zec zec at FreeBSD.org
Thu Dec 4 06:56:14 PST 2008


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

Change 154048 by zec at 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


More information about the p4-projects mailing list