On (03/06/08 10:45), Garrett D'Amore wrote: > > #define DLD_PROP_PERM_READ MAC_PROP_PERM_READ > > This allows for keeping the names at least a little more consistent in > consuming code.
For this particular case (permissions passed between GLDv3 <-> driver for mac_register_priv_prop()) the issues are simplified, because we are only talking about interfaces between the driver and GLDv3 itself. I think I had mentioned already: s/DLD_PERM/MAC_PERM s/DLD_MAP/MAC_MAP MAC_PERM_* constants and MAC_MAP* constants will reside in <mac.h> The larger question of where the information related to the DLD*PROP ioctls will reside, and how they shall be named (none of which are changed by this case) shall be dealt with in a separate case. --Sowmini
