aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@fs.tum.de>2004-08-01 05:10:04 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-08-01 05:10:04 -0700
commitb63d6bafe8a1d256be64725578e7b50fa80a33a4 (patch)
tree59a6dbc80e9653b7bf90717487a990803dd7f945 /net
parentaec14dfe0a6f45e42fbb7dc5402cb810f44ce1f2 (diff)
downloadhistory-b63d6bafe8a1d256be64725578e7b50fa80a33a4.tar.gz
[NET]: Update NET_SCH_NETEM Kconfig help text.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de> Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'net')
-rw-r--r--net/sched/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 08b8ebddefd34d..97a42d9eda9ea0 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -37,7 +37,7 @@ config NET_SCH_CLK_GETTIMEOFDAY
config NET_SCH_CLK_CPU
bool "CPU cycle counter"
- depends on X86_TSC || X86_64 || SPARC64 || PPC64 || IA64
+ depends on X86_TSC || X86_64 || ALPHA || SPARC64 || PPC64 || IA64
help
Say Y here if you want to use the CPU's cycle counter as clock source.
This is a cheap and high resolution clock source, but on some
@@ -47,6 +47,7 @@ config NET_SCH_CLK_CPU
The useable cycle counters are:
x86/x86_64 - Timestamp Counter
+ alpha - Cycle Counter
sparc64 - %ticks register
ppc64 - Time base
ia64 - Interval Time Counter
@@ -212,7 +213,9 @@ config NET_SCH_NETEM
testing applications or protocols.
To compile this driver as a module, choose M here: the module
- will be called sch_delay.
+ will be called sch_netem.
+
+ If unsure, say N.
config NET_SCH_INGRESS
tristate "Ingress Qdisc"