06e794928b
This includes support in the kernel, camcontrol(8), libcam and the mps(4) driver for SMP passthrough. The CAM SCSI probe code has been modified to fetch Inquiry VPD page 0x00 to determine supported pages, and will now fetch page 0x83 in addition to page 0x80 if supported. Add two new CAM CCBs, XPT_SMP_IO, and XPT_GDEV_ADVINFO. The SMP CCB is intended for SMP requests and responses. The ADVINFO is currently used to fetch cached VPD page 0x83 data from the transport layer, but is intended to be extensible to fetch other types of device-specific data. SMP-only devices are not currently represented in the CAM topology, and so the current semantics are that the SIM will route SMP CCBs to either the addressed device, if it contains an SMP target, or its parent, if it contains an SMP target. (This is noted in cam_ccb.h, since it will change later once we have the ability to have SMP-only devices in CAM's topology.) smp_all.c, smp_all.h: New helper routines for SMP. This includes SMP request building routines, response parsing routines, error decoding routines, and structure definitions for a number of SMP commands. libcam/Makefile: Add smp_all.c to libcam, so that SMP functionality is available to userland applications. camcontrol.8, camcontrol.c: Add smp passthrough support to camcontrol. Several new subcommands are now available: 'smpcmd' functions much like 'cmd', except that it allows the user to send generic SMP commands. 'smprg' sends the SMP report general command, and displays the decoded output. It will automatically fetch extended output if it is available. 'smppc' sends the SMP phy control command, with any number of potential options. Among other things, this allows the user to reset a phy on a SAS expander, or disable a phy on an expander. 'smpmaninfo' sends the SMP report manufacturer information and displays the decoded output. 'smpphylist' displays a list of phys on an expander, and the CAM devices attached to those phys, if any. cam.h, cam.c: Add a status value for SMP errors (CAM_SMP_STATUS_ERROR). Add a missing description for CAM_SCSI_IT_NEXUS_LOST. Add support for SMP commands to cam_error_string(). cam_ccb.h: Rename the CAM_DIR_RESV flag to CAM_DIR_BOTH. SMP commands are by nature bi-directional, and we may need to support bi-directional SCSI commands later. Add the XPT_SMP_IO CCB. Since SMP commands are bi-directional, there are pointers for both the request and response. Add a fill routine for SMP CCBs. Add the XPT_GDEV_ADVINFO CCB. This is currently used to fetch cached page 0x83 data from the transport later, but is extensible to fetch many other types of data. cam_periph.c: Add support in cam_periph_mapmem() for XPT_SMP_IO and XPT_GDEV_ADVINFO CCBs. cam_xpt.c: Add support for executing XPT_SMP_IO CCBs. cam_xpt_internal.h: Add fields for VPD pages 0x00 and 0x83 in struct cam_ed. scsi_all.c: Add scsi_get_sas_addr(), a function that parses VPD page 0x83 data and pulls out a SAS address. scsi_all.h: Add VPD page 0x00 and 0x83 structures, and a prototype for scsi_get_sas_addr(). scsi_pass.c: Add support for mapping buffers in XPT_SMP_IO and XPT_GDEV_ADVINFO CCBs. scsi_xpt.c: In the SCSI probe code, first ask the device for VPD page 0x00. If any VPD pages are supported, that page is required to be implemented. Based on the response, we may probe for the serial number (page 0x80) or device id (page 0x83). Add support for the XPT_GDEV_ADVINFO CCB. sys/conf/files: Add smp_all.c. mps.c: Add support for passing in a uio in mps_map_command(), so we can map a S/G list at once. Add support for SMP passthrough commands in mps_data_cb(). SMP is a special case, because the first buffer in the S/G list is outbound and the second buffer is inbound. Add support for warning the user if the busdma code comes back with more buffers than will work for the command. This will, for example, help the user determine why an SMP command failed if busdma comes back with three buffers. mps_pci.c: Add sys/uio.h. mps_sas.c: Add the SAS address and the parent handle to the list of fields we pull from device page 0 and cache in struct mpssas_target. These are needed for SMP passthrough. Add support for the XPT_SMP_IO CCB. For now, this CCB is routed to the addressed device if it supports SMP, or to its parent if it does not and the parent does. This is necessary because CAM does not currently support SMP-only nodes in the topology. Make SMP passthrough support conditional on __FreeBSD_version >= 900026. This will make it easier to MFC this change to the driver without MFCing the CAM changes as well. mps_user.c: Un-staticize mpi_init_sge() so we can use it for the SMP passthrough code. mpsvar.h: Add a uio and iovecs into struct mps_command for SMP passthrough commands. Add a cm_max_segs field to struct mps_command so that we can warn the user if busdma comes back with too many segments. Clear the cm_reply when a command gets freed. If it is not cleared, reply frames will eventually get freed into the pool multiple times and corrupt the pool. (This fix is from scottl.) Add a prototype for mpi_init_sge(). sys/param.h: Bump __FreeBSD_version to 900026 for the for the inclusion of the XPT_GDEV_ADVINFO and XPT_SMP_IO CAM CCBs.
3040 lines
132 KiB
Plaintext
3040 lines
132 KiB
Plaintext
# $FreeBSD$
|
|
#
|
|
# The long compile-with and dependency lines are required because of
|
|
# limitations in config: backslash-newline doesn't work in strings, and
|
|
# dependency lines other than the first are silently ignored.
|
|
#
|
|
acpi_quirks.h optional acpi \
|
|
dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
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 \
|
|
compile-with "${NORMAL_C}" \
|
|
no-implicit-rule local
|
|
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 \
|
|
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 \
|
|
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 \
|
|
compile-with "${NORMAL_C}" \
|
|
no-implicit-rule local
|
|
emu10k1-alsa%diked.h optional snd_emu10k1 | snd_emu10kx \
|
|
dependency "$S/tools/sound/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h" \
|
|
compile-with "CC='${CC}' AWK=${AWK} sh $S/tools/sound/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/emu10k1-alsa.h emu10k1-alsa%diked.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "emu10k1-alsa%diked.h"
|
|
#
|
|
# The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
|
|
# from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
|
|
#
|
|
fdt_dtb_file optional fdt \
|
|
compile-with "if [ -f $S/boot/fdt/dts/${FDT_DTS_FILE} ]; then dtc -O dtb -o `echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb -b 0 -p 1024 $S/boot/fdt/dts/${FDT_DTS_FILE}; fi" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "`echo ${FDT_DTS_FILE} | cut -d. -f1`.dtb"
|
|
fdt_static_dtb.h optional fdt fdt_dtb_static \
|
|
compile-with "sh $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ." \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "fdt_static_dtb.h"
|
|
p16v-alsa%diked.h optional snd_emu10kx pci \
|
|
dependency "$S/tools/sound/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/p16v-alsa.h" \
|
|
compile-with "CC='${CC}' AWK=${AWK} sh $S/tools/sound/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/p16v-alsa.h p16v-alsa%diked.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "p16v-alsa%diked.h"
|
|
p17v-alsa%diked.h optional snd_emu10kx pci \
|
|
dependency "$S/tools/sound/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/p17v-alsa.h" \
|
|
compile-with "CC='${CC}' AWK=${AWK} sh $S/tools/sound/emu10k1-mkalsa.sh $S/gnu/dev/sound/pci/p17v-alsa.h p17v-alsa%diked.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "p17v-alsa%diked.h"
|
|
feeder_eq_gen.h optional sound \
|
|
dependency "$S/tools/sound/feeder_eq_mkfilter.awk" \
|
|
compile-with "${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_gen.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "feeder_eq_gen.h"
|
|
feeder_rate_gen.h optional sound \
|
|
dependency "$S/tools/sound/feeder_rate_mkfilter.awk" \
|
|
compile-with "${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder_rate_gen.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "feeder_rate_gen.h"
|
|
snd_fxdiv_gen.h optional sound \
|
|
dependency "$S/tools/sound/snd_fxdiv_gen.awk" \
|
|
compile-with "${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "snd_fxdiv_gen.h"
|
|
miidevs.h optional miibus | mii \
|
|
dependency "$S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
|
|
compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "miidevs.h"
|
|
pccarddevs.h standard \
|
|
dependency "$S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
|
|
compile-with "${AWK} -f $S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "pccarddevs.h"
|
|
teken_state.h optional sc \
|
|
dependency "$S/teken/gensequences $S/teken/sequences" \
|
|
compile-with "${AWK} -f $S/teken/gensequences $S/teken/sequences > teken_state.h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "teken_state.h"
|
|
usbdevs.h optional usb \
|
|
dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
|
|
compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "usbdevs.h"
|
|
usbdevs_data.h optional usb \
|
|
dependency "$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
|
|
compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
|
|
no-obj no-implicit-rule before-depend \
|
|
clean "usbdevs_data.h"
|
|
cam/cam.c optional scbus
|
|
cam/cam_periph.c optional scbus
|
|
cam/cam_queue.c optional scbus
|
|
cam/cam_sim.c optional scbus
|
|
cam/cam_xpt.c optional scbus
|
|
cam/ata/ata_all.c optional scbus
|
|
cam/ata/ata_xpt.c optional scbus
|
|
cam/ata/ata_pmp.c optional scbus
|
|
cam/scsi/scsi_xpt.c optional scbus
|
|
cam/scsi/scsi_all.c optional scbus
|
|
cam/scsi/scsi_cd.c optional cd
|
|
cam/scsi/scsi_ch.c optional ch
|
|
cam/ata/ata_da.c optional ada | da
|
|
cam/scsi/scsi_da.c optional da
|
|
cam/scsi/scsi_low.c optional ct | ncv | nsp | stg
|
|
cam/scsi/scsi_low_pisa.c optional ct | ncv | nsp | stg
|
|
cam/scsi/scsi_pass.c optional pass
|
|
cam/scsi/scsi_pt.c optional pt
|
|
cam/scsi/scsi_sa.c optional sa
|
|
cam/scsi/scsi_ses.c optional ses
|
|
cam/scsi/scsi_sg.c optional sg
|
|
cam/scsi/scsi_targ_bh.c optional targbh
|
|
cam/scsi/scsi_target.c optional targ
|
|
cam/scsi/smp_all.c optional scbus
|
|
contrib/altq/altq/altq_cbq.c optional altq \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/altq/altq/altq_cdnr.c optional altq
|
|
contrib/altq/altq/altq_hfsc.c optional altq \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/altq/altq/altq_priq.c optional altq \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/altq/altq/altq_red.c optional altq \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/altq/altq/altq_rio.c optional altq \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/altq/altq/altq_rmclass.c optional altq
|
|
contrib/altq/altq/altq_subr.c optional altq \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/dev/acpica/debugger/dbcmds.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbdisply.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbexec.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbfileio.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbhistry.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbinput.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbstats.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbutils.c optional acpi acpi_debug
|
|
contrib/dev/acpica/debugger/dbxface.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmbuffer.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmnames.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmopcode.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmobject.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmresrc.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmresrcl.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmresrcs.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmutils.c optional acpi acpi_debug
|
|
contrib/dev/acpica/disassembler/dmwalk.c optional acpi acpi_debug
|
|
contrib/dev/acpica/dispatcher/dsfield.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dsinit.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dsmethod.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dsmthdat.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dsobject.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dsopcode.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dsutils.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dswexec.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dswload.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dswscope.c optional acpi
|
|
contrib/dev/acpica/dispatcher/dswstate.c optional acpi
|
|
contrib/dev/acpica/events/evevent.c optional acpi
|
|
contrib/dev/acpica/events/evgpe.c optional acpi
|
|
contrib/dev/acpica/events/evgpeblk.c optional acpi
|
|
contrib/dev/acpica/events/evgpeinit.c optional acpi
|
|
contrib/dev/acpica/events/evgpeutil.c optional acpi
|
|
contrib/dev/acpica/events/evmisc.c optional acpi
|
|
contrib/dev/acpica/events/evregion.c optional acpi
|
|
contrib/dev/acpica/events/evrgnini.c optional acpi
|
|
contrib/dev/acpica/events/evsci.c optional acpi
|
|
contrib/dev/acpica/events/evxface.c optional acpi
|
|
contrib/dev/acpica/events/evxfevnt.c optional acpi
|
|
contrib/dev/acpica/events/evxfregn.c optional acpi
|
|
contrib/dev/acpica/executer/exconfig.c optional acpi
|
|
contrib/dev/acpica/executer/exconvrt.c optional acpi
|
|
contrib/dev/acpica/executer/excreate.c optional acpi
|
|
contrib/dev/acpica/executer/exdebug.c optional acpi
|
|
contrib/dev/acpica/executer/exdump.c optional acpi
|
|
contrib/dev/acpica/executer/exfield.c optional acpi
|
|
contrib/dev/acpica/executer/exfldio.c optional acpi
|
|
contrib/dev/acpica/executer/exmisc.c optional acpi
|
|
contrib/dev/acpica/executer/exmutex.c optional acpi
|
|
contrib/dev/acpica/executer/exnames.c optional acpi
|
|
contrib/dev/acpica/executer/exoparg1.c optional acpi
|
|
contrib/dev/acpica/executer/exoparg2.c optional acpi
|
|
contrib/dev/acpica/executer/exoparg3.c optional acpi
|
|
contrib/dev/acpica/executer/exoparg6.c optional acpi
|
|
contrib/dev/acpica/executer/exprep.c optional acpi
|
|
contrib/dev/acpica/executer/exregion.c optional acpi
|
|
contrib/dev/acpica/executer/exresnte.c optional acpi
|
|
contrib/dev/acpica/executer/exresolv.c optional acpi
|
|
contrib/dev/acpica/executer/exresop.c optional acpi
|
|
contrib/dev/acpica/executer/exstore.c optional acpi
|
|
contrib/dev/acpica/executer/exstoren.c optional acpi
|
|
contrib/dev/acpica/executer/exstorob.c optional acpi
|
|
contrib/dev/acpica/executer/exsystem.c optional acpi
|
|
contrib/dev/acpica/executer/exutils.c optional acpi
|
|
contrib/dev/acpica/hardware/hwacpi.c optional acpi
|
|
contrib/dev/acpica/hardware/hwgpe.c optional acpi
|
|
contrib/dev/acpica/hardware/hwpci.c optional acpi
|
|
contrib/dev/acpica/hardware/hwregs.c optional acpi
|
|
contrib/dev/acpica/hardware/hwsleep.c optional acpi
|
|
contrib/dev/acpica/hardware/hwtimer.c optional acpi
|
|
contrib/dev/acpica/hardware/hwvalid.c optional acpi
|
|
contrib/dev/acpica/hardware/hwxface.c optional acpi
|
|
contrib/dev/acpica/namespace/nsaccess.c optional acpi
|
|
contrib/dev/acpica/namespace/nsalloc.c optional acpi
|
|
contrib/dev/acpica/namespace/nsdump.c optional acpi
|
|
contrib/dev/acpica/namespace/nseval.c optional acpi
|
|
contrib/dev/acpica/namespace/nsinit.c optional acpi
|
|
contrib/dev/acpica/namespace/nsload.c optional acpi
|
|
contrib/dev/acpica/namespace/nsnames.c optional acpi
|
|
contrib/dev/acpica/namespace/nsobject.c optional acpi
|
|
contrib/dev/acpica/namespace/nsparse.c optional acpi
|
|
contrib/dev/acpica/namespace/nspredef.c optional acpi
|
|
contrib/dev/acpica/namespace/nsrepair.c optional acpi
|
|
contrib/dev/acpica/namespace/nsrepair2.c optional acpi
|
|
contrib/dev/acpica/namespace/nssearch.c optional acpi
|
|
contrib/dev/acpica/namespace/nsutils.c optional acpi
|
|
contrib/dev/acpica/namespace/nswalk.c optional acpi
|
|
contrib/dev/acpica/namespace/nsxfeval.c optional acpi
|
|
contrib/dev/acpica/namespace/nsxfname.c optional acpi
|
|
contrib/dev/acpica/namespace/nsxfobj.c optional acpi
|
|
contrib/dev/acpica/parser/psargs.c optional acpi
|
|
contrib/dev/acpica/parser/psloop.c optional acpi
|
|
contrib/dev/acpica/parser/psopcode.c optional acpi
|
|
contrib/dev/acpica/parser/psparse.c optional acpi
|
|
contrib/dev/acpica/parser/psscope.c optional acpi
|
|
contrib/dev/acpica/parser/pstree.c optional acpi
|
|
contrib/dev/acpica/parser/psutils.c optional acpi
|
|
contrib/dev/acpica/parser/pswalk.c optional acpi
|
|
contrib/dev/acpica/parser/psxface.c optional acpi
|
|
contrib/dev/acpica/resources/rsaddr.c optional acpi
|
|
contrib/dev/acpica/resources/rscalc.c optional acpi
|
|
contrib/dev/acpica/resources/rscreate.c optional acpi
|
|
contrib/dev/acpica/resources/rsdump.c optional acpi
|
|
contrib/dev/acpica/resources/rsinfo.c optional acpi
|
|
contrib/dev/acpica/resources/rsio.c optional acpi
|
|
contrib/dev/acpica/resources/rsirq.c optional acpi
|
|
contrib/dev/acpica/resources/rslist.c optional acpi
|
|
contrib/dev/acpica/resources/rsmemory.c optional acpi
|
|
contrib/dev/acpica/resources/rsmisc.c optional acpi
|
|
contrib/dev/acpica/resources/rsutils.c optional acpi
|
|
contrib/dev/acpica/resources/rsxface.c optional acpi
|
|
contrib/dev/acpica/tables/tbfadt.c optional acpi
|
|
contrib/dev/acpica/tables/tbfind.c optional acpi
|
|
contrib/dev/acpica/tables/tbinstal.c optional acpi
|
|
contrib/dev/acpica/tables/tbutils.c optional acpi
|
|
contrib/dev/acpica/tables/tbxface.c optional acpi
|
|
contrib/dev/acpica/tables/tbxfroot.c optional acpi
|
|
contrib/dev/acpica/utilities/utalloc.c optional acpi
|
|
contrib/dev/acpica/utilities/utcache.c optional acpi
|
|
contrib/dev/acpica/utilities/utcopy.c optional acpi
|
|
contrib/dev/acpica/utilities/utdebug.c optional acpi
|
|
contrib/dev/acpica/utilities/utdelete.c optional acpi
|
|
contrib/dev/acpica/utilities/uteval.c optional acpi
|
|
contrib/dev/acpica/utilities/utglobal.c optional acpi
|
|
contrib/dev/acpica/utilities/utids.c optional acpi
|
|
contrib/dev/acpica/utilities/utinit.c optional acpi
|
|
contrib/dev/acpica/utilities/utlock.c optional acpi
|
|
contrib/dev/acpica/utilities/utmath.c optional acpi
|
|
contrib/dev/acpica/utilities/utmisc.c optional acpi
|
|
contrib/dev/acpica/utilities/utmutex.c optional acpi
|
|
contrib/dev/acpica/utilities/utobject.c optional acpi
|
|
contrib/dev/acpica/utilities/utosi.c optional acpi
|
|
contrib/dev/acpica/utilities/utresrc.c optional acpi
|
|
contrib/dev/acpica/utilities/utstate.c optional acpi
|
|
contrib/dev/acpica/utilities/utxface.c optional acpi
|
|
contrib/dev/acpica/utilities/utxferror.c optional acpi
|
|
contrib/ipfilter/netinet/fil.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_auth.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_fil_freebsd.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_frag.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_log.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_nat.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_proxy.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_state.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_lookup.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -Wno-error -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_pool.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_htable.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/ip_sync.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
|
|
contrib/libfdt/fdt.c optional fdt
|
|
contrib/libfdt/fdt_ro.c optional fdt
|
|
contrib/libfdt/fdt_rw.c optional fdt
|
|
contrib/libfdt/fdt_strerror.c optional fdt
|
|
contrib/libfdt/fdt_sw.c optional fdt
|
|
contrib/libfdt/fdt_wip.c optional fdt
|
|
contrib/ngatm/netnatm/api/cc_conn.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C_NOWERROR} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/api/cc_data.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/api/cc_dump.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/api/cc_port.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/api/cc_sig.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/api/cc_user.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/api/unisap.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/misc/straddr.c optional ngatm_atmbase \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/misc/unimsg_common.c optional ngatm_atmbase \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/msg/traffic.c optional ngatm_atmbase \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/msg/uni_ie.c optional ngatm_atmbase \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/msg/uni_msg.c optional ngatm_atmbase \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/saal/saal_sscfu.c optional ngatm_sscfu \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/saal/saal_sscop.c optional ngatm_sscop \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_call.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_coord.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_party.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_print.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_reset.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_uni.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_unimsgcpy.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/ngatm/netnatm/sig/sig_verify.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
contrib/pf/net/if_pflog.c optional pflog pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/if_pfsync.c optional pfsync pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_if.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_ioctl.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_norm.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_osfp.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_ruleset.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_subr.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/net/pf_table.c optional pf inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
contrib/pf/netinet/in4_cksum.c optional pf inet
|
|
crypto/blowfish/bf_ecb.c optional ipsec
|
|
crypto/blowfish/bf_skey.c optional crypto | ipsec
|
|
crypto/camellia/camellia.c optional crypto | ipsec
|
|
crypto/camellia/camellia-api.c optional crypto | ipsec
|
|
crypto/des/des_ecb.c optional crypto | ipsec | netsmb
|
|
crypto/des/des_setkey.c optional crypto | ipsec | netsmb
|
|
crypto/rc4/rc4.c optional netgraph_mppc_encryption | kgssapi
|
|
crypto/rijndael/rijndael-alg-fst.c optional crypto | geom_bde | \
|
|
ipsec | random | wlan_ccmp
|
|
crypto/rijndael/rijndael-api-fst.c optional geom_bde | random
|
|
crypto/rijndael/rijndael-api.c optional crypto | ipsec | wlan_ccmp
|
|
crypto/sha1.c optional carp | crypto | ipsec | \
|
|
netgraph_mppc_encryption | sctp
|
|
crypto/sha2/sha2.c optional crypto | geom_bde | ipsec | random | \
|
|
sctp
|
|
ddb/db_access.c optional ddb
|
|
ddb/db_break.c optional ddb
|
|
ddb/db_capture.c optional ddb
|
|
ddb/db_command.c optional ddb
|
|
ddb/db_examine.c optional ddb
|
|
ddb/db_expr.c optional ddb
|
|
ddb/db_input.c optional ddb
|
|
ddb/db_lex.c optional ddb
|
|
ddb/db_main.c optional ddb
|
|
ddb/db_output.c optional ddb
|
|
ddb/db_print.c optional ddb
|
|
ddb/db_ps.c optional ddb
|
|
ddb/db_run.c optional ddb
|
|
ddb/db_script.c optional ddb
|
|
ddb/db_sym.c optional ddb
|
|
ddb/db_thread.c optional ddb
|
|
ddb/db_textdump.c optional ddb
|
|
ddb/db_variables.c optional ddb
|
|
ddb/db_watch.c optional ddb
|
|
ddb/db_write_cmd.c optional ddb
|
|
#dev/dpt/dpt_control.c optional dpt
|
|
dev/aac/aac.c optional aac
|
|
dev/aac/aac_cam.c optional aacp aac
|
|
dev/aac/aac_debug.c optional aac
|
|
dev/aac/aac_disk.c optional aac
|
|
dev/aac/aac_linux.c optional aac compat_linux
|
|
dev/aac/aac_pci.c optional aac pci
|
|
dev/acpi_support/acpi_wmi.c optional acpi_wmi acpi
|
|
dev/acpi_support/acpi_asus.c optional acpi_asus acpi
|
|
dev/acpi_support/acpi_fujitsu.c optional acpi_fujitsu acpi
|
|
dev/acpi_support/acpi_hp.c optional acpi_hp acpi
|
|
dev/acpi_support/acpi_ibm.c optional acpi_ibm acpi
|
|
dev/acpi_support/acpi_panasonic.c optional acpi_panasonic acpi
|
|
dev/acpi_support/acpi_sony.c optional acpi_sony acpi
|
|
dev/acpi_support/acpi_toshiba.c optional acpi_toshiba acpi
|
|
dev/acpi_support/atk0110.c optional aibs acpi
|
|
dev/acpica/Osd/OsdDebug.c optional acpi
|
|
dev/acpica/Osd/OsdHardware.c optional acpi
|
|
dev/acpica/Osd/OsdInterrupt.c optional acpi
|
|
dev/acpica/Osd/OsdMemory.c optional acpi
|
|
dev/acpica/Osd/OsdSchedule.c optional acpi
|
|
dev/acpica/Osd/OsdStream.c optional acpi
|
|
dev/acpica/Osd/OsdSynch.c optional acpi
|
|
dev/acpica/Osd/OsdTable.c optional acpi
|
|
dev/acpica/acpi.c optional acpi
|
|
dev/acpica/acpi_acad.c optional acpi
|
|
dev/acpica/acpi_battery.c optional acpi
|
|
dev/acpica/acpi_button.c optional acpi
|
|
dev/acpica/acpi_cmbat.c optional acpi
|
|
dev/acpica/acpi_cpu.c optional acpi
|
|
dev/acpica/acpi_ec.c optional acpi
|
|
dev/acpica/acpi_hpet.c optional acpi
|
|
dev/acpica/acpi_isab.c optional acpi isa
|
|
dev/acpica/acpi_lid.c optional acpi
|
|
dev/acpica/acpi_package.c optional acpi
|
|
dev/acpica/acpi_pci.c optional acpi pci
|
|
dev/acpica/acpi_pci_link.c optional acpi pci
|
|
dev/acpica/acpi_pcib.c optional acpi pci
|
|
dev/acpica/acpi_pcib_acpi.c optional acpi pci
|
|
dev/acpica/acpi_pcib_pci.c optional acpi pci
|
|
dev/acpica/acpi_perf.c optional acpi
|
|
dev/acpica/acpi_powerres.c optional acpi
|
|
dev/acpica/acpi_quirk.c optional acpi
|
|
dev/acpica/acpi_resource.c optional acpi
|
|
dev/acpica/acpi_smbat.c optional acpi
|
|
dev/acpica/acpi_thermal.c optional acpi
|
|
dev/acpica/acpi_throttle.c optional acpi
|
|
dev/acpica/acpi_timer.c optional acpi
|
|
dev/acpica/acpi_video.c optional acpi_video acpi
|
|
dev/acpica/acpi_dock.c optional acpi_dock acpi
|
|
dev/adlink/adlink.c optional adlink
|
|
dev/advansys/adv_eisa.c optional adv eisa
|
|
dev/advansys/adv_pci.c optional adv pci
|
|
dev/advansys/advansys.c optional adv
|
|
dev/advansys/advlib.c optional adv
|
|
dev/advansys/advmcode.c optional adv
|
|
dev/advansys/adw_pci.c optional adw pci
|
|
dev/advansys/adwcam.c optional adw
|
|
dev/advansys/adwlib.c optional adw
|
|
dev/advansys/adwmcode.c optional adw
|
|
dev/ae/if_ae.c optional ae pci
|
|
dev/age/if_age.c optional age pci inet
|
|
dev/agp/agp.c optional agp pci
|
|
dev/agp/agp_if.m optional agp pci
|
|
dev/aha/aha.c optional aha
|
|
dev/aha/aha_isa.c optional aha isa
|
|
dev/aha/aha_mca.c optional aha mca
|
|
dev/ahb/ahb.c optional ahb eisa
|
|
dev/ahci/ahci.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
|
|
dev/aic7xxx/ahd_pci.c optional ahd pci
|
|
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 inet
|
|
dev/ale/if_ale.c optional ale pci inet
|
|
dev/amd/amd.c optional amd
|
|
dev/amr/amr.c optional amr
|
|
dev/amr/amr_cam.c optional amrp amr
|
|
dev/amr/amr_disk.c optional amr
|
|
dev/amr/amr_linux.c optional amr compat_linux
|
|
dev/amr/amr_pci.c optional amr pci
|
|
dev/an/if_an.c optional an
|
|
dev/an/if_an_isa.c optional an isa
|
|
dev/an/if_an_pccard.c optional an pccard
|
|
dev/an/if_an_pci.c optional an pci
|
|
dev/asr/asr.c optional asr pci
|
|
#
|
|
dev/ata/ata_if.m optional ata | atacore
|
|
dev/ata/ata-all.c optional ata | atacore
|
|
dev/ata/ata-dma.c optional ata | atacore
|
|
dev/ata/ata-lowlevel.c optional ata | atacore
|
|
dev/ata/ata-queue.c optional ata | atacore
|
|
dev/ata/ata-sata.c optional ata | atacore
|
|
dev/ata/ata-card.c optional ata pccard | atapccard
|
|
dev/ata/ata-cbus.c optional ata pc98 | atapc98
|
|
dev/ata/ata-isa.c optional ata isa | ataisa
|
|
dev/ata/ata-pci.c optional ata pci | atapci
|
|
dev/ata/chipsets/ata-ahci.c optional ata pci | ataahci | ataacerlabs | \
|
|
ataati | ataintel | atajmicron | \
|
|
atavia | atanvidia
|
|
dev/ata/chipsets/ata-acard.c optional ata pci | ataacard
|
|
dev/ata/chipsets/ata-acerlabs.c optional ata pci | ataacerlabs
|
|
dev/ata/chipsets/ata-adaptec.c optional ata pci | ataadaptec
|
|
dev/ata/chipsets/ata-amd.c optional ata pci | ataamd
|
|
dev/ata/chipsets/ata-ati.c optional ata pci | ataati
|
|
dev/ata/chipsets/ata-cenatek.c optional ata pci | atacenatek
|
|
dev/ata/chipsets/ata-cypress.c optional ata pci | atacypress
|
|
dev/ata/chipsets/ata-cyrix.c optional ata pci | atacyrix
|
|
dev/ata/chipsets/ata-highpoint.c optional ata pci | atahighpoint
|
|
dev/ata/chipsets/ata-intel.c optional ata pci | ataintel
|
|
dev/ata/chipsets/ata-ite.c optional ata pci | ataite
|
|
dev/ata/chipsets/ata-jmicron.c optional ata pci | atajmicron
|
|
dev/ata/chipsets/ata-marvell.c optional ata pci | atamarvell | ataadaptec
|
|
dev/ata/chipsets/ata-micron.c optional ata pci | atamicron
|
|
dev/ata/chipsets/ata-national.c optional ata pci | atanational
|
|
dev/ata/chipsets/ata-netcell.c optional ata pci | atanetcell
|
|
dev/ata/chipsets/ata-nvidia.c optional ata pci | atanvidia
|
|
dev/ata/chipsets/ata-promise.c optional ata pci | atapromise
|
|
dev/ata/chipsets/ata-serverworks.c optional ata pci | ataserverworks
|
|
dev/ata/chipsets/ata-siliconimage.c optional ata pci | atasiliconimage | ataati
|
|
dev/ata/chipsets/ata-sis.c optional ata pci | atasis
|
|
dev/ata/chipsets/ata-via.c optional ata pci | atavia
|
|
dev/ata/ata-disk.c optional atadisk
|
|
dev/ata/ata-raid.c optional ataraid
|
|
dev/ata/atapi-cd.c optional atapicd
|
|
dev/ata/atapi-fd.c optional atapifd
|
|
dev/ata/atapi-tape.c optional atapist
|
|
dev/ata/atapi-cam.c optional atapicam
|
|
#
|
|
dev/ath/if_ath.c optional ath \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/if_ath_pci.c optional ath pci \
|
|
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_hal/ah.c optional ath \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_hal/ah_eeprom_v3.c optional ath_hal | ath_ar5211 | ath_ar5212 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_hal/ah_eeprom_v14.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_hal/ah_eeprom_v4k.c \
|
|
optional ath_hal | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_hal/ah_regdomain.c optional ath \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
# ar5210
|
|
dev/ath/ath_hal/ar5210/ar5210_attach.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_beacon.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_interrupts.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_keycache.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_misc.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_phy.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_power.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_recv.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_reset.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5210/ar5210_xmit.c optional ath_hal | ath_ar5210 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ar5211
|
|
dev/ath/ath_hal/ar5211/ar5211_attach.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_beacon.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_interrupts.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_keycache.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_misc.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_phy.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_power.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_recv.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_reset.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5211/ar5211_xmit.c optional ath_hal | ath_ar5211 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ar5212
|
|
dev/ath/ath_hal/ar5212/ar5212_ani.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_attach.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_beacon.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_eeprom.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_gpio.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_interrupts.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_keycache.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_misc.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_phy.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_power.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_recv.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_reset.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_rfgain.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5212_xmit.c \
|
|
optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ar5416 (depends on ar5212)
|
|
dev/ath/ath_hal/ar5416/ar5416_ani.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_attach.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_beacon.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_cal.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_cal_iq.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_eeprom.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_gpio.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_interrupts.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_keycache.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_misc.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_phy.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_power.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_recv.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_reset.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar5416_xmit.c \
|
|
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ar9160 (depends on ar5416)
|
|
dev/ath/ath_hal/ar5416/ar9160_attach.c optional ath_hal | ath_ar9160 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ar9280 (depends on ar5416)
|
|
dev/ath/ath_hal/ar5416/ar9280_attach.c optional ath_hal | ath_ar9280 | \
|
|
ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ar9285 (depends on ar5416 and ar9280)
|
|
dev/ath/ath_hal/ar5416/ar9285_attach.c optional ath_hal | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar9285_reset.c optional ath_hal | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# rf backends
|
|
dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar2317.c optional ath_rf2317 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar2413.c optional ath_hal | ath_rf2413 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar2425.c optional ath_hal | ath_rf2425 | ath_rf2417 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5111.c optional ath_hal | ath_rf5111 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5112.c optional ath_hal | ath_rf5112 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5212/ar5413.c optional ath_hal | ath_rf5413 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar2133.c optional ath_hal | ath_ar5416 | ath_ar9160 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar9280.c optional ath_hal | ath_ar9280 | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
dev/ath/ath_hal/ar5416/ar9285.c optional ath_hal | ath_ar9285 \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
|
|
# ath rate control algorithms
|
|
dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
|
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
|
#
|
|
dev/bce/if_bce.c optional bce
|
|
dev/bfe/if_bfe.c optional bfe
|
|
dev/bge/if_bge.c optional bge
|
|
dev/bktr/bktr_audio.c optional bktr pci
|
|
dev/bktr/bktr_card.c optional bktr pci
|
|
dev/bktr/bktr_core.c optional bktr pci
|
|
dev/bktr/bktr_i2c.c optional bktr pci smbus
|
|
dev/bktr/bktr_os.c optional bktr pci
|
|
dev/bktr/bktr_tuner.c optional bktr pci
|
|
dev/bktr/msp34xx.c optional bktr pci
|
|
dev/buslogic/bt.c optional bt
|
|
dev/buslogic/bt_eisa.c optional bt eisa
|
|
dev/buslogic/bt_isa.c optional bt isa
|
|
dev/buslogic/bt_mca.c optional bt mca
|
|
dev/buslogic/bt_pci.c optional bt pci
|
|
dev/bwi/bwimac.c optional bwi
|
|
dev/bwi/bwiphy.c optional bwi
|
|
dev/bwi/bwirf.c optional bwi
|
|
dev/bwi/if_bwi.c optional bwi
|
|
dev/bwi/if_bwi_pci.c optional bwi pci
|
|
dev/bwn/if_bwn.c optional bwn siba_bwn
|
|
dev/cardbus/cardbus.c optional cardbus
|
|
dev/cardbus/cardbus_cis.c optional cardbus
|
|
dev/cardbus/cardbus_device.c optional cardbus
|
|
dev/cas/if_cas.c optional cas
|
|
dev/cfi/cfi_core.c optional cfi
|
|
dev/cfi/cfi_dev.c optional cfi
|
|
dev/cfi/cfi_disk.c optional cfid
|
|
dev/ciss/ciss.c optional ciss
|
|
dev/cm/smc90cx6.c optional cm
|
|
dev/cmx/cmx.c optional cmx
|
|
dev/cmx/cmx_pccard.c optional cmx pccard
|
|
dev/cpufreq/ichss.c optional cpufreq
|
|
dev/cs/if_cs.c optional cs
|
|
dev/cs/if_cs_isa.c optional cs isa
|
|
dev/cs/if_cs_pccard.c optional cs pccard
|
|
dev/cxgb/cxgb_main.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/cxgb_offload.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/cxgb_sge.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_mc5.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_vsc7323.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_vsc8211.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_ael1002.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_aq100x.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_mv88e1xxx.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_xgmac.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_t3_hw.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/common/cxgb_tn1010.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/sys/uipc_mvec.c optional cxgb pci \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \
|
|
compile-with "${NORMAL_C} -I$S/dev/cxgb"
|
|
dev/cy/cy.c optional cy
|
|
dev/cy/cy_isa.c optional cy isa
|
|
dev/cy/cy_pci.c optional cy pci
|
|
dev/dc/if_dc.c optional dc pci
|
|
dev/dc/dcphy.c optional dc pci
|
|
dev/dc/pnphy.c optional dc pci
|
|
dev/dcons/dcons.c optional dcons
|
|
dev/dcons/dcons_crom.c optional dcons_crom
|
|
dev/dcons/dcons_os.c optional dcons
|
|
dev/de/if_de.c optional de pci
|
|
dev/digi/CX.c optional digi_CX
|
|
dev/digi/CX_PCI.c optional digi_CX_PCI
|
|
dev/digi/EPCX.c optional digi_EPCX
|
|
dev/digi/EPCX_PCI.c optional digi_EPCX_PCI
|
|
dev/digi/Xe.c optional digi_Xe
|
|
dev/digi/Xem.c optional digi_Xem
|
|
dev/digi/Xr.c optional digi_Xr
|
|
dev/digi/digi.c optional digi
|
|
dev/digi/digi_isa.c optional digi isa
|
|
dev/digi/digi_pci.c optional digi pci
|
|
dev/dpt/dpt_eisa.c optional dpt eisa
|
|
dev/dpt/dpt_pci.c optional dpt pci
|
|
dev/dpt/dpt_scsi.c optional dpt
|
|
dev/drm/ati_pcigart.c optional drm
|
|
dev/drm/drm_agpsupport.c optional drm
|
|
dev/drm/drm_auth.c optional drm
|
|
dev/drm/drm_bufs.c optional drm
|
|
dev/drm/drm_context.c optional drm
|
|
dev/drm/drm_dma.c optional drm
|
|
dev/drm/drm_drawable.c optional drm
|
|
dev/drm/drm_drv.c optional drm
|
|
dev/drm/drm_fops.c optional drm
|
|
dev/drm/drm_hashtab.c optional drm
|
|
dev/drm/drm_ioctl.c optional drm
|
|
dev/drm/drm_irq.c optional drm
|
|
dev/drm/drm_lock.c optional drm
|
|
dev/drm/drm_memory.c optional drm
|
|
dev/drm/drm_mm.c optional drm
|
|
dev/drm/drm_pci.c optional drm
|
|
dev/drm/drm_scatter.c optional drm
|
|
dev/drm/drm_sman.c optional drm
|
|
dev/drm/drm_sysctl.c optional drm
|
|
dev/drm/drm_vm.c optional drm
|
|
dev/drm/i915_dma.c optional i915drm
|
|
dev/drm/i915_drv.c optional i915drm
|
|
dev/drm/i915_irq.c optional i915drm
|
|
dev/drm/i915_mem.c optional i915drm
|
|
dev/drm/i915_suspend.c optional i915drm
|
|
dev/drm/mach64_dma.c optional mach64drm
|
|
dev/drm/mach64_drv.c optional mach64drm
|
|
dev/drm/mach64_irq.c optional mach64drm
|
|
dev/drm/mach64_state.c optional mach64drm
|
|
dev/drm/mga_dma.c optional mgadrm
|
|
dev/drm/mga_drv.c optional mgadrm
|
|
dev/drm/mga_irq.c optional mgadrm
|
|
dev/drm/mga_state.c optional mgadrm \
|
|
compile-with "${NORMAL_C} -finline-limit=13500"
|
|
dev/drm/mga_warp.c optional mgadrm
|
|
dev/drm/r128_cce.c optional r128drm
|
|
dev/drm/r128_drv.c optional r128drm
|
|
dev/drm/r128_irq.c optional r128drm
|
|
dev/drm/r128_state.c optional r128drm \
|
|
compile-with "${NORMAL_C} -finline-limit=13500"
|
|
dev/drm/r300_cmdbuf.c optional radeondrm
|
|
dev/drm/r600_blit.c optional radeondrm
|
|
dev/drm/r600_cp.c optional radeondrm
|
|
dev/drm/radeon_cp.c optional radeondrm
|
|
dev/drm/radeon_cs.c optional radeondrm
|
|
dev/drm/radeon_drv.c optional radeondrm
|
|
dev/drm/radeon_irq.c optional radeondrm
|
|
dev/drm/radeon_mem.c optional radeondrm
|
|
dev/drm/radeon_state.c optional radeondrm
|
|
dev/drm/savage_bci.c optional savagedrm
|
|
dev/drm/savage_drv.c optional savagedrm
|
|
dev/drm/savage_state.c optional savagedrm
|
|
dev/drm/sis_drv.c optional sisdrm
|
|
dev/drm/sis_ds.c optional sisdrm
|
|
dev/drm/sis_mm.c optional sisdrm
|
|
dev/drm/tdfx_drv.c optional tdfxdrm
|
|
dev/drm/via_dma.c optional viadrm
|
|
dev/drm/via_dmablit.c optional viadrm
|
|
dev/drm/via_drv.c optional viadrm
|
|
dev/drm/via_irq.c optional viadrm
|
|
dev/drm/via_map.c optional viadrm
|
|
dev/drm/via_mm.c optional viadrm
|
|
dev/drm/via_verifier.c optional viadrm
|
|
dev/drm/via_video.c optional viadrm
|
|
dev/ed/if_ed.c optional ed
|
|
dev/ed/if_ed_novell.c optional ed
|
|
dev/ed/if_ed_rtl80x9.c optional ed
|
|
dev/ed/if_ed_pccard.c optional ed pccard
|
|
dev/ed/if_ed_pci.c optional ed pci
|
|
dev/eisa/eisa_if.m standard
|
|
dev/eisa/eisaconf.c optional eisa
|
|
dev/e1000/if_em.c optional em inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/if_lem.c optional em inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/if_igb.c optional igb inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_80003es2lan.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_82540.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_82541.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_82542.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_82543.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_82571.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_82575.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/igb"
|
|
dev/e1000/e1000_ich8lan.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_api.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_mac.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_manage.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_nvm.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_phy.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_vf.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_mbx.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/e1000/e1000_osdep.c optional em | igb \
|
|
compile-with "${NORMAL_C} -I$S/dev/e1000"
|
|
dev/et/if_et.c optional et
|
|
dev/en/if_en_pci.c optional en pci
|
|
dev/en/midway.c optional en
|
|
dev/ep/if_ep.c optional ep
|
|
dev/ep/if_ep_eisa.c optional ep eisa
|
|
dev/ep/if_ep_isa.c optional ep isa
|
|
dev/ep/if_ep_mca.c optional ep mca
|
|
dev/ep/if_ep_pccard.c optional ep pccard
|
|
dev/esp/ncr53c9x.c optional esp
|
|
dev/ex/if_ex.c optional ex
|
|
dev/ex/if_ex_isa.c optional ex isa
|
|
dev/ex/if_ex_pccard.c optional ex pccard
|
|
dev/exca/exca.c optional cbb
|
|
dev/fatm/if_fatm.c optional fatm pci
|
|
dev/fb/splash.c optional splash
|
|
dev/fdt/fdt_common.c optional fdt
|
|
dev/fdt/fdt_pci.c optional fdt pci
|
|
dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static
|
|
dev/fdt/fdtbus.c optional fdt
|
|
dev/fdt/simplebus.c optional fdt
|
|
dev/fe/if_fe.c optional fe
|
|
dev/fe/if_fe_pccard.c optional fe pccard
|
|
dev/firewire/firewire.c optional firewire
|
|
dev/firewire/fwcrom.c optional firewire
|
|
dev/firewire/fwdev.c optional firewire
|
|
dev/firewire/fwdma.c optional firewire
|
|
dev/firewire/fwmem.c optional firewire
|
|
dev/firewire/fwohci.c optional firewire
|
|
dev/firewire/fwohci_pci.c optional firewire pci
|
|
dev/firewire/if_fwe.c optional fwe
|
|
dev/firewire/if_fwip.c optional fwip
|
|
dev/firewire/sbp.c optional sbp
|
|
dev/firewire/sbp_targ.c optional sbp_targ
|
|
dev/flash/at45d.c optional at45d
|
|
dev/flash/mx25l.c optional mx25l
|
|
dev/fxp/if_fxp.c optional fxp inet
|
|
dev/gem/if_gem.c optional gem
|
|
dev/gem/if_gem_pci.c optional gem pci
|
|
dev/gem/if_gem_sbus.c optional gem sbus
|
|
dev/gpio/gpiobus.c optional gpio \
|
|
dependency "gpiobus_if.h"
|
|
dev/gpio/gpioc.c optional gpio \
|
|
dependency "gpio_if.h"
|
|
dev/gpio/gpioiic.c optional gpioiic
|
|
dev/gpio/gpioled.c optional gpioled
|
|
dev/gpio/gpio_if.m optional gpio
|
|
dev/gpio/gpiobus_if.m optional gpio
|
|
dev/hatm/if_hatm.c optional hatm pci
|
|
dev/hatm/if_hatm_intr.c optional hatm pci
|
|
dev/hatm/if_hatm_ioctl.c optional hatm pci
|
|
dev/hatm/if_hatm_rx.c optional hatm pci
|
|
dev/hatm/if_hatm_tx.c optional hatm pci
|
|
dev/hifn/hifn7751.c optional hifn
|
|
dev/hme/if_hme.c optional hme
|
|
dev/hme/if_hme_pci.c optional hme pci
|
|
dev/hme/if_hme_sbus.c optional hme sbus
|
|
dev/hptiop/hptiop.c optional hptiop scbus
|
|
dev/hwpmc/hwpmc_logging.c optional hwpmc
|
|
dev/hwpmc/hwpmc_mod.c optional hwpmc
|
|
dev/ichsmb/ichsmb.c optional ichsmb
|
|
dev/ichsmb/ichsmb_pci.c optional ichsmb pci
|
|
dev/ida/ida.c optional ida
|
|
dev/ida/ida_disk.c optional ida
|
|
dev/ida/ida_eisa.c optional ida eisa
|
|
dev/ida/ida_pci.c optional ida pci
|
|
dev/ie/if_ie.c optional ie isa nowerror
|
|
dev/ie/if_ie_isa.c optional ie isa
|
|
dev/ieee488/ibfoo.c optional pcii | tnt4882
|
|
dev/ieee488/pcii.c optional pcii
|
|
dev/ieee488/tnt4882.c optional tnt4882
|
|
dev/ieee488/upd7210.c optional pcii | tnt4882
|
|
dev/iicbus/ad7418.c optional ad7418
|
|
dev/iicbus/ds133x.c optional ds133x
|
|
dev/iicbus/ds1672.c optional ds1672
|
|
dev/iicbus/icee.c optional icee
|
|
dev/iicbus/if_ic.c optional ic
|
|
dev/iicbus/iic.c optional iic
|
|
dev/iicbus/iicbb.c optional iicbb
|
|
dev/iicbus/iicbb_if.m optional iicbb
|
|
dev/iicbus/iicbus.c optional iicbus
|
|
dev/iicbus/iicbus_if.m optional iicbus
|
|
dev/iicbus/iiconf.c optional iicbus
|
|
dev/iicbus/iicsmb.c optional iicsmb \
|
|
dependency "iicbus_if.h"
|
|
dev/iir/iir.c optional iir
|
|
dev/iir/iir_ctrl.c optional iir
|
|
dev/iir/iir_pci.c optional iir pci
|
|
dev/ips/ips.c optional ips
|
|
dev/ips/ips_commands.c optional ips
|
|
dev/ips/ips_disk.c optional ips
|
|
dev/ips/ips_ioctl.c optional ips
|
|
dev/ips/ips_pci.c optional ips pci
|
|
dev/ipw/if_ipw.c optional ipw
|
|
ipwbssfw.c optional ipwbssfw | ipwfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_bss.fw:ipw_bss:130 -lintel_ipw -mipw_bss -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "ipwbssfw.c"
|
|
ipw_bss.fwo optional ipwbssfw | ipwfw \
|
|
dependency "ipw_bss.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ipw_bss.fw" \
|
|
no-implicit-rule \
|
|
clean "ipw_bss.fwo"
|
|
ipw_bss.fw optional ipwbssfw | ipwfw \
|
|
dependency "$S/contrib/dev/ipw/ipw2100-1.3.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ipw/ipw2100-1.3.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "ipw_bss.fw"
|
|
ipwibssfw.c optional ipwibssfw | ipwfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_ibss.fw:ipw_ibss:130 -lintel_ipw -mipw_ibss -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "ipwibssfw.c"
|
|
ipw_ibss.fwo optional ipwibssfw | ipwfw \
|
|
dependency "ipw_ibss.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ipw_ibss.fw" \
|
|
no-implicit-rule \
|
|
clean "ipw_ibss.fwo"
|
|
ipw_ibss.fw optional ipwibssfw | ipwfw \
|
|
dependency "$S/contrib/dev/ipw/ipw2100-1.3-i.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ipw/ipw2100-1.3-i.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "ipw_ibss.fw"
|
|
ipwmonitorfw.c optional ipwmonitorfw | ipwfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_monitor.fw:ipw_monitor:130 -lintel_ipw -mipw_monitor -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "ipwmonitorfw.c"
|
|
ipw_monitor.fwo optional ipwmonitorfw | ipwfw \
|
|
dependency "ipw_monitor.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} ipw_monitor.fw" \
|
|
no-implicit-rule \
|
|
clean "ipw_monitor.fwo"
|
|
ipw_monitor.fw optional ipwmonitorfw | ipwfw \
|
|
dependency "$S/contrib/dev/ipw/ipw2100-1.3-p.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ipw/ipw2100-1.3-p.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "ipw_monitor.fw"
|
|
dev/iscsi/initiator/iscsi.c optional iscsi_initiator scbus
|
|
dev/iscsi/initiator/iscsi_subr.c optional iscsi_initiator scbus
|
|
dev/iscsi/initiator/isc_cam.c optional iscsi_initiator scbus
|
|
dev/iscsi/initiator/isc_soc.c optional iscsi_initiator scbus
|
|
dev/iscsi/initiator/isc_sm.c optional iscsi_initiator scbus
|
|
dev/iscsi/initiator/isc_subr.c optional iscsi_initiator scbus
|
|
dev/isp/isp.c optional isp
|
|
dev/isp/isp_freebsd.c optional isp
|
|
dev/isp/isp_library.c optional isp
|
|
dev/isp/isp_pci.c optional isp pci
|
|
dev/isp/isp_sbus.c optional isp sbus
|
|
dev/isp/isp_target.c optional isp
|
|
dev/ispfw/ispfw.c optional ispfw
|
|
dev/iwi/if_iwi.c optional iwi
|
|
iwibssfw.c optional iwibssfw | iwifw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -lintel_iwi -miwi_bss -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwibssfw.c"
|
|
iwi_bss.fwo optional iwibssfw | iwifw \
|
|
dependency "iwi_bss.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwi_bss.fw" \
|
|
no-implicit-rule \
|
|
clean "iwi_bss.fwo"
|
|
iwi_bss.fw optional iwibssfw | iwifw \
|
|
dependency "$S/contrib/dev/iwi/ipw2200-bss.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwi/ipw2200-bss.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwi_bss.fw"
|
|
iwiibssfw.c optional iwiibssfw | iwifw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -lintel_iwi -miwi_ibss -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwiibssfw.c"
|
|
iwi_ibss.fwo optional iwiibssfw | iwifw \
|
|
dependency "iwi_ibss.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwi_ibss.fw" \
|
|
no-implicit-rule \
|
|
clean "iwi_ibss.fwo"
|
|
iwi_ibss.fw optional iwiibssfw | iwifw \
|
|
dependency "$S/contrib/dev/iwi/ipw2200-ibss.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwi/ipw2200-ibss.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwi_ibss.fw"
|
|
iwimonitorfw.c optional iwimonitorfw | iwifw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -lintel_iwi -miwi_monitor -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwimonitorfw.c"
|
|
iwi_monitor.fwo optional iwimonitorfw | iwifw \
|
|
dependency "iwi_monitor.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwi_monitor.fw" \
|
|
no-implicit-rule \
|
|
clean "iwi_monitor.fwo"
|
|
iwi_monitor.fw optional iwimonitorfw | iwifw \
|
|
dependency "$S/contrib/dev/iwi/ipw2200-sniffer.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwi/ipw2200-sniffer.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwi_monitor.fw"
|
|
dev/iwn/if_iwn.c optional iwn
|
|
iwn1000fw.c optional iwn1000fw | iwnfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwn1000fw.c"
|
|
iwn1000fw.fwo optional iwn1000fw | iwnfw \
|
|
dependency "iwn1000.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn1000.fw" \
|
|
no-implicit-rule \
|
|
clean "iwn1000fw.fwo"
|
|
iwn1000.fw optional iwn1000fw | iwnfw \
|
|
dependency "$S/contrib/dev/iwn/iwlwifi-1000-128.50.3.1.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-1000-128.50.3.1.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwn1000.fw"
|
|
iwn4965fw.c optional iwn4965fw | iwnfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwn4965fw.c"
|
|
iwn4965fw.fwo optional iwn4965fw | iwnfw \
|
|
dependency "iwn4965.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn4965.fw" \
|
|
no-implicit-rule \
|
|
clean "iwn4965fw.fwo"
|
|
iwn4965.fw optional iwn4965fw | iwnfw \
|
|
dependency "$S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwn4965.fw"
|
|
iwn5000fw.c optional iwn5000fw | iwnfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -miwn5000fw -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwn5000fw.c"
|
|
iwn5000fw.fwo optional iwn5000fw | iwnfw \
|
|
dependency "iwn5000.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn5000.fw" \
|
|
no-implicit-rule \
|
|
clean "iwn5000fw.fwo"
|
|
iwn5000.fw optional iwn5000fw | iwnfw \
|
|
dependency "$S/contrib/dev/iwn/iwlwifi-5000-8.24.2.12.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-5000-8.24.2.12.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwn5000.fw"
|
|
iwn5150fw.c optional iwn5150fw | iwnfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -miwn5150fw -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwn5150fw.c"
|
|
iwn5150fw.fwo optional iwn5150fw | iwnfw \
|
|
dependency "iwn5150.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn5150.fw" \
|
|
no-implicit-rule \
|
|
clean "iwn5150fw.fwo"
|
|
iwn5150.fw optional iwn5150fw | iwnfw \
|
|
dependency "$S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu"\
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwn5150.fw"
|
|
iwn6000fw.c optional iwn6000fw | iwnfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -miwn6000fw -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwn6000fw.c"
|
|
iwn6000fw.fwo optional iwn6000fw | iwnfw \
|
|
dependency "iwn6000.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn6000.fw" \
|
|
no-implicit-rule \
|
|
clean "iwn6000fw.fwo"
|
|
iwn6000.fw optional iwn6000fw | iwnfw \
|
|
dependency "$S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwn6000.fw"
|
|
iwn6050fw.c optional iwn6050fw | iwnfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "iwn6050fw.c"
|
|
iwn6050fw.fwo optional iwn6050fw | iwnfw \
|
|
dependency "iwn6050.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn6050.fw" \
|
|
no-implicit-rule \
|
|
clean "iwn6050fw.fwo"
|
|
iwn6050.fw optional iwn6050fw | iwnfw \
|
|
dependency "$S/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "iwn6000.fw"
|
|
dev/ixgb/if_ixgb.c optional ixgb
|
|
dev/ixgb/ixgb_ee.c optional ixgb
|
|
dev/ixgb/ixgb_hw.c optional ixgb
|
|
dev/ixgbe/ixgbe.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixv.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_phy.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_api.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_common.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_mbx.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_vf.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_82598.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/ixgbe/ixgbe_82599.c optional ixgbe inet \
|
|
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
|
|
dev/jme/if_jme.c optional jme pci inet
|
|
dev/joy/joy.c optional joy
|
|
dev/joy/joy_isa.c optional joy isa
|
|
dev/joy/joy_pccard.c optional joy pccard
|
|
dev/kbdmux/kbdmux.c optional kbdmux
|
|
dev/ksyms/ksyms.c optional ksyms
|
|
dev/le/am7990.c optional le
|
|
dev/le/am79900.c optional le
|
|
dev/le/if_le_pci.c optional le pci
|
|
dev/le/lance.c optional le
|
|
dev/led/led.c standard
|
|
dev/lge/if_lge.c optional lge
|
|
dev/lmc/if_lmc.c optional lmc
|
|
dev/malo/if_malo.c optional malo
|
|
dev/malo/if_malohal.c optional malo
|
|
dev/malo/if_malo_pci.c optional malo pci
|
|
dev/mc146818/mc146818.c optional mc146818
|
|
dev/mca/mca_bus.c optional mca
|
|
dev/mcd/mcd.c optional mcd isa nowerror
|
|
dev/mcd/mcd_isa.c optional mcd isa nowerror
|
|
dev/md/md.c optional md
|
|
dev/mem/memdev.c optional mem
|
|
dev/mfi/mfi.c optional mfi
|
|
dev/mfi/mfi_debug.c optional mfi
|
|
dev/mfi/mfi_pci.c optional mfi pci
|
|
dev/mfi/mfi_disk.c optional mfi
|
|
dev/mfi/mfi_linux.c optional mfi compat_linux
|
|
dev/mfi/mfi_cam.c optional mfip scbus
|
|
dev/mii/acphy.c optional miibus | acphy
|
|
dev/mii/amphy.c optional miibus | amphy
|
|
dev/mii/atphy.c optional miibus | atphy
|
|
dev/mii/axphy.c optional miibus | axphy
|
|
dev/mii/bmtphy.c optional miibus | bmtphy
|
|
dev/mii/brgphy.c optional miibus | brgphy
|
|
dev/mii/ciphy.c optional miibus | ciphy
|
|
dev/mii/e1000phy.c optional miibus | e1000phy
|
|
# XXX only xl cards?
|
|
dev/mii/exphy.c optional miibus | exphy
|
|
dev/mii/gentbi.c optional miibus | gentbi
|
|
dev/mii/icsphy.c optional miibus | icsphy
|
|
# XXX only fxp cards?
|
|
dev/mii/inphy.c optional miibus | inphy
|
|
dev/mii/ip1000phy.c optional miibus | ip1000phy
|
|
dev/mii/jmphy.c optional miibus | jmphy
|
|
dev/mii/lxtphy.c optional miibus | lxtphy
|
|
dev/mii/mii.c optional miibus | mii
|
|
dev/mii/mii_physubr.c optional miibus | mii
|
|
dev/mii/miibus_if.m optional miibus | mii
|
|
dev/mii/mlphy.c optional miibus | mlphy
|
|
dev/mii/nsgphy.c optional miibus | nsgphy
|
|
dev/mii/nsphy.c optional miibus | nsphy
|
|
dev/mii/nsphyter.c optional miibus | nsphyter
|
|
dev/mii/pnaphy.c optional miibus | pnaphy
|
|
dev/mii/qsphy.c optional miibus | qsphy
|
|
dev/mii/rgephy.c optional miibus | rgephy
|
|
dev/mii/rlphy.c optional miibus | rlphy
|
|
dev/mii/rlswitch.c optional rlswitch
|
|
# XXX rue only?
|
|
dev/mii/ruephy.c optional miibus | ruephy
|
|
dev/mii/smcphy.c optional miibus | smcphy
|
|
dev/mii/tdkphy.c optional miibus | tdkphy
|
|
dev/mii/tlphy.c optional miibus | tlphy
|
|
dev/mii/truephy.c optional miibus | truephy
|
|
dev/mii/ukphy.c optional miibus | mii
|
|
dev/mii/ukphy_subr.c optional miibus | mii
|
|
dev/mii/xmphy.c optional miibus | xmphy
|
|
dev/mk48txx/mk48txx.c optional mk48txx
|
|
dev/mlx/mlx.c optional mlx
|
|
dev/mlx/mlx_disk.c optional mlx
|
|
dev/mlx/mlx_pci.c optional mlx pci
|
|
dev/mly/mly.c optional mly
|
|
dev/mmc/mmc.c optional mmc
|
|
dev/mmc/mmcbr_if.m standard
|
|
dev/mmc/mmcbus_if.m standard
|
|
dev/mmc/mmcsd.c optional mmcsd
|
|
dev/mn/if_mn.c optional mn pci
|
|
dev/mps/mps.c optional mps
|
|
dev/mps/mps_pci.c optional mps pci
|
|
dev/mps/mps_sas.c optional mps
|
|
dev/mps/mps_table.c optional mps
|
|
dev/mps/mps_user.c optional mps
|
|
dev/mpt/mpt.c optional mpt
|
|
dev/mpt/mpt_cam.c optional mpt
|
|
dev/mpt/mpt_debug.c optional mpt
|
|
dev/mpt/mpt_pci.c optional mpt pci
|
|
dev/mpt/mpt_raid.c optional mpt
|
|
dev/mpt/mpt_user.c optional mpt
|
|
dev/msk/if_msk.c optional msk inet
|
|
dev/mvs/mvs.c optional mvs
|
|
dev/mvs/mvs_if.m optional mvs
|
|
dev/mvs/mvs_pci.c optional mvs pci
|
|
dev/mwl/if_mwl.c optional mwl
|
|
dev/mwl/if_mwl_pci.c optional mwl pci
|
|
dev/mwl/mwlhal.c optional mwl
|
|
mwlfw.c optional mwlfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot -mmwl -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "mwlfw.c"
|
|
mw88W8363.fwo optional mwlfw \
|
|
dependency "mw88W8363.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} mw88W8363.fw" \
|
|
no-implicit-rule \
|
|
clean "mw88W8363.fwo"
|
|
mw88W8363.fw optional mwlfw \
|
|
dependency "$S/contrib/dev/mwl/mw88W8363.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/mwl/mw88W8363.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "mw88W8363.fw"
|
|
mwlboot.fwo optional mwlfw \
|
|
dependency "mwlboot.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} mwlboot.fw" \
|
|
no-implicit-rule \
|
|
clean "mwlboot.fwo"
|
|
mwlboot.fw optional mwlfw \
|
|
dependency "$S/contrib/dev/mwl/mwlboot.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/mwl/mwlboot.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "mwlboot.fw"
|
|
dev/mxge/if_mxge.c optional mxge pci
|
|
dev/mxge/mxge_lro.c optional mxge pci
|
|
dev/mxge/mxge_eth_z8e.c optional mxge pci
|
|
dev/mxge/mxge_ethp_z8e.c optional mxge pci
|
|
dev/mxge/mxge_rss_eth_z8e.c optional mxge pci
|
|
dev/mxge/mxge_rss_ethp_z8e.c optional mxge pci
|
|
dev/my/if_my.c optional my
|
|
dev/ncv/ncr53c500.c optional ncv
|
|
dev/ncv/ncr53c500_pccard.c optional ncv pccard
|
|
dev/nge/if_nge.c optional nge
|
|
dev/nxge/if_nxge.c optional nxge
|
|
dev/nxge/xgehal/xgehal-device.c optional nxge
|
|
dev/nxge/xgehal/xgehal-mm.c optional nxge
|
|
dev/nxge/xgehal/xge-queue.c optional nxge
|
|
dev/nxge/xgehal/xgehal-driver.c optional nxge
|
|
dev/nxge/xgehal/xgehal-ring.c optional nxge
|
|
dev/nxge/xgehal/xgehal-channel.c optional nxge
|
|
dev/nxge/xgehal/xgehal-fifo.c optional nxge
|
|
dev/nxge/xgehal/xgehal-stats.c optional nxge
|
|
dev/nxge/xgehal/xgehal-config.c optional nxge
|
|
dev/nxge/xgehal/xgehal-mgmt.c optional nxge
|
|
dev/nmdm/nmdm.c optional nmdm
|
|
dev/nsp/nsp.c optional nsp
|
|
dev/nsp/nsp_pccard.c optional nsp pccard
|
|
dev/null/null.c standard
|
|
dev/patm/if_patm.c optional patm pci
|
|
dev/patm/if_patm_attach.c optional patm pci
|
|
dev/patm/if_patm_intr.c optional patm pci
|
|
dev/patm/if_patm_ioctl.c optional patm pci
|
|
dev/patm/if_patm_rtables.c optional patm pci
|
|
dev/patm/if_patm_rx.c optional patm pci
|
|
dev/patm/if_patm_tx.c optional patm pci
|
|
dev/pbio/pbio.c optional pbio isa
|
|
dev/pccard/card_if.m standard
|
|
dev/pccard/pccard.c optional pccard
|
|
dev/pccard/pccard_cis.c optional pccard
|
|
dev/pccard/pccard_cis_quirks.c optional pccard
|
|
dev/pccard/pccard_device.c optional pccard
|
|
dev/pccard/power_if.m standard
|
|
dev/pccbb/pccbb.c optional cbb
|
|
dev/pccbb/pccbb_isa.c optional cbb isa
|
|
dev/pccbb/pccbb_pci.c optional cbb pci
|
|
dev/pcf/pcf.c optional pcf
|
|
dev/pci/eisa_pci.c optional pci eisa
|
|
dev/pci/fixup_pci.c optional pci
|
|
dev/pci/hostb_pci.c optional pci
|
|
dev/pci/ignore_pci.c optional pci
|
|
dev/pci/isa_pci.c optional pci isa
|
|
dev/pci/pci.c optional pci
|
|
dev/pci/pci_if.m standard
|
|
dev/pci/pci_pci.c optional pci
|
|
dev/pci/pci_user.c optional pci
|
|
dev/pci/pcib_if.m standard
|
|
dev/pci/vga_pci.c optional pci
|
|
dev/pcn/if_pcn.c optional pcn pci
|
|
dev/pdq/if_fea.c optional fea eisa
|
|
dev/pdq/if_fpa.c optional fpa pci
|
|
dev/pdq/pdq.c optional nowerror fea eisa | fpa pci
|
|
dev/pdq/pdq_ifsubr.c optional nowerror fea eisa | fpa pci
|
|
dev/ppbus/if_plip.c optional plip
|
|
dev/ppbus/immio.c optional vpo
|
|
dev/ppbus/lpbb.c optional lpbb
|
|
dev/ppbus/lpt.c optional lpt
|
|
dev/ppbus/pcfclock.c optional pcfclock
|
|
dev/ppbus/ppb_1284.c optional ppbus
|
|
dev/ppbus/ppb_base.c optional ppbus
|
|
dev/ppbus/ppb_msq.c optional ppbus
|
|
dev/ppbus/ppbconf.c optional ppbus
|
|
dev/ppbus/ppbus_if.m optional ppbus
|
|
dev/ppbus/ppi.c optional ppi
|
|
dev/ppbus/pps.c optional pps
|
|
dev/ppbus/vpo.c optional vpo
|
|
dev/ppbus/vpoio.c optional vpo
|
|
dev/ppc/ppc.c optional ppc
|
|
dev/ppc/ppc_acpi.c optional ppc acpi
|
|
dev/ppc/ppc_isa.c optional ppc isa
|
|
dev/ppc/ppc_pci.c optional ppc pci
|
|
dev/ppc/ppc_puc.c optional ppc puc
|
|
dev/pst/pst-iop.c optional pst
|
|
dev/pst/pst-pci.c optional pst pci
|
|
dev/pst/pst-raid.c optional pst
|
|
dev/pty/pty.c optional pty
|
|
dev/puc/puc.c optional puc
|
|
dev/puc/puc_cfg.c optional puc
|
|
dev/puc/puc_pccard.c optional puc pccard
|
|
dev/puc/puc_pci.c optional puc pci
|
|
dev/puc/pucdata.c optional puc pci
|
|
dev/quicc/quicc_core.c optional quicc
|
|
dev/ral/rt2560.c optional ral
|
|
dev/ral/rt2661.c optional ral
|
|
dev/ral/if_ral_pci.c optional ral pci
|
|
rt2561fw.c optional rt2561fw | ralfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "rt2561fw.c"
|
|
rt2561fw.fwo optional rt2561fw | ralfw \
|
|
dependency "rt2561.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} rt2561.fw" \
|
|
no-implicit-rule \
|
|
clean "rt2561fw.fwo"
|
|
rt2561.fw optional rt2561fw | ralfw \
|
|
dependency "$S/contrib/dev/ral/rt2561.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ral/rt2561.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "rt2561.fw"
|
|
rt2561sfw.c optional rt2561sfw | ralfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -mrt2561s -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "rt2561sfw.c"
|
|
rt2561sfw.fwo optional rt2561sfw | ralfw \
|
|
dependency "rt2561s.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} rt2561s.fw" \
|
|
no-implicit-rule \
|
|
clean "rt2561sfw.fwo"
|
|
rt2561s.fw optional rt2561sfw | ralfw \
|
|
dependency "$S/contrib/dev/ral/rt2561s.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ral/rt2561s.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "rt2561s.fw"
|
|
rt2661fw.c optional rt2661fw | ralfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -mrt2661 -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "rt2661fw.c"
|
|
rt2661fw.fwo optional rt2661fw | ralfw \
|
|
dependency "rt2661.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} rt2661.fw" \
|
|
no-implicit-rule \
|
|
clean "rt2661fw.fwo"
|
|
rt2661.fw optional rt2661fw | ralfw \
|
|
dependency "$S/contrib/dev/ral/rt2661.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ral/rt2661.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "rt2661.fw"
|
|
rt2860fw.c optional rt2860fw | ralfw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -mrt2860 -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "rt2860fw.c"
|
|
rt2860fw.fwo optional rt2860fw | ralfw \
|
|
dependency "rt2860.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} rt2860.fw" \
|
|
no-implicit-rule \
|
|
clean "rt2860fw.fwo"
|
|
rt2860.fw optional rt2860fw | ralfw \
|
|
dependency "$S/contrib/dev/ral/rt2860.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/ral/rt2860.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "rt2860.fw"
|
|
dev/random/harvest.c standard
|
|
dev/random/hash.c optional random
|
|
dev/random/probe.c optional random
|
|
dev/random/randomdev.c optional random
|
|
dev/random/randomdev_soft.c optional random
|
|
dev/random/yarrow.c optional random
|
|
dev/rc/rc.c optional rc
|
|
dev/re/if_re.c optional re
|
|
dev/rndtest/rndtest.c optional rndtest
|
|
dev/rp/rp.c optional rp
|
|
dev/rp/rp_isa.c optional rp isa
|
|
dev/rp/rp_pci.c optional rp pci
|
|
dev/safe/safe.c optional safe
|
|
dev/scc/scc_if.m optional scc
|
|
dev/scc/scc_bfe_ebus.c optional scc ebus
|
|
dev/scc/scc_bfe_quicc.c optional scc quicc
|
|
dev/scc/scc_bfe_sbus.c optional scc fhc | scc sbus
|
|
dev/scc/scc_core.c optional scc
|
|
dev/scc/scc_dev_quicc.c optional scc quicc
|
|
dev/scc/scc_dev_sab82532.c optional scc
|
|
dev/scc/scc_dev_z8530.c optional scc
|
|
dev/scd/scd.c optional scd isa
|
|
dev/scd/scd_isa.c optional scd isa
|
|
dev/sdhci/sdhci.c optional sdhci pci
|
|
dev/sf/if_sf.c optional sf pci
|
|
dev/sge/if_sge.c optional sge pci
|
|
dev/si/si.c optional si
|
|
dev/si/si2_z280.c optional si
|
|
dev/si/si3_t225.c optional si
|
|
dev/si/si_eisa.c optional si eisa
|
|
dev/si/si_isa.c optional si isa
|
|
dev/si/si_pci.c optional si pci
|
|
dev/siba/siba_bwn.c optional siba_bwn pci
|
|
dev/siba/siba_core.c optional siba_bwn pci
|
|
dev/siis/siis.c optional siis pci
|
|
dev/sis/if_sis.c optional sis pci
|
|
dev/sk/if_sk.c optional sk pci inet
|
|
dev/smbus/smb.c optional smb
|
|
dev/smbus/smbconf.c optional smbus
|
|
dev/smbus/smbus.c optional smbus
|
|
dev/smbus/smbus_if.m optional smbus
|
|
dev/smc/if_smc.c optional smc
|
|
dev/sn/if_sn.c optional sn
|
|
dev/sn/if_sn_isa.c optional sn isa
|
|
dev/sn/if_sn_pccard.c optional sn pccard
|
|
dev/snp/snp.c optional snp
|
|
dev/sound/clone.c optional sound
|
|
dev/sound/unit.c optional sound
|
|
dev/sound/isa/ad1816.c optional snd_ad1816 isa
|
|
dev/sound/isa/ess.c optional snd_ess isa
|
|
dev/sound/isa/gusc.c optional snd_gusc isa
|
|
dev/sound/isa/mss.c optional snd_mss isa
|
|
dev/sound/isa/sb16.c optional snd_sb16 isa
|
|
dev/sound/isa/sb8.c optional snd_sb8 isa
|
|
dev/sound/isa/sbc.c optional snd_sbc isa
|
|
dev/sound/isa/sndbuf_dma.c optional sound isa
|
|
dev/sound/pci/als4000.c optional snd_als4000 pci
|
|
dev/sound/pci/atiixp.c optional snd_atiixp pci
|
|
dev/sound/pci/cmi.c optional snd_cmi pci
|
|
dev/sound/pci/cs4281.c optional snd_cs4281 pci
|
|
dev/sound/pci/csa.c optional snd_csa pci \
|
|
warning "kernel contains GPL contaminated csaimg.h header"
|
|
dev/sound/pci/csapcm.c optional snd_csa pci
|
|
dev/sound/pci/ds1.c optional snd_ds1 pci
|
|
dev/sound/pci/emu10k1.c optional snd_emu10k1 pci \
|
|
dependency "emu10k1-alsa%diked.h" \
|
|
warning "kernel contains GPL contaminated emu10k1 headers"
|
|
dev/sound/pci/emu10kx.c optional snd_emu10kx pci \
|
|
dependency "emu10k1-alsa%diked.h" \
|
|
dependency "p16v-alsa%diked.h" \
|
|
dependency "p17v-alsa%diked.h" \
|
|
warning "kernel contains GPL contaminated emu10kx headers"
|
|
dev/sound/pci/emu10kx-pcm.c optional snd_emu10kx pci \
|
|
dependency "emu10k1-alsa%diked.h" \
|
|
dependency "p16v-alsa%diked.h" \
|
|
dependency "p17v-alsa%diked.h" \
|
|
warning "kernel contains GPL contaminated emu10kx headers"
|
|
dev/sound/pci/emu10kx-midi.c optional snd_emu10kx pci \
|
|
dependency "emu10k1-alsa%diked.h" \
|
|
warning "kernel contains GPL contaminated emu10kx headers"
|
|
dev/sound/pci/envy24.c optional snd_envy24 pci
|
|
dev/sound/pci/envy24ht.c optional snd_envy24ht pci
|
|
dev/sound/pci/es137x.c optional snd_es137x pci
|
|
dev/sound/pci/fm801.c optional snd_fm801 pci
|
|
dev/sound/pci/ich.c optional snd_ich pci
|
|
dev/sound/pci/maestro.c optional snd_maestro pci
|
|
dev/sound/pci/maestro3.c optional snd_maestro3 pci \
|
|
warning "kernel contains GPL contaminated maestro3 headers"
|
|
dev/sound/pci/neomagic.c optional snd_neomagic pci
|
|
dev/sound/pci/solo.c optional snd_solo pci
|
|
dev/sound/pci/spicds.c optional snd_spicds pci
|
|
dev/sound/pci/t4dwave.c optional snd_t4dwave pci
|
|
dev/sound/pci/via8233.c optional snd_via8233 pci
|
|
dev/sound/pci/via82c686.c optional snd_via82c686 pci
|
|
dev/sound/pci/vibes.c optional snd_vibes pci
|
|
dev/sound/pci/hda/hdac.c optional snd_hda pci
|
|
dev/sound/pcm/ac97.c optional sound
|
|
dev/sound/pcm/ac97_if.m optional sound
|
|
dev/sound/pcm/ac97_patch.c optional sound
|
|
dev/sound/pcm/buffer.c optional sound \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/channel.c optional sound
|
|
dev/sound/pcm/channel_if.m optional sound
|
|
dev/sound/pcm/dsp.c optional sound
|
|
dev/sound/pcm/feeder.c optional sound
|
|
dev/sound/pcm/feeder_chain.c optional sound
|
|
dev/sound/pcm/feeder_eq.c optional sound \
|
|
dependency "feeder_eq_gen.h" \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/feeder_if.m optional sound
|
|
dev/sound/pcm/feeder_format.c optional sound \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/feeder_matrix.c optional sound \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/feeder_mixer.c optional sound \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/feeder_rate.c optional sound \
|
|
dependency "feeder_rate_gen.h" \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/feeder_volume.c optional sound \
|
|
dependency "snd_fxdiv_gen.h"
|
|
dev/sound/pcm/mixer.c optional sound
|
|
dev/sound/pcm/mixer_if.m optional sound
|
|
dev/sound/pcm/sndstat.c optional sound
|
|
dev/sound/pcm/sound.c optional sound
|
|
dev/sound/pcm/vchan.c optional sound
|
|
dev/sound/usb/uaudio.c optional snd_uaudio usb
|
|
dev/sound/usb/uaudio_pcm.c optional snd_uaudio usb
|
|
dev/sound/midi/midi.c optional sound
|
|
dev/sound/midi/mpu401.c optional sound
|
|
dev/sound/midi/mpu_if.m optional sound
|
|
dev/sound/midi/mpufoi_if.m optional sound
|
|
dev/sound/midi/sequencer.c optional sound
|
|
dev/sound/midi/synth_if.m optional sound
|
|
dev/spibus/spibus.c optional spibus \
|
|
dependency "spibus_if.h"
|
|
dev/spibus/spibus_if.m optional spibus
|
|
dev/ste/if_ste.c optional ste pci
|
|
dev/stg/tmc18c30.c optional stg
|
|
dev/stg/tmc18c30_isa.c optional stg isa
|
|
dev/stg/tmc18c30_pccard.c optional stg pccard
|
|
dev/stg/tmc18c30_pci.c optional stg pci
|
|
dev/stg/tmc18c30_subr.c optional stg
|
|
dev/stge/if_stge.c optional stge
|
|
dev/streams/streams.c optional streams
|
|
dev/sym/sym_hipd.c optional sym \
|
|
dependency "$S/dev/sym/sym_{conf,defs}.h"
|
|
dev/syscons/blank/blank_saver.c optional blank_saver
|
|
dev/syscons/daemon/daemon_saver.c optional daemon_saver
|
|
dev/syscons/dragon/dragon_saver.c optional dragon_saver
|
|
dev/syscons/fade/fade_saver.c optional fade_saver
|
|
dev/syscons/fire/fire_saver.c optional fire_saver
|
|
dev/syscons/green/green_saver.c optional green_saver
|
|
dev/syscons/logo/logo.c optional logo_saver
|
|
dev/syscons/logo/logo_saver.c optional logo_saver
|
|
dev/syscons/rain/rain_saver.c optional rain_saver
|
|
dev/syscons/schistory.c optional sc
|
|
dev/syscons/scmouse.c optional sc
|
|
dev/syscons/scterm.c optional sc
|
|
dev/syscons/scvidctl.c optional sc
|
|
dev/syscons/snake/snake_saver.c optional snake_saver
|
|
dev/syscons/star/star_saver.c optional star_saver
|
|
dev/syscons/syscons.c optional sc
|
|
dev/syscons/sysmouse.c optional sc
|
|
dev/syscons/warp/warp_saver.c optional warp_saver
|
|
dev/tdfx/tdfx_linux.c optional tdfx_linux tdfx compat_linux
|
|
dev/tdfx/tdfx_pci.c optional tdfx pci
|
|
dev/ti/if_ti.c optional ti pci
|
|
dev/tl/if_tl.c optional tl pci
|
|
dev/trm/trm.c optional trm
|
|
dev/twa/tw_cl_init.c optional twa \
|
|
compile-with "${NORMAL_C} -I$S/dev/twa"
|
|
dev/twa/tw_cl_intr.c optional twa \
|
|
compile-with "${NORMAL_C} -I$S/dev/twa"
|
|
dev/twa/tw_cl_io.c optional twa \
|
|
compile-with "${NORMAL_C} -I$S/dev/twa"
|
|
dev/twa/tw_cl_misc.c optional twa \
|
|
compile-with "${NORMAL_C} -I$S/dev/twa"
|
|
dev/twa/tw_osl_cam.c optional twa \
|
|
compile-with "${NORMAL_C} -I$S/dev/twa"
|
|
dev/twa/tw_osl_freebsd.c optional twa \
|
|
compile-with "${NORMAL_C} -I$S/dev/twa"
|
|
dev/twe/twe.c optional twe
|
|
dev/twe/twe_freebsd.c optional twe
|
|
dev/tx/if_tx.c optional tx
|
|
dev/txp/if_txp.c optional txp inet
|
|
dev/uart/uart_bus_acpi.c optional uart acpi
|
|
#dev/uart/uart_bus_cbus.c optional uart cbus
|
|
dev/uart/uart_bus_ebus.c optional uart ebus
|
|
dev/uart/uart_bus_fdt.c optional uart fdt
|
|
dev/uart/uart_bus_isa.c optional uart isa
|
|
dev/uart/uart_bus_pccard.c optional uart pccard
|
|
dev/uart/uart_bus_pci.c optional uart pci
|
|
dev/uart/uart_bus_puc.c optional uart puc
|
|
dev/uart/uart_bus_scc.c optional uart scc
|
|
dev/uart/uart_core.c optional uart
|
|
dev/uart/uart_dbg.c optional uart gdb
|
|
dev/uart/uart_dev_ns8250.c optional uart uart_ns8250
|
|
dev/uart/uart_dev_quicc.c optional uart quicc
|
|
dev/uart/uart_dev_sab82532.c optional uart uart_sab82532
|
|
dev/uart/uart_dev_sab82532.c optional uart scc
|
|
dev/uart/uart_dev_z8530.c optional uart uart_z8530
|
|
dev/uart/uart_dev_z8530.c optional uart scc
|
|
dev/uart/uart_if.m optional uart
|
|
dev/uart/uart_subr.c optional uart
|
|
dev/uart/uart_tty.c optional uart
|
|
dev/ubsec/ubsec.c optional ubsec
|
|
#
|
|
# USB controller drivers
|
|
#
|
|
dev/usb/controller/at91dci.c optional at91dci
|
|
dev/usb/controller/at91dci_atmelarm.c optional at91dci at91rm9200
|
|
dev/usb/controller/musb_otg.c optional musb
|
|
dev/usb/controller/musb_otg_atmelarm.c optional musb at91rm9200
|
|
dev/usb/controller/ehci.c optional ehci
|
|
dev/usb/controller/ehci_pci.c optional ehci pci
|
|
dev/usb/controller/ohci.c optional ohci
|
|
dev/usb/controller/ohci_atmelarm.c optional ohci at91rm9200
|
|
dev/usb/controller/ohci_pci.c optional ohci pci
|
|
dev/usb/controller/uhci.c optional uhci
|
|
dev/usb/controller/uhci_pci.c optional uhci pci
|
|
dev/usb/controller/xhci.c optional xhci
|
|
dev/usb/controller/xhci_pci.c optional xhci pci
|
|
dev/usb/controller/uss820dci.c optional uss820dci
|
|
dev/usb/controller/uss820dci_atmelarm.c optional uss820dci at91rm9200
|
|
dev/usb/controller/usb_controller.c optional usb
|
|
#
|
|
# USB storage drivers
|
|
#
|
|
dev/usb/storage/umass.c optional umass
|
|
dev/usb/storage/urio.c optional urio
|
|
dev/usb/storage/ustorage_fs.c optional usfs
|
|
#
|
|
# USB core
|
|
#
|
|
dev/usb/usb_busdma.c optional usb
|
|
dev/usb/usb_compat_linux.c optional usb
|
|
dev/usb/usb_core.c optional usb
|
|
dev/usb/usb_debug.c optional usb
|
|
dev/usb/usb_dev.c optional usb
|
|
dev/usb/usb_device.c optional usb
|
|
dev/usb/usb_dynamic.c optional usb
|
|
dev/usb/usb_error.c optional usb
|
|
dev/usb/usb_generic.c optional usb
|
|
dev/usb/usb_handle_request.c optional usb
|
|
dev/usb/usb_hid.c optional usb
|
|
dev/usb/usb_hub.c optional usb
|
|
dev/usb/usb_if.m optional usb
|
|
dev/usb/usb_lookup.c optional usb
|
|
dev/usb/usb_mbuf.c optional usb
|
|
dev/usb/usb_msctest.c optional usb
|
|
dev/usb/usb_parse.c optional usb
|
|
dev/usb/usb_pf.c optional usb
|
|
dev/usb/usb_process.c optional usb
|
|
dev/usb/usb_request.c optional usb
|
|
dev/usb/usb_transfer.c optional usb
|
|
dev/usb/usb_util.c optional usb
|
|
#
|
|
# USB network drivers
|
|
#
|
|
dev/usb/net/if_aue.c optional aue
|
|
dev/usb/net/if_axe.c optional axe
|
|
dev/usb/net/if_cdce.c optional cdce
|
|
dev/usb/net/if_cue.c optional cue
|
|
dev/usb/net/if_ipheth.c optional ipheth
|
|
dev/usb/net/if_kue.c optional kue
|
|
dev/usb/net/if_rue.c optional rue
|
|
dev/usb/net/if_udav.c optional udav
|
|
dev/usb/net/usb_ethernet.c optional aue | axe | cdce | cue | kue | rue | \
|
|
udav
|
|
dev/usb/net/uhso.c optional uhso
|
|
#
|
|
# USB WLAN drivers
|
|
#
|
|
dev/usb/wlan/if_rum.c optional rum
|
|
dev/usb/wlan/if_run.c optional run
|
|
dev/usb/wlan/if_uath.c optional uath
|
|
dev/usb/wlan/if_upgt.c optional upgt
|
|
dev/usb/wlan/if_ural.c optional ural
|
|
dev/usb/wlan/if_urtw.c optional urtw
|
|
dev/usb/wlan/if_zyd.c optional zyd
|
|
#
|
|
# USB serial and parallel port drivers
|
|
#
|
|
dev/usb/serial/u3g.c optional u3g
|
|
dev/usb/serial/uark.c optional uark
|
|
dev/usb/serial/ubsa.c optional ubsa
|
|
dev/usb/serial/ubser.c optional ubser
|
|
dev/usb/serial/uchcom.c optional uchcom
|
|
dev/usb/serial/ucycom.c optional ucycom
|
|
dev/usb/serial/ufoma.c optional ufoma
|
|
dev/usb/serial/uftdi.c optional uftdi
|
|
dev/usb/serial/ugensa.c optional ugensa
|
|
dev/usb/serial/uipaq.c optional uipaq
|
|
dev/usb/serial/ulpt.c optional ulpt
|
|
dev/usb/serial/umct.c optional umct
|
|
dev/usb/serial/umodem.c optional umodem
|
|
dev/usb/serial/umoscom.c optional umoscom
|
|
dev/usb/serial/uplcom.c optional uplcom
|
|
dev/usb/serial/uslcom.c optional uslcom
|
|
dev/usb/serial/uvisor.c optional uvisor
|
|
dev/usb/serial/uvscom.c optional uvscom
|
|
dev/usb/serial/usb_serial.c optional ucom | u3g | uark | ubsa | ubser | \
|
|
uchcom | ucycom | ufoma | uftdi | \
|
|
ugensa | uipaq | ulpt | umct | \
|
|
umodem | umoscom | uplcom | uslcom | \
|
|
uvisor | uvscom
|
|
#
|
|
# USB misc drivers
|
|
#
|
|
dev/usb/misc/ufm.c optional ufm
|
|
dev/usb/misc/udbp.c optional udbp
|
|
#
|
|
# USB input drivers
|
|
#
|
|
dev/usb/input/atp.c optional atp
|
|
dev/usb/input/uep.c optional uep
|
|
dev/usb/input/uhid.c optional uhid
|
|
dev/usb/input/ukbd.c optional ukbd
|
|
dev/usb/input/ums.c optional ums
|
|
#
|
|
# USB quirks
|
|
#
|
|
dev/usb/quirk/usb_quirk.c optional usb
|
|
#
|
|
# USB templates
|
|
#
|
|
dev/usb/template/usb_template.c optional usb_template
|
|
dev/usb/template/usb_template_cdce.c optional usb_template
|
|
dev/usb/template/usb_template_msc.c optional usb_template
|
|
dev/usb/template/usb_template_mtp.c optional usb_template
|
|
#
|
|
# USB END
|
|
#
|
|
dev/utopia/idtphy.c optional utopia
|
|
dev/utopia/suni.c optional utopia
|
|
dev/utopia/utopia.c optional utopia
|
|
dev/vge/if_vge.c optional vge
|
|
dev/vkbd/vkbd.c optional vkbd
|
|
dev/vr/if_vr.c optional vr pci
|
|
dev/vx/if_vx.c optional vx
|
|
dev/vx/if_vx_eisa.c optional vx eisa
|
|
dev/vx/if_vx_pci.c optional vx pci
|
|
dev/watchdog/watchdog.c standard
|
|
dev/wb/if_wb.c optional wb pci
|
|
dev/wds/wd7000.c optional wds isa
|
|
dev/wi/if_wi.c optional wi
|
|
dev/wi/if_wi_pccard.c optional wi pccard
|
|
dev/wi/if_wi_pci.c optional wi pci
|
|
dev/wl/if_wl.c optional wl isa
|
|
wpifw.c optional wpifw \
|
|
compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \
|
|
no-implicit-rule before-depend local \
|
|
clean "wpifw.c"
|
|
wpifw.fwo optional wpifw \
|
|
dependency "wpi.fw" \
|
|
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} wpi.fw" \
|
|
no-implicit-rule \
|
|
clean "wpifw.fwo"
|
|
wpi.fw optional wpifw \
|
|
dependency "$S/contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu" \
|
|
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu" \
|
|
no-obj no-implicit-rule \
|
|
clean "wpi.fw"
|
|
dev/xe/if_xe.c optional xe
|
|
dev/xe/if_xe_pccard.c optional xe pccard
|
|
dev/xl/if_xl.c optional xl pci
|
|
fs/coda/coda_fbsd.c optional vcoda
|
|
fs/coda/coda_psdev.c optional vcoda
|
|
fs/coda/coda_subr.c optional vcoda
|
|
fs/coda/coda_venus.c optional vcoda
|
|
fs/coda/coda_vfsops.c optional vcoda
|
|
fs/coda/coda_vnops.c optional vcoda
|
|
fs/deadfs/dead_vnops.c standard
|
|
fs/devfs/devfs_devs.c standard
|
|
fs/devfs/devfs_dir.c standard
|
|
fs/devfs/devfs_rule.c standard
|
|
fs/devfs/devfs_vfsops.c standard
|
|
fs/devfs/devfs_vnops.c standard
|
|
fs/fdescfs/fdesc_vfsops.c optional fdescfs
|
|
fs/fdescfs/fdesc_vnops.c optional fdescfs
|
|
fs/fifofs/fifo_vnops.c standard
|
|
fs/hpfs/hpfs_alsubr.c optional hpfs
|
|
fs/hpfs/hpfs_lookup.c optional hpfs
|
|
fs/hpfs/hpfs_subr.c optional hpfs
|
|
fs/hpfs/hpfs_vfsops.c optional hpfs
|
|
fs/hpfs/hpfs_vnops.c optional hpfs
|
|
fs/msdosfs/msdosfs_conv.c optional msdosfs
|
|
fs/msdosfs/msdosfs_denode.c optional msdosfs
|
|
fs/msdosfs/msdosfs_fat.c optional msdosfs
|
|
fs/msdosfs/msdosfs_fileno.c optional msdosfs
|
|
fs/msdosfs/msdosfs_iconv.c optional msdosfs_iconv
|
|
fs/msdosfs/msdosfs_lookup.c optional msdosfs
|
|
fs/msdosfs/msdosfs_vfsops.c optional msdosfs
|
|
fs/msdosfs/msdosfs_vnops.c optional msdosfs
|
|
fs/nfs/nfs_commonkrpc.c optional nfscl | nfsd
|
|
fs/nfs/nfs_commonsubs.c optional nfscl | nfsd
|
|
fs/nfs/nfs_commonport.c optional nfscl | nfsd
|
|
fs/nfs/nfs_commonacl.c optional nfscl | nfsd
|
|
fs/nfsclient/nfs_clcomsubs.c optional nfscl
|
|
fs/nfsclient/nfs_clsubs.c optional nfscl
|
|
fs/nfsclient/nfs_clstate.c optional nfscl
|
|
fs/nfsclient/nfs_clkrpc.c optional nfscl
|
|
fs/nfsclient/nfs_clrpcops.c optional nfscl
|
|
fs/nfsclient/nfs_clvnops.c optional nfscl
|
|
fs/nfsclient/nfs_clnode.c optional nfscl
|
|
fs/nfsclient/nfs_clvfsops.c optional nfscl
|
|
fs/nfsclient/nfs_clport.c optional nfscl
|
|
fs/nfsclient/nfs_clbio.c optional nfscl
|
|
fs/nfsclient/nfs_clnfsiod.c optional nfscl
|
|
fs/nfsserver/nfs_nfsdsocket.c optional nfsd inet
|
|
fs/nfsserver/nfs_nfsdsubs.c optional nfsd inet
|
|
fs/nfsserver/nfs_nfsdstate.c optional nfsd inet
|
|
fs/nfsserver/nfs_nfsdkrpc.c optional nfsd inet
|
|
fs/nfsserver/nfs_nfsdserv.c optional nfsd inet
|
|
fs/nfsserver/nfs_nfsdport.c optional nfsd inet
|
|
fs/nfsserver/nfs_nfsdcache.c optional nfsd inet
|
|
fs/ntfs/ntfs_compr.c optional ntfs
|
|
fs/ntfs/ntfs_iconv.c optional ntfs_iconv
|
|
fs/ntfs/ntfs_ihash.c optional ntfs
|
|
fs/ntfs/ntfs_subr.c optional ntfs
|
|
fs/ntfs/ntfs_vfsops.c optional ntfs
|
|
fs/ntfs/ntfs_vnops.c optional ntfs
|
|
fs/nullfs/null_subr.c optional nullfs
|
|
fs/nullfs/null_vfsops.c optional nullfs
|
|
fs/nullfs/null_vnops.c optional nullfs
|
|
fs/nwfs/nwfs_io.c optional nwfs
|
|
fs/nwfs/nwfs_ioctl.c optional nwfs
|
|
fs/nwfs/nwfs_node.c optional nwfs
|
|
fs/nwfs/nwfs_subr.c optional nwfs
|
|
fs/nwfs/nwfs_vfsops.c optional nwfs
|
|
fs/nwfs/nwfs_vnops.c optional nwfs
|
|
fs/portalfs/portal_vfsops.c optional portalfs
|
|
fs/portalfs/portal_vnops.c optional portalfs
|
|
fs/procfs/procfs.c optional procfs
|
|
fs/procfs/procfs_ctl.c optional procfs
|
|
fs/procfs/procfs_dbregs.c optional procfs
|
|
fs/procfs/procfs_fpregs.c optional procfs
|
|
fs/procfs/procfs_ioctl.c optional procfs
|
|
fs/procfs/procfs_map.c optional procfs
|
|
fs/procfs/procfs_mem.c optional procfs
|
|
fs/procfs/procfs_note.c optional procfs
|
|
fs/procfs/procfs_osrel.c optional procfs
|
|
fs/procfs/procfs_regs.c optional procfs
|
|
fs/procfs/procfs_rlimit.c optional procfs
|
|
fs/procfs/procfs_status.c optional procfs
|
|
fs/procfs/procfs_type.c optional procfs
|
|
fs/pseudofs/pseudofs.c optional pseudofs
|
|
fs/pseudofs/pseudofs_fileno.c optional pseudofs
|
|
fs/pseudofs/pseudofs_vncache.c optional pseudofs
|
|
fs/pseudofs/pseudofs_vnops.c optional pseudofs
|
|
fs/smbfs/smbfs_io.c optional smbfs
|
|
fs/smbfs/smbfs_node.c optional smbfs
|
|
fs/smbfs/smbfs_smb.c optional smbfs
|
|
fs/smbfs/smbfs_subr.c optional smbfs
|
|
fs/smbfs/smbfs_vfsops.c optional smbfs
|
|
fs/smbfs/smbfs_vnops.c optional smbfs
|
|
fs/udf/osta.c optional udf
|
|
fs/udf/udf_iconv.c optional udf_iconv
|
|
fs/udf/udf_vfsops.c optional udf
|
|
fs/udf/udf_vnops.c optional udf
|
|
fs/unionfs/union_subr.c optional unionfs
|
|
fs/unionfs/union_vfsops.c optional unionfs
|
|
fs/unionfs/union_vnops.c optional unionfs
|
|
fs/tmpfs/tmpfs_vnops.c optional tmpfs
|
|
fs/tmpfs/tmpfs_fifoops.c optional tmpfs
|
|
fs/tmpfs/tmpfs_vfsops.c optional tmpfs
|
|
fs/tmpfs/tmpfs_subr.c optional tmpfs
|
|
gdb/gdb_cons.c optional gdb
|
|
gdb/gdb_main.c optional gdb
|
|
gdb/gdb_packet.c optional gdb
|
|
geom/bde/g_bde.c optional geom_bde
|
|
geom/bde/g_bde_crypt.c optional geom_bde
|
|
geom/bde/g_bde_lock.c optional geom_bde
|
|
geom/bde/g_bde_work.c optional geom_bde
|
|
geom/cache/g_cache.c optional geom_cache
|
|
geom/concat/g_concat.c optional geom_concat
|
|
geom/eli/g_eli.c optional geom_eli
|
|
geom/eli/g_eli_crypto.c optional geom_eli
|
|
geom/eli/g_eli_ctl.c optional geom_eli
|
|
geom/eli/g_eli_integrity.c optional geom_eli
|
|
geom/eli/g_eli_key.c optional geom_eli
|
|
geom/eli/g_eli_privacy.c optional geom_eli
|
|
geom/eli/pkcs5v2.c optional geom_eli
|
|
geom/gate/g_gate.c optional geom_gate
|
|
geom/geom_aes.c optional geom_aes
|
|
geom/geom_bsd.c optional geom_bsd
|
|
geom/geom_bsd_enc.c optional geom_bsd
|
|
geom/geom_ccd.c optional ccd | geom_ccd
|
|
geom/geom_ctl.c standard
|
|
geom/geom_dev.c standard
|
|
geom/geom_disk.c standard
|
|
geom/geom_dump.c standard
|
|
geom/geom_event.c standard
|
|
geom/geom_fox.c optional geom_fox
|
|
geom/geom_io.c standard
|
|
geom/geom_kern.c standard
|
|
geom/geom_mbr.c optional geom_mbr
|
|
geom/geom_mbr_enc.c optional geom_mbr
|
|
geom/geom_pc98.c optional geom_pc98
|
|
geom/geom_pc98_enc.c optional geom_pc98
|
|
geom/geom_redboot.c optional geom_redboot
|
|
geom/geom_slice.c standard
|
|
geom/geom_subr.c standard
|
|
geom/geom_sunlabel.c optional geom_sunlabel
|
|
geom/geom_sunlabel_enc.c optional geom_sunlabel
|
|
geom/geom_vfs.c standard
|
|
geom/geom_vol_ffs.c optional geom_vol
|
|
geom/journal/g_journal.c optional geom_journal
|
|
geom/journal/g_journal_ufs.c optional geom_journal
|
|
geom/label/g_label.c optional geom_label
|
|
geom/label/g_label_ext2fs.c optional geom_label
|
|
geom/label/g_label_iso9660.c optional geom_label
|
|
geom/label/g_label_msdosfs.c optional geom_label
|
|
geom/label/g_label_ntfs.c optional geom_label
|
|
geom/label/g_label_reiserfs.c optional geom_label
|
|
geom/label/g_label_ufs.c optional geom_label
|
|
geom/label/g_label_gpt.c optional geom_label
|
|
geom/linux_lvm/g_linux_lvm.c optional geom_linux_lvm
|
|
geom/mirror/g_mirror.c optional geom_mirror
|
|
geom/mirror/g_mirror_ctl.c optional geom_mirror
|
|
geom/mountver/g_mountver.c optional geom_mountver
|
|
geom/multipath/g_multipath.c optional geom_multipath
|
|
geom/nop/g_nop.c optional geom_nop
|
|
geom/part/g_part.c standard
|
|
geom/part/g_part_if.m standard
|
|
geom/part/g_part_apm.c optional geom_part_apm
|
|
geom/part/g_part_bsd.c optional geom_part_bsd
|
|
geom/part/g_part_ebr.c optional geom_part_ebr
|
|
geom/part/g_part_gpt.c optional geom_part_gpt
|
|
geom/part/g_part_mbr.c optional geom_part_mbr
|
|
geom/part/g_part_pc98.c optional geom_part_pc98
|
|
geom/part/g_part_vtoc8.c optional geom_part_vtoc8
|
|
geom/raid3/g_raid3.c optional geom_raid3
|
|
geom/raid3/g_raid3_ctl.c optional geom_raid3
|
|
geom/shsec/g_shsec.c optional geom_shsec
|
|
geom/stripe/g_stripe.c optional geom_stripe
|
|
geom/uzip/g_uzip.c optional geom_uzip
|
|
geom/virstor/binstream.c optional geom_virstor
|
|
geom/virstor/g_virstor.c optional geom_virstor
|
|
geom/virstor/g_virstor_md.c optional geom_virstor
|
|
geom/zero/g_zero.c optional geom_zero
|
|
fs/ext2fs/ext2_alloc.c optional ext2fs
|
|
fs/ext2fs/ext2_balloc.c optional ext2fs
|
|
fs/ext2fs/ext2_bmap.c optional ext2fs
|
|
fs/ext2fs/ext2_inode.c optional ext2fs
|
|
fs/ext2fs/ext2_inode_cnv.c optional ext2fs
|
|
fs/ext2fs/ext2_lookup.c optional ext2fs
|
|
fs/ext2fs/ext2_subr.c optional ext2fs
|
|
fs/ext2fs/ext2_vfsops.c optional ext2fs
|
|
fs/ext2fs/ext2_vnops.c optional ext2fs
|
|
gnu/fs/reiserfs/reiserfs_hashes.c optional reiserfs \
|
|
warning "kernel contains GPL contaminated ReiserFS filesystem"
|
|
gnu/fs/reiserfs/reiserfs_inode.c optional reiserfs
|
|
gnu/fs/reiserfs/reiserfs_item_ops.c optional reiserfs
|
|
gnu/fs/reiserfs/reiserfs_namei.c optional reiserfs
|
|
gnu/fs/reiserfs/reiserfs_prints.c optional reiserfs
|
|
gnu/fs/reiserfs/reiserfs_stree.c optional reiserfs
|
|
gnu/fs/reiserfs/reiserfs_vfsops.c optional reiserfs
|
|
gnu/fs/reiserfs/reiserfs_vnops.c optional reiserfs
|
|
#
|
|
isa/isa_if.m standard
|
|
isa/isa_common.c optional isa
|
|
isa/isahint.c optional isa
|
|
isa/pnp.c optional isa isapnp
|
|
isa/pnpparse.c optional isa isapnp
|
|
fs/cd9660/cd9660_bmap.c optional cd9660
|
|
fs/cd9660/cd9660_lookup.c optional cd9660
|
|
fs/cd9660/cd9660_node.c optional cd9660
|
|
fs/cd9660/cd9660_rrip.c optional cd9660
|
|
fs/cd9660/cd9660_util.c optional cd9660
|
|
fs/cd9660/cd9660_vfsops.c optional cd9660
|
|
fs/cd9660/cd9660_vnops.c optional cd9660
|
|
fs/cd9660/cd9660_iconv.c optional cd9660_iconv
|
|
kern/bus_if.m standard
|
|
kern/clock_if.m standard
|
|
kern/cpufreq_if.m standard
|
|
kern/device_if.m standard
|
|
kern/imgact_elf.c standard
|
|
kern/imgact_shell.c standard
|
|
kern/inflate.c optional gzip
|
|
kern/init_main.c standard
|
|
kern/init_sysent.c standard
|
|
kern/ksched.c optional _kposix_priority_scheduling
|
|
kern/kern_acct.c standard
|
|
kern/kern_alq.c optional alq
|
|
kern/kern_clock.c standard
|
|
kern/kern_condvar.c standard
|
|
kern/kern_conf.c standard
|
|
kern/kern_cons.c standard
|
|
kern/kern_cpu.c standard
|
|
kern/kern_cpuset.c standard
|
|
kern/kern_context.c standard
|
|
kern/kern_descrip.c standard
|
|
kern/kern_dtrace.c optional kdtrace_hooks
|
|
kern/kern_environment.c standard
|
|
kern/kern_et.c standard
|
|
kern/kern_event.c standard
|
|
kern/kern_exec.c standard
|
|
kern/kern_exit.c standard
|
|
kern/kern_fail.c standard
|
|
kern/kern_fork.c standard
|
|
kern/kern_gzio.c optional gzio
|
|
kern/kern_idle.c standard
|
|
kern/kern_intr.c standard
|
|
kern/kern_jail.c standard
|
|
kern/kern_kthread.c standard
|
|
kern/kern_ktr.c optional ktr
|
|
kern/kern_ktrace.c standard
|
|
kern/kern_linker.c standard
|
|
kern/kern_lock.c standard
|
|
kern/kern_lockf.c standard
|
|
kern/kern_lockstat.c optional kdtrace_hooks
|
|
kern/kern_malloc.c standard
|
|
kern/kern_mbuf.c standard
|
|
kern/kern_mib.c standard
|
|
kern/kern_module.c standard
|
|
kern/kern_mtxpool.c standard
|
|
kern/kern_mutex.c standard
|
|
kern/kern_ntptime.c standard
|
|
kern/kern_osd.c standard
|
|
kern/kern_physio.c standard
|
|
kern/kern_pmc.c standard
|
|
kern/kern_poll.c optional device_polling
|
|
kern/kern_priv.c standard
|
|
kern/kern_proc.c standard
|
|
kern/kern_prot.c standard
|
|
kern/kern_resource.c standard
|
|
kern/kern_rmlock.c standard
|
|
kern/kern_rwlock.c standard
|
|
kern/kern_sdt.c optional kdtrace_hooks
|
|
kern/kern_sema.c standard
|
|
kern/kern_shutdown.c standard
|
|
kern/kern_sig.c standard
|
|
kern/kern_switch.c standard
|
|
kern/kern_sx.c standard
|
|
kern/kern_synch.c standard
|
|
kern/kern_syscalls.c standard
|
|
kern/kern_sysctl.c standard
|
|
kern/kern_tc.c standard
|
|
kern/kern_thr.c standard
|
|
kern/kern_thread.c standard
|
|
kern/kern_time.c standard
|
|
kern/kern_timeout.c standard
|
|
kern/kern_umtx.c standard
|
|
kern/kern_uuid.c standard
|
|
kern/kern_xxx.c standard
|
|
kern/link_elf.c standard
|
|
kern/linker_if.m standard
|
|
kern/md4c.c optional netsmb
|
|
kern/md5c.c standard
|
|
kern/p1003_1b.c standard
|
|
kern/posix4_mib.c standard
|
|
kern/sched_4bsd.c optional sched_4bsd
|
|
kern/sched_ule.c optional sched_ule
|
|
kern/serdev_if.m standard
|
|
kern/stack_protector.c standard \
|
|
compile-with "${NORMAL_C:N-fstack-protector*}"
|
|
kern/subr_acl_nfs4.c standard
|
|
kern/subr_acl_posix1e.c standard
|
|
kern/subr_autoconf.c standard
|
|
kern/subr_blist.c standard
|
|
kern/subr_bus.c standard
|
|
kern/subr_bufring.c standard
|
|
kern/subr_clock.c standard
|
|
kern/subr_devstat.c standard
|
|
kern/subr_disk.c standard
|
|
kern/subr_eventhandler.c standard
|
|
kern/subr_fattime.c standard
|
|
kern/subr_firmware.c optional firmware
|
|
kern/subr_hash.c standard
|
|
kern/subr_hints.c standard
|
|
kern/subr_kdb.c standard
|
|
kern/subr_kobj.c standard
|
|
kern/subr_lock.c standard
|
|
kern/subr_log.c standard
|
|
kern/subr_mbpool.c optional libmbpool
|
|
kern/subr_mchain.c optional libmchain
|
|
kern/subr_module.c standard
|
|
kern/subr_msgbuf.c standard
|
|
kern/subr_param.c standard
|
|
kern/subr_pcpu.c standard
|
|
kern/subr_power.c standard
|
|
kern/subr_prf.c standard
|
|
kern/subr_prof.c standard
|
|
kern/subr_rman.c standard
|
|
kern/subr_rtc.c standard
|
|
kern/subr_sbuf.c standard
|
|
kern/subr_scanf.c standard
|
|
kern/subr_sglist.c standard
|
|
kern/subr_sleepqueue.c standard
|
|
kern/subr_smp.c standard
|
|
kern/subr_stack.c optional ddb | stack | ktr
|
|
kern/subr_taskqueue.c standard
|
|
kern/subr_trap.c standard
|
|
kern/subr_turnstile.c standard
|
|
kern/subr_uio.c standard
|
|
kern/subr_unit.c standard
|
|
kern/subr_witness.c optional witness
|
|
kern/sys_generic.c standard
|
|
kern/sys_pipe.c standard
|
|
kern/sys_process.c standard
|
|
kern/sys_socket.c standard
|
|
kern/syscalls.c standard
|
|
kern/sysv_ipc.c standard
|
|
kern/sysv_msg.c optional sysvmsg
|
|
kern/sysv_sem.c optional sysvsem
|
|
kern/sysv_shm.c optional sysvshm
|
|
kern/tty.c standard
|
|
kern/tty_compat.c optional compat_43tty
|
|
kern/tty_info.c standard
|
|
kern/tty_inq.c standard
|
|
kern/tty_outq.c standard
|
|
kern/tty_pts.c standard
|
|
kern/tty_tty.c standard
|
|
kern/tty_ttydisc.c standard
|
|
kern/uipc_accf.c optional inet
|
|
kern/uipc_cow.c optional zero_copy_sockets
|
|
kern/uipc_debug.c optional ddb
|
|
kern/uipc_domain.c standard
|
|
kern/uipc_mbuf.c standard
|
|
kern/uipc_mbuf2.c standard
|
|
kern/uipc_mqueue.c optional p1003_1b_mqueue
|
|
kern/uipc_sem.c optional p1003_1b_semaphores
|
|
kern/uipc_shm.c standard
|
|
kern/uipc_sockbuf.c standard
|
|
kern/uipc_socket.c standard
|
|
kern/uipc_syscalls.c standard
|
|
kern/uipc_usrreq.c standard
|
|
kern/vfs_acl.c standard
|
|
kern/vfs_aio.c optional vfs_aio
|
|
kern/vfs_bio.c standard
|
|
kern/vfs_cache.c standard
|
|
kern/vfs_cluster.c standard
|
|
kern/vfs_default.c standard
|
|
kern/vfs_export.c standard
|
|
kern/vfs_extattr.c standard
|
|
kern/vfs_hash.c standard
|
|
kern/vfs_init.c standard
|
|
kern/vfs_lookup.c standard
|
|
kern/vfs_mount.c standard
|
|
kern/vfs_mountroot.c standard
|
|
kern/vfs_subr.c standard
|
|
kern/vfs_syscalls.c standard
|
|
kern/vfs_vnops.c standard
|
|
#
|
|
# Kernel GSS-API
|
|
#
|
|
gssd.h optional kgssapi \
|
|
dependency "$S/kgssapi/gssd.x" \
|
|
compile-with "rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h" \
|
|
no-obj no-implicit-rule before-depend local \
|
|
clean "gssd.h"
|
|
gssd_xdr.c optional kgssapi \
|
|
dependency "$S/kgssapi/gssd.x gssd.h" \
|
|
compile-with "rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c" \
|
|
no-implicit-rule before-depend local \
|
|
clean "gssd_xdr.c"
|
|
gssd_clnt.c optional kgssapi \
|
|
dependency "$S/kgssapi/gssd.x gssd.h" \
|
|
compile-with "rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c" \
|
|
no-implicit-rule before-depend local \
|
|
clean "gssd_clnt.c"
|
|
kgssapi/gss_accept_sec_context.c optional kgssapi
|
|
kgssapi/gss_add_oid_set_member.c optional kgssapi
|
|
kgssapi/gss_acquire_cred.c optional kgssapi
|
|
kgssapi/gss_canonicalize_name.c optional kgssapi
|
|
kgssapi/gss_create_empty_oid_set.c optional kgssapi
|
|
kgssapi/gss_delete_sec_context.c optional kgssapi
|
|
kgssapi/gss_display_status.c optional kgssapi
|
|
kgssapi/gss_export_name.c optional kgssapi
|
|
kgssapi/gss_get_mic.c optional kgssapi
|
|
kgssapi/gss_init_sec_context.c optional kgssapi
|
|
kgssapi/gss_impl.c optional kgssapi
|
|
kgssapi/gss_import_name.c optional kgssapi
|
|
kgssapi/gss_names.c optional kgssapi
|
|
kgssapi/gss_pname_to_uid.c optional kgssapi
|
|
kgssapi/gss_release_buffer.c optional kgssapi
|
|
kgssapi/gss_release_cred.c optional kgssapi
|
|
kgssapi/gss_release_name.c optional kgssapi
|
|
kgssapi/gss_release_oid_set.c optional kgssapi
|
|
kgssapi/gss_set_cred_option.c optional kgssapi
|
|
kgssapi/gss_test_oid_set_member.c optional kgssapi
|
|
kgssapi/gss_unwrap.c optional kgssapi
|
|
kgssapi/gss_verify_mic.c optional kgssapi
|
|
kgssapi/gss_wrap.c optional kgssapi
|
|
kgssapi/gss_wrap_size_limit.c optional kgssapi
|
|
kgssapi/gssd_prot.c optional kgssapi
|
|
kgssapi/krb5/krb5_mech.c optional kgssapi
|
|
kgssapi/krb5/kcrypto.c optional kgssapi
|
|
kgssapi/krb5/kcrypto_aes.c optional kgssapi
|
|
kgssapi/krb5/kcrypto_arcfour.c optional kgssapi
|
|
kgssapi/krb5/kcrypto_des.c optional kgssapi
|
|
kgssapi/krb5/kcrypto_des3.c optional kgssapi
|
|
kgssapi/kgss_if.m optional kgssapi
|
|
kgssapi/gsstest.c optional kgssapi_debug
|
|
# These files in libkern/ are those needed by all architectures. Some
|
|
# of the files in libkern/ are only needed on some architectures, e.g.,
|
|
# libkern/divdi3.c is needed by i386 but not alpha. Also, some of these
|
|
# routines may be optimized for a particular platform. In either case,
|
|
# the file should be moved to conf/files.<arch> from here.
|
|
#
|
|
libkern/arc4random.c standard
|
|
libkern/bcd.c standard
|
|
libkern/bsearch.c standard
|
|
libkern/crc32.c standard
|
|
libkern/fnmatch.c standard
|
|
libkern/gets.c standard
|
|
libkern/iconv.c optional libiconv
|
|
libkern/iconv_converter_if.m optional libiconv
|
|
libkern/iconv_xlat.c optional libiconv
|
|
libkern/iconv_xlat16.c optional libiconv
|
|
libkern/index.c standard
|
|
libkern/inet_aton.c standard
|
|
libkern/inet_ntoa.c standard
|
|
libkern/inet_ntop.c standard
|
|
libkern/inet_pton.c standard
|
|
libkern/mcount.c optional profiling-routine
|
|
libkern/memcmp.c standard
|
|
libkern/qsort.c standard
|
|
libkern/qsort_r.c standard
|
|
libkern/random.c standard
|
|
libkern/rindex.c standard
|
|
libkern/scanc.c standard
|
|
libkern/skpc.c standard
|
|
libkern/strcasecmp.c standard
|
|
libkern/strcat.c standard
|
|
libkern/strcmp.c standard
|
|
libkern/strcpy.c standard
|
|
libkern/strcspn.c standard
|
|
libkern/strdup.c standard
|
|
libkern/strlcat.c standard
|
|
libkern/strlcpy.c standard
|
|
libkern/strlen.c standard
|
|
libkern/strncmp.c standard
|
|
libkern/strncpy.c standard
|
|
libkern/strsep.c standard
|
|
libkern/strspn.c standard
|
|
libkern/strstr.c standard
|
|
libkern/strtol.c standard
|
|
libkern/strtoq.c standard
|
|
libkern/strtoul.c standard
|
|
libkern/strtouq.c standard
|
|
libkern/strvalid.c standard
|
|
net/bpf.c standard
|
|
net/bpf_buffer.c optional bpf
|
|
net/bpf_jitter.c optional bpf_jitter
|
|
net/bpf_filter.c optional bpf | netgraph_bpf
|
|
net/bpf_zerocopy.c optional bpf
|
|
net/bridgestp.c optional bridge | if_bridge
|
|
net/flowtable.c optional flowtable inet
|
|
net/ieee8023ad_lacp.c optional lagg
|
|
net/if.c standard
|
|
net/if_arcsubr.c optional arcnet
|
|
net/if_atmsubr.c optional atm
|
|
net/if_bridge.c optional bridge inet | if_bridge inet
|
|
net/if_clone.c standard
|
|
net/if_dead.c standard
|
|
net/if_debug.c optional ddb
|
|
net/if_disc.c optional disc
|
|
net/if_edsc.c optional edsc
|
|
net/if_ef.c optional ef
|
|
net/if_enc.c optional enc ipsec inet | enc ipsec inet6
|
|
net/if_epair.c optional epair
|
|
net/if_ethersubr.c optional ether \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
net/if_faith.c optional faith
|
|
net/if_fddisubr.c optional fddi
|
|
net/if_fwsubr.c optional fwip
|
|
net/if_gif.c optional gif | netgraph_gif
|
|
net/if_gre.c optional gre inet
|
|
net/if_iso88025subr.c optional token
|
|
net/if_lagg.c optional lagg
|
|
net/if_loop.c optional loop
|
|
net/if_llatbl.c standard
|
|
net/if_media.c standard
|
|
net/if_mib.c standard
|
|
net/if_spppfr.c optional sppp | netgraph_sppp
|
|
net/if_spppsubr.c optional sppp | netgraph_sppp
|
|
net/if_stf.c optional stf inet inet6
|
|
net/if_tun.c optional tun
|
|
net/if_tap.c optional tap
|
|
net/if_vlan.c optional vlan
|
|
net/mppcc.c optional netgraph_mppc_compression
|
|
net/mppcd.c optional netgraph_mppc_compression
|
|
net/netisr.c standard
|
|
net/pfil.c optional ether | inet
|
|
net/radix.c standard
|
|
net/radix_mpath.c standard
|
|
net/raw_cb.c standard
|
|
net/raw_usrreq.c standard
|
|
net/route.c standard
|
|
net/rtsock.c standard
|
|
net/slcompress.c optional netgraph_vjc | sppp | \
|
|
netgraph_sppp
|
|
net/vnet.c optional vimage
|
|
net/zlib.c optional crypto | geom_uzip | ipsec | \
|
|
mxge | netgraph_deflate | \
|
|
ddb_ctf | gzio
|
|
net80211/ieee80211.c optional wlan
|
|
net80211/ieee80211_acl.c optional wlan wlan_acl
|
|
net80211/ieee80211_action.c optional wlan
|
|
net80211/ieee80211_ageq.c optional wlan
|
|
net80211/ieee80211_adhoc.c optional wlan
|
|
net80211/ieee80211_ageq.c optional wlan
|
|
net80211/ieee80211_amrr.c optional wlan | wlan_amrr
|
|
net80211/ieee80211_crypto.c optional wlan
|
|
net80211/ieee80211_crypto_ccmp.c optional wlan wlan_ccmp
|
|
net80211/ieee80211_crypto_none.c optional wlan
|
|
net80211/ieee80211_crypto_tkip.c optional wlan wlan_tkip
|
|
net80211/ieee80211_crypto_wep.c optional wlan wlan_wep
|
|
net80211/ieee80211_ddb.c optional wlan ddb
|
|
net80211/ieee80211_dfs.c optional wlan
|
|
net80211/ieee80211_freebsd.c optional wlan
|
|
net80211/ieee80211_hostap.c optional wlan
|
|
net80211/ieee80211_ht.c optional wlan
|
|
net80211/ieee80211_hwmp.c optional wlan ieee80211_support_mesh
|
|
net80211/ieee80211_input.c optional wlan
|
|
net80211/ieee80211_ioctl.c optional wlan
|
|
net80211/ieee80211_mesh.c optional wlan ieee80211_support_mesh
|
|
net80211/ieee80211_monitor.c optional wlan
|
|
net80211/ieee80211_node.c optional wlan
|
|
net80211/ieee80211_output.c optional wlan
|
|
net80211/ieee80211_phy.c optional wlan
|
|
net80211/ieee80211_power.c optional wlan
|
|
net80211/ieee80211_proto.c optional wlan
|
|
net80211/ieee80211_radiotap.c optional wlan
|
|
net80211/ieee80211_ratectl.c optional wlan
|
|
net80211/ieee80211_ratectl_none.c optional wlan
|
|
net80211/ieee80211_regdomain.c optional wlan
|
|
net80211/ieee80211_rssadapt.c optional wlan wlan_rssadapt
|
|
net80211/ieee80211_scan.c optional wlan
|
|
net80211/ieee80211_scan_sta.c optional wlan
|
|
net80211/ieee80211_sta.c optional wlan
|
|
net80211/ieee80211_superg.c optional wlan ieee80211_support_superg
|
|
net80211/ieee80211_tdma.c optional wlan ieee80211_support_tdma
|
|
net80211/ieee80211_wds.c optional wlan
|
|
net80211/ieee80211_xauth.c optional wlan wlan_xauth
|
|
netatalk/aarp.c optional netatalk
|
|
netatalk/at_control.c optional netatalk
|
|
netatalk/at_proto.c optional netatalk
|
|
netatalk/at_rmx.c optional netatalk
|
|
netatalk/ddp_input.c optional netatalk
|
|
netatalk/ddp_output.c optional netatalk
|
|
netatalk/ddp_pcb.c optional netatalk
|
|
netatalk/ddp_usrreq.c optional netatalk
|
|
netgraph/atm/ccatm/ng_ccatm.c optional ngatm_ccatm \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
netgraph/atm/ng_atm.c optional ngatm_atm
|
|
netgraph/atm/ngatmbase.c optional ngatm_atmbase \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
netgraph/atm/sscfu/ng_sscfu.c optional ngatm_sscfu \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
netgraph/atm/sscop/ng_sscop.c optional ngatm_sscop \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
netgraph/atm/uni/ng_uni.c optional ngatm_uni \
|
|
compile-with "${NORMAL_C} -I$S/contrib/ngatm"
|
|
netgraph/bluetooth/common/ng_bluetooth.c optional netgraph_bluetooth
|
|
netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c optional netgraph_bluetooth_bt3c
|
|
netgraph/bluetooth/drivers/h4/ng_h4.c optional netgraph_bluetooth_h4
|
|
netgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt usb
|
|
netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw usb
|
|
netgraph/bluetooth/hci/ng_hci_cmds.c optional netgraph_bluetooth_hci
|
|
netgraph/bluetooth/hci/ng_hci_evnt.c optional netgraph_bluetooth_hci
|
|
netgraph/bluetooth/hci/ng_hci_main.c optional netgraph_bluetooth_hci
|
|
netgraph/bluetooth/hci/ng_hci_misc.c optional netgraph_bluetooth_hci
|
|
netgraph/bluetooth/hci/ng_hci_ulpi.c optional netgraph_bluetooth_hci
|
|
netgraph/bluetooth/l2cap/ng_l2cap_cmds.c optional netgraph_bluetooth_l2cap
|
|
netgraph/bluetooth/l2cap/ng_l2cap_evnt.c optional netgraph_bluetooth_l2cap
|
|
netgraph/bluetooth/l2cap/ng_l2cap_llpi.c optional netgraph_bluetooth_l2cap
|
|
netgraph/bluetooth/l2cap/ng_l2cap_main.c optional netgraph_bluetooth_l2cap
|
|
netgraph/bluetooth/l2cap/ng_l2cap_misc.c optional netgraph_bluetooth_l2cap
|
|
netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c optional netgraph_bluetooth_l2cap
|
|
netgraph/bluetooth/socket/ng_btsocket.c optional netgraph_bluetooth_socket
|
|
netgraph/bluetooth/socket/ng_btsocket_hci_raw.c optional netgraph_bluetooth_socket
|
|
netgraph/bluetooth/socket/ng_btsocket_l2cap.c optional netgraph_bluetooth_socket
|
|
netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c optional netgraph_bluetooth_socket
|
|
netgraph/bluetooth/socket/ng_btsocket_rfcomm.c optional netgraph_bluetooth_socket
|
|
netgraph/bluetooth/socket/ng_btsocket_sco.c optional netgraph_bluetooth_socket
|
|
netgraph/netflow/netflow.c optional netgraph_netflow
|
|
netgraph/netflow/ng_netflow.c optional netgraph_netflow
|
|
netgraph/ng_UI.c optional netgraph_UI
|
|
netgraph/ng_async.c optional netgraph_async
|
|
netgraph/ng_atmllc.c optional netgraph_atmllc
|
|
netgraph/ng_base.c optional netgraph
|
|
netgraph/ng_bpf.c optional netgraph_bpf
|
|
netgraph/ng_bridge.c optional netgraph_bridge
|
|
netgraph/ng_car.c optional netgraph_car
|
|
netgraph/ng_cisco.c optional netgraph_cisco
|
|
netgraph/ng_deflate.c optional netgraph_deflate
|
|
netgraph/ng_device.c optional netgraph_device
|
|
netgraph/ng_echo.c optional netgraph_echo
|
|
netgraph/ng_eiface.c optional netgraph_eiface
|
|
netgraph/ng_ether.c optional netgraph_ether
|
|
netgraph/ng_ether_echo.c optional netgraph_ether_echo
|
|
netgraph/ng_fec.c optional netgraph_fec
|
|
netgraph/ng_frame_relay.c optional netgraph_frame_relay
|
|
netgraph/ng_gif.c optional netgraph_gif
|
|
netgraph/ng_gif_demux.c optional netgraph_gif_demux
|
|
netgraph/ng_hole.c optional netgraph_hole
|
|
netgraph/ng_iface.c optional netgraph_iface
|
|
netgraph/ng_ip_input.c optional netgraph_ip_input
|
|
netgraph/ng_ipfw.c optional netgraph_ipfw inet ipfirewall
|
|
netgraph/ng_ksocket.c optional netgraph_ksocket
|
|
netgraph/ng_l2tp.c optional netgraph_l2tp
|
|
netgraph/ng_lmi.c optional netgraph_lmi
|
|
netgraph/ng_mppc.c optional netgraph_mppc_compression | \
|
|
netgraph_mppc_encryption
|
|
netgraph/ng_nat.c optional netgraph_nat inet libalias
|
|
netgraph/ng_one2many.c optional netgraph_one2many
|
|
netgraph/ng_parse.c optional netgraph
|
|
netgraph/ng_patch.c optional netgraph_patch
|
|
netgraph/ng_pipe.c optional netgraph_pipe
|
|
netgraph/ng_ppp.c optional netgraph_ppp
|
|
netgraph/ng_pppoe.c optional netgraph_pppoe
|
|
netgraph/ng_pptpgre.c optional netgraph_pptpgre
|
|
netgraph/ng_pred1.c optional netgraph_pred1
|
|
netgraph/ng_rfc1490.c optional netgraph_rfc1490
|
|
netgraph/ng_socket.c optional netgraph_socket
|
|
netgraph/ng_split.c optional netgraph_split
|
|
netgraph/ng_sppp.c optional netgraph_sppp
|
|
netgraph/ng_tag.c optional netgraph_tag
|
|
netgraph/ng_tcpmss.c optional netgraph_tcpmss
|
|
netgraph/ng_tee.c optional netgraph_tee
|
|
netgraph/ng_tty.c optional netgraph_tty
|
|
netgraph/ng_vjc.c optional netgraph_vjc
|
|
netgraph/ng_vlan.c optional netgraph_vlan
|
|
netinet/accf_data.c optional accept_filter_data inet
|
|
netinet/accf_dns.c optional accept_filter_dns inet
|
|
netinet/accf_http.c optional accept_filter_http inet
|
|
netinet/if_atm.c optional atm
|
|
netinet/if_ether.c optional inet ether
|
|
netinet/igmp.c optional inet
|
|
netinet/in.c optional inet
|
|
netinet/in_debug.c optional inet ddb
|
|
netinet/ip_carp.c optional inet carp | inet6 carp
|
|
netinet/in_gif.c optional gif inet | netgraph_gif inet
|
|
netinet/ip_gre.c optional gre inet
|
|
netinet/ip_id.c optional inet
|
|
netinet/in_mcast.c optional inet
|
|
netinet/in_pcb.c optional inet
|
|
netinet/in_proto.c optional inet \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
netinet/in_rmx.c optional inet
|
|
netinet/ip_divert.c optional inet ipdivert ipfirewall
|
|
netinet/ipfw/dn_heap.c optional inet dummynet
|
|
netinet/ipfw/dn_sched_fifo.c optional inet dummynet
|
|
netinet/ipfw/dn_sched_prio.c optional inet dummynet
|
|
netinet/ipfw/dn_sched_qfq.c optional inet dummynet
|
|
netinet/ipfw/dn_sched_rr.c optional inet dummynet
|
|
netinet/ipfw/dn_sched_wf2q.c optional inet dummynet
|
|
netinet/ipfw/ip_dummynet.c optional inet dummynet
|
|
netinet/ipfw/ip_dn_io.c optional inet dummynet
|
|
netinet/ipfw/ip_dn_glue.c optional inet dummynet
|
|
netinet/ip_ecn.c optional inet | inet6
|
|
netinet/ip_encap.c optional inet | inet6
|
|
netinet/ip_fastfwd.c optional inet
|
|
netinet/ipfw/ip_fw2.c optional inet ipfirewall \
|
|
compile-with "${NORMAL_C} -I$S/contrib/pf"
|
|
netinet/ipfw/ip_fw_dynamic.c optional inet ipfirewall
|
|
netinet/ipfw/ip_fw_log.c optional inet ipfirewall
|
|
netinet/ipfw/ip_fw_pfil.c optional inet ipfirewall
|
|
netinet/ipfw/ip_fw_sockopt.c optional inet ipfirewall
|
|
netinet/ipfw/ip_fw_table.c optional inet ipfirewall
|
|
netinet/ipfw/ip_fw_nat.c optional inet ipfirewall_nat
|
|
netinet/ip_icmp.c optional inet
|
|
netinet/ip_input.c optional inet
|
|
netinet/ip_ipsec.c optional inet ipsec
|
|
netinet/ip_mroute.c optional mrouting inet | mrouting inet6
|
|
netinet/ip_options.c optional inet
|
|
netinet/ip_output.c optional inet
|
|
netinet/raw_ip.c optional inet
|
|
netinet/cc/cc.c optional inet
|
|
netinet/cc/cc_newreno.c optional inet
|
|
netinet/sctp_asconf.c optional inet sctp
|
|
netinet/sctp_auth.c optional inet sctp
|
|
netinet/sctp_bsd_addr.c optional inet sctp
|
|
netinet/sctp_cc_functions.c optional inet sctp
|
|
netinet/sctp_crc32.c optional inet sctp
|
|
netinet/sctp_indata.c optional inet sctp
|
|
netinet/sctp_input.c optional inet sctp
|
|
netinet/sctp_output.c optional inet sctp
|
|
netinet/sctp_pcb.c optional inet sctp
|
|
netinet/sctp_peeloff.c optional inet sctp
|
|
netinet/sctp_sysctl.c optional inet sctp
|
|
netinet/sctp_timer.c optional inet sctp
|
|
netinet/sctp_usrreq.c optional inet sctp
|
|
netinet/sctputil.c optional inet sctp
|
|
netinet/tcp_debug.c optional tcpdebug
|
|
netinet/tcp_hostcache.c optional inet
|
|
netinet/tcp_input.c optional inet
|
|
netinet/tcp_lro.c optional inet
|
|
netinet/tcp_output.c optional inet
|
|
netinet/tcp_offload.c optional inet
|
|
netinet/tcp_reass.c optional inet
|
|
netinet/tcp_sack.c optional inet
|
|
netinet/tcp_subr.c optional inet
|
|
netinet/tcp_syncache.c optional inet
|
|
netinet/tcp_timer.c optional inet
|
|
netinet/tcp_timewait.c optional inet
|
|
netinet/tcp_usrreq.c optional inet
|
|
netinet/udp_usrreq.c optional inet
|
|
netinet/libalias/alias.c optional libalias inet | netgraph_nat inet
|
|
netinet/libalias/alias_db.c optional libalias inet | netgraph_nat inet
|
|
netinet/libalias/alias_mod.c optional libalias | netgraph_nat
|
|
netinet/libalias/alias_proxy.c optional libalias inet | netgraph_nat inet
|
|
netinet/libalias/alias_util.c optional libalias inet | netgraph_nat inet
|
|
netinet/libalias/alias_sctp.c optional libalias inet | netgraph_nat inet
|
|
netinet6/dest6.c optional inet6
|
|
netinet6/frag6.c optional inet6
|
|
netinet6/icmp6.c optional inet6
|
|
netinet6/in6.c optional inet6
|
|
netinet6/in6_cksum.c optional inet6
|
|
netinet6/in6_gif.c optional gif inet6 | netgraph_gif inet6
|
|
netinet6/in6_ifattach.c optional inet6
|
|
netinet6/in6_mcast.c optional inet6
|
|
netinet6/in6_pcb.c optional inet6
|
|
netinet6/in6_proto.c optional inet6
|
|
netinet6/in6_rmx.c optional inet6
|
|
netinet6/in6_src.c optional inet6
|
|
netinet6/ip6_forward.c optional inet6
|
|
netinet6/ip6_id.c optional inet6
|
|
netinet6/ip6_input.c optional inet6
|
|
netinet6/ip6_mroute.c optional mrouting inet6
|
|
netinet6/ip6_output.c optional inet6
|
|
netinet6/ip6_ipsec.c optional inet6 ipsec
|
|
netinet6/mld6.c optional inet6
|
|
netinet6/nd6.c optional inet6
|
|
netinet6/nd6_nbr.c optional inet6
|
|
netinet6/nd6_rtr.c optional inet6
|
|
netinet6/raw_ip6.c optional inet6
|
|
netinet6/route6.c optional inet6
|
|
netinet6/scope6.c optional inet6
|
|
netinet6/sctp6_usrreq.c optional inet6 sctp
|
|
netinet6/udp6_usrreq.c optional inet6
|
|
netipsec/ipsec.c optional ipsec inet | ipsec inet6
|
|
netipsec/ipsec_input.c optional ipsec inet | ipsec inet6
|
|
netipsec/ipsec_mbuf.c optional ipsec inet | ipsec inet6
|
|
netipsec/ipsec_output.c optional ipsec inet | ipsec inet6
|
|
netipsec/key.c optional ipsec inet | ipsec inet6
|
|
netipsec/key_debug.c optional ipsec inet | ipsec inet6
|
|
netipsec/keysock.c optional ipsec inet | ipsec inet6
|
|
netipsec/xform_ah.c optional ipsec inet | ipsec inet6
|
|
netipsec/xform_esp.c optional ipsec inet | ipsec inet6
|
|
netipsec/xform_ipcomp.c optional ipsec inet | ipsec inet6
|
|
netipsec/xform_ipip.c optional ipsec inet | ipsec inet6
|
|
netipsec/xform_tcp.c optional ipsec inet tcp_signature | \
|
|
ipsec inet6 tcp_signature
|
|
netipx/ipx.c optional ipx
|
|
netipx/ipx_cksum.c optional ipx
|
|
netipx/ipx_input.c optional ipx
|
|
netipx/ipx_outputfl.c optional ipx
|
|
netipx/ipx_pcb.c optional ipx
|
|
netipx/ipx_proto.c optional ipx
|
|
netipx/ipx_usrreq.c optional ipx
|
|
netipx/spx_debug.c optional ipx
|
|
netipx/spx_reass.c optional ipx
|
|
netipx/spx_usrreq.c optional ipx
|
|
netnatm/natm.c optional natm
|
|
netnatm/natm_pcb.c optional natm
|
|
netnatm/natm_proto.c optional natm
|
|
netncp/ncp_conn.c optional ncp
|
|
netncp/ncp_crypt.c optional ncp
|
|
netncp/ncp_login.c optional ncp
|
|
netncp/ncp_mod.c optional ncp
|
|
netncp/ncp_ncp.c optional ncp
|
|
netncp/ncp_nls.c optional ncp
|
|
netncp/ncp_rq.c optional ncp
|
|
netncp/ncp_sock.c optional ncp
|
|
netncp/ncp_subr.c optional ncp
|
|
netsmb/smb_conn.c optional netsmb
|
|
netsmb/smb_crypt.c optional netsmb
|
|
netsmb/smb_dev.c optional netsmb
|
|
netsmb/smb_iod.c optional netsmb
|
|
netsmb/smb_rq.c optional netsmb
|
|
netsmb/smb_smb.c optional netsmb
|
|
netsmb/smb_subr.c optional netsmb
|
|
netsmb/smb_trantcp.c optional netsmb
|
|
netsmb/smb_usr.c optional netsmb
|
|
nfs/nfs_common.c optional nfsclient | nfsserver
|
|
nfs/nfs_lock.c optional nfsclient | nfscl
|
|
nfsclient/bootp_subr.c optional bootp nfsclient
|
|
nfsclient/krpc_subr.c optional bootp nfsclient
|
|
nfsclient/nfs_bio.c optional nfsclient
|
|
nfsclient/nfs_diskless.c optional nfsclient nfs_root
|
|
nfsclient/nfs_node.c optional nfsclient
|
|
nfsclient/nfs_krpc.c optional nfsclient
|
|
nfsclient/nfs_subs.c optional nfsclient
|
|
nfsclient/nfs_nfsiod.c optional nfsclient
|
|
nfsclient/nfs_vfsops.c optional nfsclient
|
|
nfsclient/nfs_vnops.c optional nfsclient
|
|
nfsserver/nfs_fha.c optional nfsserver
|
|
nfsserver/nfs_serv.c optional nfsserver
|
|
nfsserver/nfs_srvkrpc.c optional nfsserver
|
|
nfsserver/nfs_srvsubs.c optional nfsserver
|
|
nfs/nfs_nfssvc.c optional nfsserver | nfscl | nfsd
|
|
nlm/nlm_advlock.c optional nfslockd nfsclient | nfsd nfsclient
|
|
nlm/nlm_prot_clnt.c optional nfslockd | nfsd
|
|
nlm/nlm_prot_impl.c optional nfslockd | nfsd
|
|
nlm/nlm_prot_server.c optional nfslockd | nfsd
|
|
nlm/nlm_prot_svc.c optional nfslockd | nfsd
|
|
nlm/nlm_prot_xdr.c optional nfslockd | nfsd
|
|
nlm/sm_inter_xdr.c optional nfslockd | nfsd
|
|
# crypto support
|
|
opencrypto/cast.c optional crypto | ipsec
|
|
opencrypto/criov.c optional crypto
|
|
opencrypto/crypto.c optional crypto
|
|
opencrypto/cryptodev.c optional cryptodev
|
|
opencrypto/cryptodev_if.m optional crypto
|
|
opencrypto/cryptosoft.c optional crypto
|
|
opencrypto/deflate.c optional crypto
|
|
opencrypto/rmd160.c optional crypto | ipsec
|
|
opencrypto/skipjack.c optional crypto
|
|
opencrypto/xform.c optional crypto
|
|
pci/alpm.c optional alpm pci
|
|
pci/amdpm.c optional amdpm pci | nfpm pci
|
|
pci/amdsmb.c optional amdsmb pci
|
|
pci/if_rl.c optional rl pci
|
|
pci/intpm.c optional intpm pci
|
|
pci/ncr.c optional ncr pci
|
|
pci/nfsmb.c optional nfsmb pci
|
|
pci/viapm.c optional viapm pci
|
|
rpc/auth_none.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/auth_unix.c optional krpc | nfslockd | nfsclient | nfscl | nfsd
|
|
rpc/authunix_prot.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/clnt_dg.c optional krpc | nfslockd | nfsclient | nfscl | nfsd
|
|
rpc/clnt_rc.c optional krpc | nfslockd | nfsclient | nfscl | nfsd
|
|
rpc/clnt_vc.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/getnetconfig.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/replay.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/rpc_callmsg.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/rpc_generic.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/rpc_prot.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/rpcb_clnt.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/rpcb_prot.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
rpc/svc.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/svc_auth.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/svc_auth_unix.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/svc_dg.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/svc_generic.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/svc_vc.c optional krpc | nfslockd | nfsserver | nfscl | nfsd
|
|
rpc/rpcsec_gss/rpcsec_gss.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
|
|
rpc/rpcsec_gss/rpcsec_gss_conf.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
|
|
rpc/rpcsec_gss/rpcsec_gss_misc.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
|
|
rpc/rpcsec_gss/rpcsec_gss_prot.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
|
|
rpc/rpcsec_gss/svc_rpcsec_gss.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
|
|
security/audit/audit.c optional audit
|
|
security/audit/audit_arg.c optional audit
|
|
security/audit/audit_bsm.c optional audit
|
|
security/audit/audit_bsm_domain.c optional audit
|
|
security/audit/audit_bsm_errno.c optional audit
|
|
security/audit/audit_bsm_fcntl.c optional audit
|
|
security/audit/audit_bsm_klib.c optional audit
|
|
security/audit/audit_bsm_socket_type.c optional audit
|
|
security/audit/audit_bsm_token.c optional audit
|
|
security/audit/audit_pipe.c optional audit
|
|
security/audit/audit_syscalls.c standard
|
|
security/audit/audit_trigger.c optional audit
|
|
security/audit/audit_worker.c optional audit
|
|
security/mac/mac_atalk.c optional mac netatalk
|
|
security/mac/mac_audit.c optional mac audit
|
|
security/mac/mac_cred.c optional mac
|
|
security/mac/mac_framework.c optional mac
|
|
security/mac/mac_inet.c optional mac inet
|
|
security/mac/mac_inet6.c optional mac inet6
|
|
security/mac/mac_label.c optional mac
|
|
security/mac/mac_net.c optional mac
|
|
security/mac/mac_pipe.c optional mac
|
|
security/mac/mac_posix_sem.c optional mac
|
|
security/mac/mac_posix_shm.c optional mac
|
|
security/mac/mac_priv.c optional mac
|
|
security/mac/mac_process.c optional mac
|
|
security/mac/mac_socket.c optional mac
|
|
security/mac/mac_syscalls.c standard
|
|
security/mac/mac_system.c optional mac
|
|
security/mac/mac_sysv_msg.c optional mac
|
|
security/mac/mac_sysv_sem.c optional mac
|
|
security/mac/mac_sysv_shm.c optional mac
|
|
security/mac/mac_vfs.c optional mac
|
|
security/mac_biba/mac_biba.c optional mac_biba
|
|
security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended
|
|
security/mac_bsdextended/ugidfw_system.c optional mac_bsdextended
|
|
security/mac_bsdextended/ugidfw_vnode.c optional mac_bsdextended
|
|
security/mac_ifoff/mac_ifoff.c optional mac_ifoff
|
|
security/mac_lomac/mac_lomac.c optional mac_lomac
|
|
security/mac_mls/mac_mls.c optional mac_mls
|
|
security/mac_none/mac_none.c optional mac_none
|
|
security/mac_partition/mac_partition.c optional mac_partition
|
|
security/mac_portacl/mac_portacl.c optional mac_portacl
|
|
security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
|
|
security/mac_stub/mac_stub.c optional mac_stub
|
|
security/mac_test/mac_test.c optional mac_test
|
|
teken/teken.c optional sc
|
|
ufs/ffs/ffs_alloc.c optional ffs
|
|
ufs/ffs/ffs_balloc.c optional ffs
|
|
ufs/ffs/ffs_inode.c optional ffs
|
|
ufs/ffs/ffs_snapshot.c optional ffs
|
|
ufs/ffs/ffs_softdep.c optional ffs
|
|
ufs/ffs/ffs_subr.c optional ffs
|
|
ufs/ffs/ffs_tables.c optional ffs
|
|
ufs/ffs/ffs_vfsops.c optional ffs
|
|
ufs/ffs/ffs_vnops.c optional ffs
|
|
ufs/ffs/ffs_rawread.c optional directio
|
|
ufs/ufs/ufs_acl.c optional ffs
|
|
ufs/ufs/ufs_bmap.c optional ffs
|
|
ufs/ufs/ufs_dirhash.c optional ffs
|
|
ufs/ufs/ufs_extattr.c optional ffs
|
|
ufs/ufs/ufs_gjournal.c optional ffs UFS_GJOURNAL
|
|
ufs/ufs/ufs_inode.c optional ffs
|
|
ufs/ufs/ufs_lookup.c optional ffs
|
|
ufs/ufs/ufs_quota.c optional ffs
|
|
ufs/ufs/ufs_vfsops.c optional ffs
|
|
ufs/ufs/ufs_vnops.c optional ffs
|
|
vm/default_pager.c standard
|
|
vm/device_pager.c standard
|
|
vm/phys_pager.c standard
|
|
vm/redzone.c optional DEBUG_REDZONE
|
|
vm/sg_pager.c standard
|
|
vm/swap_pager.c standard
|
|
vm/uma_core.c standard
|
|
vm/uma_dbg.c standard
|
|
vm/vm_contig.c standard
|
|
vm/memguard.c optional DEBUG_MEMGUARD
|
|
vm/vm_fault.c standard
|
|
vm/vm_glue.c standard
|
|
vm/vm_init.c standard
|
|
vm/vm_kern.c standard
|
|
vm/vm_map.c standard
|
|
vm/vm_meter.c standard
|
|
vm/vm_mmap.c standard
|
|
vm/vm_object.c standard
|
|
vm/vm_page.c standard
|
|
vm/vm_pageout.c standard
|
|
vm/vm_pager.c standard
|
|
vm/vm_phys.c standard
|
|
vm/vm_reserv.c standard
|
|
vm/vm_unix.c standard
|
|
vm/vm_zeroidle.c standard
|
|
vm/vnode_pager.c standard
|
|
xdr/xdr.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
xdr/xdr_array.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
xdr/xdr_mbuf.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
xdr/xdr_mem.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
xdr/xdr_reference.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
xdr/xdr_sizeof.c optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
|
|
#
|
|
gnu/fs/xfs/xfs_alloc.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs" \
|
|
warning "kernel contains GPL contaminated xfs filesystem"
|
|
gnu/fs/xfs/xfs_alloc_btree.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_bit.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_bmap.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_bmap_btree.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_btree.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_buf_item.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_da_btree.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2_block.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2_data.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2_leaf.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2_node.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2_sf.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir2_trace.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dir_leaf.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_error.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_extfree_item.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_fsops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_ialloc.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_ialloc_btree.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_inode.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_inode_item.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_iocore.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_itable.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dfrag.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_log.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_log_recover.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_mount.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_rename.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_trans.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_trans_ail.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_trans_buf.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_trans_extfree.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_trans_inode.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_trans_item.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_utils.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_vfsops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_vnodeops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_rw.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_attr_leaf.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_attr.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_dmops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_qmops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_iget.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_freebsd_iget.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_mountops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_vnops.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_frw.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_buf.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_globals.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_dmistubs.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_super.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_stats.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_vfs.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_vnode.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_sysctl.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_fs_subr.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/xfs_ioctl.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/support/debug.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/support/ktrace.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/support/mrlock.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/support/uuid.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/FreeBSD/support/kmem.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_iomap.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
gnu/fs/xfs/xfs_behavior.c optional xfs \
|
|
compile-with "${NORMAL_C} -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs"
|
|
|
|
xen/gnttab.c optional xen | xenhvm
|
|
xen/features.c optional xen | xenhvm
|
|
xen/evtchn/evtchn.c optional xen
|
|
xen/evtchn/evtchn_dev.c optional xen | xenhvm
|
|
xen/xenbus/xenbus_if.m optional xen | xenhvm
|
|
xen/xenbus/xenbus.c optional xen | xenhvm
|
|
xen/xenbus/xenbusb_if.m optional xen | xenhvm
|
|
xen/xenbus/xenbusb.c optional xen | xenhvm
|
|
xen/xenbus/xenbusb_front.c optional xen | xenhvm
|
|
xen/xenbus/xenbusb_back.c optional xen | xenhvm
|
|
xen/xenstore/xenstore.c optional xen | xenhvm
|
|
xen/xenstore/xenstore_dev.c optional xen | xenhvm
|
|
dev/xen/balloon/balloon.c optional xen | xenhvm
|
|
dev/xen/blkfront/blkfront.c optional xen | xenhvm
|
|
dev/xen/blkback/blkback.c optional xen | xenhvm
|
|
dev/xen/console/console.c optional xen
|
|
dev/xen/console/xencons_ring.c optional xen
|
|
dev/xen/control/control.c optional xen | xenhvm
|
|
dev/xen/netfront/netfront.c optional xen | xenhvm
|
|
dev/xen/xenpci/xenpci.c optional xenpci
|
|
dev/xen/xenpci/evtchn.c optional xenpci
|