Date: Tue, 27 Aug 2013 15:00:02 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 480958 for review Message-ID: <201308271500.r7RF02Ln004081@skunkworks.freebsd.org>
index | next in thread | raw e-mail
http://p4web.freebsd.org/@@480958?ac=10 Change 480958 by brooks@brooks_zenith on 2013/08/27 14:59:45 More firmly disable aic, ahc, and ahd. Affected files ... .. //depot/projects/ctsrd/tesla/src/sys/conf/files#11 edit Differences ... ==== //depot/projects/ctsrd/tesla/src/sys/conf/files#11 (text+ko) ==== @@ -9,45 +9,45 @@ compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ no-obj no-implicit-rule before-depend \ clean "acpi_quirks.h" -aicasm optional ahc | ahd \ +#aicasm optional ahc | ahd \ dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \ compile-with "CC='${CC}' ${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \ no-obj no-implicit-rule \ clean "aicasm* y.tab.h" -aic7xxx_seq.h optional ahc \ +#aic7xxx_seq.h optional ahc \ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend local \ clean "aic7xxx_seq.h" \ dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -aic7xxx_reg.h optional ahc \ +#aic7xxx_reg.h optional ahc \ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend local \ clean "aic7xxx_reg.h" \ dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -aic7xxx_reg_print.c optional ahc \ +#aic7xxx_reg_print.c optional ahc \ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h -p aic7xxx_reg_print.c -i $S/dev/aic7xxx/aic7xxx_osm.h $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule local \ clean "aic7xxx_reg_print.c" \ dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -aic7xxx_reg_print.o optional ahc ahc_reg_pretty_print \ +#aic7xxx_reg_print.o optional ahc ahc_reg_pretty_print \ compile-with "${NORMAL_C}" \ no-implicit-rule local -aic79xx_seq.h optional ahd pci \ +#aic79xx_seq.h optional ahd pci \ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i $S/dev/aic7xxx/aic79xx_osm.h $S/dev/aic7xxx/aic79xx.seq" \ no-obj no-implicit-rule before-depend local \ clean "aic79xx_seq.h" \ dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -aic79xx_reg.h optional ahd pci \ +#aic79xx_reg.h optional ahd pci \ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i $S/dev/aic7xxx/aic79xx_osm.h $S/dev/aic7xxx/aic79xx.seq" \ no-obj no-implicit-rule before-depend local \ clean "aic79xx_reg.h" \ dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -aic79xx_reg_print.c optional ahd pci \ +#aic79xx_reg_print.c optional ahd pci \ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic79xx_seq.h -r aic79xx_reg.h -p aic79xx_reg_print.c -i $S/dev/aic7xxx/aic79xx_osm.h $S/dev/aic7xxx/aic79xx.seq" \ no-obj no-implicit-rule local \ clean "aic79xx_reg_print.c" \ dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" -aic79xx_reg_print.o optional ahd pci ahd_reg_pretty_print \ +#aic79xx_reg_print.o optional ahd pci ahd_reg_pretty_print \ compile-with "${NORMAL_C}" \ no-implicit-rule local # @@ -652,22 +652,22 @@ dev/ahb/ahb.c optional ahb eisa dev/ahci/ahci.c optional ahci pci dev/ahci/ahciem.c optional ahci pci -dev/aic/aic.c optional aic -dev/aic/aic_pccard.c optional aic pccard -dev/aic7xxx/ahc_eisa.c optional ahc eisa -dev/aic7xxx/ahc_isa.c optional ahc isa -dev/aic7xxx/ahc_pci.c optional ahc pci \ - compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}" -dev/aic7xxx/ahd_pci.c optional ahd pci \ - compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}" -dev/aic7xxx/aic7770.c optional ahc -dev/aic7xxx/aic79xx.c optional ahd pci -dev/aic7xxx/aic79xx_osm.c optional ahd pci -dev/aic7xxx/aic79xx_pci.c optional ahd pci -dev/aic7xxx/aic7xxx.c optional ahc -dev/aic7xxx/aic7xxx_93cx6.c optional ahc -dev/aic7xxx/aic7xxx_osm.c optional ahc -dev/aic7xxx/aic7xxx_pci.c optional ahc pci +#dev/aic/aic.c optional aic +#dev/aic/aic_pccard.c optional aic pccard +#dev/aic7xxx/ahc_eisa.c optional ahc eisa +#dev/aic7xxx/ahc_isa.c optional ahc isa +#dev/aic7xxx/ahc_pci.c optional ahc pci \ +# compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}" +#dev/aic7xxx/ahd_pci.c optional ahd pci \ +# compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}" +#dev/aic7xxx/aic7770.c optional ahc +#dev/aic7xxx/aic79xx.c optional ahd pci +#dev/aic7xxx/aic79xx_osm.c optional ahd pci +#dev/aic7xxx/aic79xx_pci.c optional ahd pci +#dev/aic7xxx/aic7xxx.c optional ahc +#dev/aic7xxx/aic7xxx_93cx6.c optional ahc +#dev/aic7xxx/aic7xxx_osm.c optional ahc +#dev/aic7xxx/aic7xxx_pci.c optional ahc pci dev/alc/if_alc.c optional alc pci dev/ale/if_ale.c optional ale pci dev/altera/avgen/altera_avgen.c optional altera_avgenhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308271500.r7RF02Ln004081>
