aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-06-13 17:29:10 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-06-13 17:29:10 +0000
commit02b199f158c91ba26b09ba085dff26594e43da68 (patch)
tree75b8601b85775d6a872ff81b3098fedeb53233af /sys/conf/options
parent39a105ba4c4e85c775e5daa5e3c1524afb77e4c2 (diff)
downloadsrc-02b199f158c91ba26b09ba085dff26594e43da68.tar.gz
src-02b199f158c91ba26b09ba085dff26594e43da68.zip
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
your (network) modules as well as any userland that might make sense of sizeof(struct ifnet). This does not change the queueing yet. These changes will follow in a seperate commit. Same with the driver changes, which need case by case evaluation. __FreeBSD_version bump will follow. Tested-by: (i386)LINT
Notes
Notes: svn path=/head/; revision=130416
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 03fc6c61abd4..62913a15133f 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -294,6 +294,15 @@ DEV_ATARAID opt_ata.h
# Net stuff.
ACCEPT_FILTER_DATA
ACCEPT_FILTER_HTTP
+ALTQ opt_global.h
+ALTQ_CBQ opt_altq.h
+ALTQ_RED opt_altq.h
+ALTQ_RIO opt_altq.h
+ALTQ_HFSC opt_altq.h
+ALTQ_CDNR opt_altq.h
+ALTQ_PRIQ opt_altq.h
+ALTQ_NOPCC opt_altq.h
+ALTQ_DEBUG opt_altq.h
BOOTP opt_bootp.h
BOOTP_COMPAT opt_bootp.h
BOOTP_NFSROOT opt_bootp.h