Index: contrib/pf/man/pf.4 =================================================================== RCS file: /usr/store/mlaier/fcvs/src/contrib/pf/man/pf.4,v retrieving revision 1.4 diff -u -r1.4 pf.4 --- contrib/pf/man/pf.4 26 Sep 2004 16:10:40 -0000 1.4 +++ contrib/pf/man/pf.4 7 Feb 2005 11:31:00 -0000 @@ -828,6 +828,7 @@ .Ed .Sh SEE ALSO .Xr ioctl 2 , +.Xr altq 4 , .Xr bridge 4 , .Xr pflog 4 , .Xr pfsync 4 , Index: contrib/pf/man/pf.conf.5 =================================================================== RCS file: /usr/store/mlaier/fcvs/src/contrib/pf/man/pf.conf.5,v retrieving revision 1.5 diff -u -r1.5 pf.conf.5 --- contrib/pf/man/pf.conf.5 14 Nov 2004 17:05:54 -0000 1.5 +++ contrib/pf/man/pf.conf.5 7 Feb 2005 11:31:00 -0000 @@ -627,6 +627,14 @@ scrub in on $ext_if all fragment reassemble .Ed .Sh QUEUEING/ALTQ +The ALTQ system is currently not available in the GENERIC kernel nor as +loadable modules. +In order to use the herein after called queueing options one has to use a +custom built kernel. +Please refer to the +.Xr altq 4 +manpage to learn about the related kernel options. +.Pp Packets can be assigned to queues for the purpose of bandwidth control. At least two declarations are required to configure queues, and later @@ -2642,6 +2650,7 @@ This workaround will still produce the LOR, but Giant will protect from the deadlock. .Sh SEE ALSO +.Xr altq 4 , .Xr icmp 4 , .Xr icmp6 4 , .Xr ip 4 , Index: share/man/man4/altq.4 =================================================================== RCS file: /usr/store/mlaier/fcvs/src/share/man/man4/altq.4,v retrieving revision 1.9 diff -u -r1.9 altq.4 --- share/man/man4/altq.4 14 Jan 2005 10:46:08 -0000 1.9 +++ share/man/man4/altq.4 7 Feb 2005 11:13:35 -0000 @@ -25,12 +25,21 @@ .\" .\" $FreeBSD: src/share/man/man4/altq.4,v 1.9 2005/01/14 10:46:08 ru Exp $ .\" -.Dd December 24, 2004 +.Dd February 07, 2005 .Dt ALTQ 4 .Os .Sh NAME .Nm ALTQ .Nd "alternate queuing of network packets" +.Sh SYNOPSIS +.Cd options ALTQ +.Pp +.Cd options ALTQ_CBQ +.Cd options ALTQ_RED +.Cd options ALTQ_RIO +.Cd options ALTQ_HFSC +.Cd options ALTQ_CDNR +.Cd options ALTQ_PRIQ .Sh DESCRIPTION The .Nm