Subject: Re: Changing the I/O scheduler on-the-fly
To: None <tech-kern@netbsd.org>
From: Juan RP <juan@xtrarom.org>
List: tech-kern
Date: 09/07/2005 12:40:56
On Wed, 7 Sep 2005 06:21:54 +0200
Juan RP <juan@xtrarom.org> wrote:

> Patch updated... I moved the function to list the built in schedulers
> to kern/subr_disk.c (disk_schedulers()).
> 
> That would be nice if I could create a function that switches the
> scheduler into subr_disk.c but I think it's not possible.

FYI I'm implementing that on subr_disk, adding new generic functions
to minimize the impact on the disk drivers with Quentin Garnier's help.

Maybe in some weeks we'll have this finished... :-)