diff options
author | peter <peter@FreeBSD.org> | 2013-07-03 20:22:12 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2013-07-03 20:22:12 +0000 |
commit | 4ece8fdc0636ad641f2ac0993501783351e7242e (patch) | |
tree | 93b28c6b6484b11df98c6459b93ed497b186e22c /sys/conf | |
parent | a19e257409a855f5f245855c2118fc2ef4270be4 (diff) | |
download | FreeBSD-src-4ece8fdc0636ad641f2ac0993501783351e7242e.zip FreeBSD-src-4ece8fdc0636ad641f2ac0993501783351e7242e.tar.gz |
Add an entry for filemon.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 | ||||
-rw-r--r-- | sys/conf/options | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 385a4eb..4155cb3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1369,6 +1369,7 @@ 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/filemon/filemon.c optional filemon dev/firewire/firewire.c optional firewire dev/firewire/fwcrom.c optional firewire dev/firewire/fwdev.c optional firewire diff --git a/sys/conf/options b/sys/conf/options index 894f254..d9057cc 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -85,6 +85,7 @@ COMPRESS_USER_CORES opt_core.h CY_PCI_FASTINTR DEADLKRES opt_watchdog.h DIRECTIO +FILEMON opt_dontuse.h FFCLOCK FULL_PREEMPTION opt_sched.h IPI_PREEMPTION opt_sched.h |