> > + {
> > + u_char channel0;
> > + u_char channel1;
> > + u_char channel2;
> > + u_char channel3;
> > + };
> > +
> > struct linux_cdrom_subchnl
> > {
> > u_char cdsc_format;
> > ***************
> > *** 1232,1237 ****
> > --- 1240,1261 ----
>
> FYI the kernel structures are completely identical, you don't really
> gain anything by doing this convertion. Should this be put in for
> clarity? I'm not sure.
>
Ok ... I guess it should not be a problem the FreeBSD structure is
struct ioc_vol
{
u_char vol[4]; /* one for each channel */
};
which I guess should look the same in memory than the linux one ...
The confersion is then not necessary ... ??
Reinier
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: Linux ioctl not implemented error Kenneth Wayne Culver
- Re: Linux ioctl not implemented error Wilko Bulte
- Re: Linux ioctl not implemented error Gerard Roudier
- Re: Linux ioctl not implemented error Wilko Bulte
- Re: Linux ioctl not implemented error Alfred Perlstein
- Re: Linux ioctl not implemented error Wilko Bulte
- Re: Linux ioctl not implemented error Reinier Bezuidenhout
- Re: Linux ioctl not implemented err... Alfred Perlstein
- Re: Linux ioctl not implemente... Marcel Moolenaar
- Re: Linux ioctl not implem... Reinier Bezuidenhout
- Re: Linux ioctl not implemente... Reinier Bezuidenhout
- Re: Linux ioctl not implemente... Julian Elischer
- Re: Linux ioctl not implemented err... Marcel Moolenaar
- Re: Linux ioctl not implemente... Reinier Bezuidenhout
- Re: Linux ioctl not implemented error Vladimir N. Silyaev
- Re: Linux ioctl not implemented error Louis A. Mamakos
- Re: Linux ioctl not implemented error Wilko Bulte
- Re: Linux ioctl not implemented error Vladimir N. Silyaev
- Re: Linux ioctl not implemented err... Andrew Kenneth Milton
- vmnet (was: Linux ioctl not im... Vladimir N. Silyaev
- Re: vmnet (was: Linux ioct... Julian Elischer

