Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add ALTQ glue.



details:   https://anonhg.NetBSD.org/src/rev/8861bd6d147f
branches:  trunk
changeset: 500603:8861bd6d147f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 14 17:41:38 2000 +0000

description:
Add ALTQ glue.

diffstat:

 sys/conf/files |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 20c4bebe3a19 -r 8861bd6d147f sys/conf/files
--- a/sys/conf/files    Thu Dec 14 17:36:44 2000 +0000
+++ b/sys/conf/files    Thu Dec 14 17:41:38 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.409 2000/12/11 23:16:51 onoe Exp $
+#      $NetBSD: files,v 1.410 2000/12/14 17:41:38 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -79,6 +79,10 @@
 defopt TCP_RECVSPACE
 defopt TCP_SENDSPACE
 
+defopt opt_altq.h      ALTQ_CBQ ALTQ_WFQ ALTQ_FIFOQ ALTQ_RED ALTQ_FLOWVALVE
+                       ALTQ_RIO ALTQ_LOCALQ ALTQ_HFSC ALTQ_CDNR ALTQ_BLUE
+                       ALTQ_PRIQ ALTQ_NOPCC ALTQ_DEBUG
+
 defopt SB_MAX
 
 # UVM options
@@ -580,6 +584,7 @@
 defpseudo gif: ifnet
 defpseudo faith: ifnet
 defpseudo stf: ifnet
+defpseudo altq: ifnet
 
 defpseudo sequencer
 
@@ -588,6 +593,20 @@
 file adosfs/adutil.c                   adosfs
 file adosfs/advfsops.c                 adosfs
 file adosfs/advnops.c                  adosfs
+file altq/altq_conf.c                  altq
+file altq/altq_afmap.c                 altq 
+file altq/altq_blue.c                  altq
+file altq/altq_cbq.c                   altq
+file altq/altq_cdnr.c                  altq
+file altq/altq_fifoq.c                 altq
+file altq/altq_hfsc.c                  altq
+file altq/altq_localq.c                        altq
+file altq/altq_priq.c                  altq
+file altq/altq_red.c                   altq
+file altq/altq_rio.c                   altq
+file altq/altq_rmclass.c               altq
+file altq/altq_subr.c                  altq
+file altq/altq_wfq.c                   altq
 file coda/coda_namecache.c             coda
 file coda/coda_psdev.c                 vcoda                   needs-count
 file coda/coda_subr.c                  coda



Home | Main Index | Thread Index | Old Index