diff options
author | glebius <glebius@FreeBSD.org> | 2015-04-16 20:22:40 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-04-16 20:22:40 +0000 |
commit | a29f5e7ca80965b7551a01382485f2e7cba838ec (patch) | |
tree | c8f5ed55ba8f99a6440ebcb37c38c74604cb8cc7 /sys/conf/files | |
parent | 6a373c232e9be2bf3c8f6ce3cb113bf7e749e9ff (diff) | |
download | FreeBSD-src-a29f5e7ca80965b7551a01382485f2e7cba838ec.zip FreeBSD-src-a29f5e7ca80965b7551a01382485f2e7cba838ec.tar.gz |
Move ALTQ from contrib to net/altq. The ALTQ code is for many years
discontinued by its initial authors. In FreeBSD the code was already
slightly edited during the pf(4) SMP project. It is about to be edited
more in the projects/ifnet. Moving out of contrib also allows to remove
several hacks to the make glue.
Reviewed by: net@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7ef7afe..1a85e80 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -247,14 +247,6 @@ compat/freebsd32/freebsd32_ioctl.c optional compat_freebsd32 compat/freebsd32/freebsd32_misc.c optional compat_freebsd32 compat/freebsd32/freebsd32_syscalls.c optional compat_freebsd32 compat/freebsd32/freebsd32_sysent.c optional compat_freebsd32 -contrib/altq/altq/altq_cbq.c optional altq -contrib/altq/altq/altq_cdnr.c optional altq -contrib/altq/altq/altq_hfsc.c optional altq -contrib/altq/altq/altq_priq.c optional altq -contrib/altq/altq/altq_red.c optional altq -contrib/altq/altq/altq_rio.c optional altq -contrib/altq/altq/altq_rmclass.c optional altq -contrib/altq/altq/altq_subr.c optional altq contrib/dev/acpica/common/ahids.c optional acpi acpi_debug contrib/dev/acpica/common/ahuuids.c optional acpi acpi_debug contrib/dev/acpica/components/debugger/dbcmds.c optional acpi acpi_debug @@ -3272,6 +3264,14 @@ libkern/strtoul.c standard libkern/strtouq.c standard libkern/strvalid.c standard libkern/timingsafe_bcmp.c standard +net/altq/altq_cbq.c optional altq +net/altq/altq_cdnr.c optional altq +net/altq/altq_hfsc.c optional altq +net/altq/altq_priq.c optional altq +net/altq/altq_red.c optional altq +net/altq/altq_rio.c optional altq +net/altq/altq_rmclass.c optional altq +net/altq/altq_subr.c optional altq net/bpf.c standard net/bpf_buffer.c optional bpf net/bpf_jitter.c optional bpf_jitter |