From: Matthew Dillon Date: Wed, 4 Aug 2010 02:34:15 +0000 (-0700) Subject: kernel - Add ALTQ to GENERIC and X86_64_GENERIC X-Git-Tag: v2.9.0~614 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/4e05246291da1b325421295bcfcc7763cd96d52e kernel - Add ALTQ to GENERIC and X86_64_GENERIC * Add ALTQ to these guys, as no altq module is currently available. --- diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 096c175e44..20683c873f 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -55,6 +55,17 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. +# ALTQ +options ALTQ #alternate queueing +options ALTQ_CBQ #class based queueing +options ALTQ_RED #random early detection +options ALTQ_RIO #triple red for diffserv (needs RED) +options ALTQ_HFSC #hierarchical fair service curve +options ALTQ_PRIQ #priority queue +options ALTQ_FAIRQ #fair queueing +#options ALTQ_NOPCC #don't use processor cycle counter +#options ALTQ_DEBUG #for debugging + # To make an SMP kernel both SMP and APIC_IO are usually # specified. SMP boxes with severely broken BIOSes which # boot fine for non-SMP builds *might* work in SMP mode diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 5a516f58b8..62834da194 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -47,6 +47,18 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. +# ALTQ +options ALTQ #alternate queueing +options ALTQ_CBQ #class based queueing +options ALTQ_RED #random early detection +options ALTQ_RIO #triple red for diffserv (needs RED) +options ALTQ_HFSC #hierarchical fair service curve +options ALTQ_PRIQ #priority queue +options ALTQ_FAIRQ #fair queueing +#options ALTQ_NOPCC #don't use processor cycle counter +#options ALTQ_DEBUG #for debugging + + # To make an SMP kernel both SMP and APIC_IO are usually # specified. SMP boxes with severely broken BIOSes which # boot fine for non-SMP builds *might* work in SMP mode