Subject: Re: CVS commit: syssrc
To: None <fvdl@netbsd.org>
From: enami tsugutomo <enami@but-b.or.jp>
List: source-changes
Date: 01/08/2001 08:18:02
Frank van der Linden <fvdl@netbsd.org> writes:

> Log Message:
> Adapt all disk devices in MI directories to handle ODIOC* calls
> for ports that have bumped MAXPARTITIONS (and thus define
> __HAVE_OLD_DISKLABEL).

Hm.  Why not handle them in spec_ioctl?  For efficiency?

When DIOCGDINFO is applied to new disklabel with larger partition than
OLDMAXPARTITION, i guess we need to update checksum or just make them
error.

enami.