Remove reference to gsched_as module, which doesn't

actually exist.

PR:		docs/163043
Submitted by:	olgeni
Approved by:	brd
MFC after:	3 days
This commit is contained in:
Eitan Adler 2012-02-22 04:51:17 +00:00
parent 313157dead
commit 5bfdf7f990
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231992

View File

@ -141,7 +141,7 @@ and how to destroy it.
# Load the geom_sched module:
kldload geom_sched
# Load some scheduler classes used by geom_sched:
kldload gsched_rr gsched_as
kldload gsched_rr
# Configure device ad0 to use scheduler "rr":
geom sched insert -a rr ad0
# Now provider ad0 uses the "rr" algorithm;