freebsd32_ioctl.c

mdf at FreeBSD.org mdf at FreeBSD.org
Thu Oct 7 17:02:43 UTC 2010


>> Should we
>> just be adding ioctl argument munging as we go along and not worry
>> about the size?  Or is there simple way to keep the munging inside the
>> driver?  Perhaps my making the driver's ioctl look something like:
> I think that in-driver variant is the best.

Okay, I am trying this approach.

>        if (SV_CURPROC_FLAG(SV_ILP32))

That's what I get for doing development on stable/7.  I miss out on
the existence of such handy things.

Thanks!
matthew


More information about the freebsd-arch mailing list