Subject: Re: CVS commit: src/sys
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/25/2006 14:00:04
On Saturday 25 November 2006 13:45, Izumi Tsutsui wrote:
> scw@NetBSD.org wrote:
> > Log Message:
> > Replace the myriad copies of bounds_check_with_label() with a
> > single MI version.
> >
> > Add disk_blocksize(9) so that disk drivers can record the physical
> > block size of a disk if it is different to DEV_BSIZE. Right now
> > this simply initialises dk_blkshift and dk_byteshift according to
> > the supplied block size. This information is used in the MI version
> > of bounds_check_with_label().
>
> Does this close PR kern/26636?

Yes, it should do.

Cheers, Steve