Subject: Re: UVM/other problems for desktop users in current?
To: Daniel Carosone <dan@geek.com.au>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: current-users
Date: 12/18/2002 09:50:13
On Wed, Dec 18, 2002 at 06:45:19PM +1100, Daniel Carosone wrote:
> It can't do that for reads, and so you might be asking the drive
> to seek a lot more and further to fulfil a certain order of read
> requests than it would have if it could reorder them first.

Does NetBSD order the requests based on the disk geometry reported in
disklabel or has this code been removed (or did it ever exist in NetBSD)?

My guess is that this code could improve the performance quite a lot - if
the disks just had a geometry you could describe in disklabel.  (That is,
if you even _knew_ the real geometry..)

  -jm