PERFORCE change 153723 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 15:26:20 PST 2008


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

Change 153723 by sam at sam_ebb on 2008/11/28 23:25:39

	move hal from contrib/dev/ath to dev/ath/ath_hal; if you're
	playing along move the symlink to projects/ath_hal

Affected files ...

.. //depot/projects/vap/sys/conf/files#56 edit
.. //depot/projects/vap/sys/conf/kern.pre.mk#12 edit

Differences ...

==== //depot/projects/vap/sys/conf/files#56 (text+ko) ====

@@ -503,170 +503,170 @@
 dev/ata/atapi-cam.c		optional atapicam
 #
 contrib/dev/ath/ah.c			optional ath \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ah_eeprom_v1.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ah_eeprom_v3.c		optional ath_ar5211 | ath_ar5212 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ah_eeprom_v14.c		optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ah_regdomain.c			optional ath \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_attach.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_beacon.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_interrupts.c	optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_keycache.c	optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_misc.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_phy.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_power.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_recv.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_reset.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5210/ar5210_xmit.c		optional ath_ar5210 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_attach.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_beacon.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_interrupts.c	optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_keycache.c	optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_misc.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_phy.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_power.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_recv.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_reset.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5211/ar5211_xmit.c		optional ath_ar5211 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_ani.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_attach.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_beacon.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_eeprom.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_gpio.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_interrupts.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_keycache.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_misc.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_phy.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_power.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_recv.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_reset.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_rfgain.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5212_xmit.c \
 	optional ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar2316.c	optional ath_rf2316 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar2317.c	optional ath_rf2317 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar2413.c	optional ath_rf2413 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar2425.c	optional ath_rf2425 | ath_rf2417 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5111.c	optional ath_rf5111 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5112.c	optional ath_rf5112 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5212/ar5413.c	optional ath_rf5413 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar2133.c	optional ath_ar5416 | ath_ar9160 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_ani.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_attach.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_beacon.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_cal.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_cal_iq.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_cal_adcgain.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_cal_adcdc.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_eeprom.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_gpio.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_interrupts.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_keycache.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_misc.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_phy.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_power.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_recv.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_reset.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar5416_xmit.c \
 	optional ath_ar5416 | ath_ar9160 | ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar9160_attach.c	optional ath_ar5416 | ath_ar9160 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar9280.c		optional ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 contrib/dev/ath/ar5416/ar9280_attach.c	optional ath_ar9280 \
-	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/contrib/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/ah_osdep.c		optional ath \
 	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/ath_rate/amrr/amrr.c	optional ath_rate_amrr \

==== //depot/projects/vap/sys/conf/kern.pre.mk#12 (text+ko) ====

@@ -66,8 +66,8 @@
 # ... and the same for pf
 INCLUDES+= -I$S/contrib/pf
 
-# ... and the same for Atheros HAL
-INCLUDES+= -I$S/dev/ath -I$S/contrib/dev/ath
+# ... and the same for ath
+INCLUDES+= -I$S/dev/ath -I$S/dev/ath/ath_hal
 
 # ... and the same for the NgATM stuff
 INCLUDES+= -I$S/contrib/ngatm


More information about the p4-projects mailing list