PERFORCE change 153724 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 15:29:24 PST 2008


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

Change 153724 by sam at sam_ebb on 2008/11/28 23:29:19

	contrib/dev/ath -> dev/ath/ath_hal

Affected files ...

.. //depot/projects/vap/sys/dev/ath/ah_osdep.c#8 edit
.. //depot/projects/vap/sys/dev/ath/if_ath.c#126 edit
.. //depot/projects/vap/sys/dev/ath/if_ath_pci.c#8 edit
.. //depot/projects/vap/sys/dev/ath/if_athvar.h#39 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/ah_osdep.c#8 (text+ko) ====

@@ -43,7 +43,7 @@
 
 #include <net/ethernet.h>		/* XXX for ether_sprintf */
 
-#include <contrib/dev/ath/ah.h>
+#include <dev/ath/ath_hal/ah.h>
 
 /*
  * WiSoC boards overload the bus tag with information about the
@@ -192,7 +192,7 @@
  */
 #include <sys/alq.h>
 #include <sys/pcpu.h>
-#include <contrib/dev/ath/ah_decode.h>
+#include <dev/ath/ath_hal/ah_decode.h>
 
 static	struct alq *ath_hal_alq;
 static	int ath_hal_alq_emitdev;	/* need to emit DEVICE record */

==== //depot/projects/vap/sys/dev/ath/if_ath.c#126 (text+ko) ====

@@ -77,8 +77,7 @@
 #endif
 
 #include <dev/ath/if_athvar.h>
-#include <contrib/dev/ath/ah_desc.h>
-#include <contrib/dev/ath/ah_devid.h>		/* XXX for softled */
+#include <dev/ath/ath_hal/ah_devid.h>		/* XXX for softled */
 
 #ifdef ATH_TX99_DIAG
 #include <dev/ath/ath_tx99/ath_tx99.h>

==== //depot/projects/vap/sys/dev/ath/if_ath_pci.c#8 (text+ko) ====

@@ -56,7 +56,6 @@
 #include <net80211/ieee80211_var.h>
 
 #include <dev/ath/if_athvar.h>
-#include <contrib/dev/ath/ah.h>
 
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pcireg.h>

==== //depot/projects/vap/sys/dev/ath/if_athvar.h#39 (text+ko) ====

@@ -35,8 +35,8 @@
 #ifndef _DEV_ATH_ATHVAR_H
 #define _DEV_ATH_ATHVAR_H
 
-#include <contrib/dev/ath/ah.h>
-#include <contrib/dev/ath/ah_desc.h>
+#include <dev/ath/ath_hal/ah.h>
+#include <dev/ath/ath_hal/ah_desc.h>
 #include <net80211/ieee80211_radiotap.h>
 #include <dev/ath/if_athioctl.h>
 #include <dev/ath/if_athrate.h>


More information about the p4-projects mailing list