> > + {
> > +         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

Reply via email to