> From: Vadim Zhukov <[email protected]>
> Date: Fri, 13 May 2011 13:10:10 +0400
>
> Hello all.
>
> Looks like there is a typo in ioctl number...
What makes you think this is a typo?
> Index: biovar.h
> ===================================================================
> RCS file: /cvs/src/sys/dev/biovar.h,v
> retrieving revision 1.39
> diff -u -p -r1.39 biovar.h
> --- biovar.h 14 Apr 2011 02:41:40 -0000 1.39
> +++ biovar.h 13 May 2011 09:08:54 -0000
> @@ -213,7 +213,7 @@ struct bioc_discipline {
> void *bd_data;
> };
>
> -#define BIOCINSTALLBOOT _IOWR('B', 40, struct bioc_installboot)
> +#define BIOCINSTALLBOOT _IOWR('B', 41, struct bioc_installboot)
> struct bioc_installboot {
> void *bb_cookie;
> char bb_dev[16];