Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/arch/netwinder/conf Pull up revision 1.49 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/6bc98013db95
branches:  netbsd-2-0
changeset: 561689:6bc98013db95
user:      jdc <jdc%NetBSD.org@localhost>
date:      Wed Jun 30 21:16:22 2004 +0000

description:
Pull up revision 1.49 (requested by abs in ticket #567).

Add (commented out) ALTQ options to all GENERIC-like files

diffstat:

 sys/arch/netwinder/conf/GENERIC |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 1d47b2603fc5 -r 6bc98013db95 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Wed Jun 30 21:15:46 2004 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Wed Jun 30 21:16:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.45 2004/02/13 11:36:16 wiz Exp $
+# $NetBSD: GENERIC,v 1.45.2.1 2004/06/30 21:16:22 jdc Exp $
 #
 # GENERIC machine description file
 # 
@@ -95,6 +95,19 @@
 #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
+#options       ALTQ            # Manipulate network interfaces' output queues
+#options       ALTQ_BLUE       # Stochastic Fair Blue
+#options       ALTQ_CBQ        # Class-Based Queueing
+#options       ALTQ_CDNR       # Diffserv Traffic Conditioner
+#options       ALTQ_FIFOQ      # First-In First-Out Queue
+#options       ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
+#options       ALTQ_HFSC       # Hierarchical Fair Service Curve
+#options       ALTQ_LOCALQ     # Local queueing discipline
+#options       ALTQ_PRIQ       # Priority Queueing
+#options       ALTQ_RED        # Random Early Detection
+#options       ALTQ_RIO        # RED with IN/OUT
+#options       ALTQ_WFQ        # Weighted Fair Queueing
+
 options        NFS_BOOT_BOOTP
 options        NFS_BOOT_DHCP
 #options       NFS_BOOT_BOOTPARAM



Home | Main Index | Thread Index | Old Index