Karl Rasche wrote:
>>My first question, I haven't looked at the code properly yet, is about ioctl 
>>numbers.  Where are they coming from?  How do we avoid overlapping with the 
>>driver-specific ioctl numbers?
>>
> 
>>From what I gather from drm.h, the driver specific ioctls are supposed to 
> begin at 0x40. The highest general ioctl I saw was 0x39, so I assumed 
> there was room for a few more without having to juggle the driver ioctl 
> range. 

OK.  I think we should make a note of this -- it looks like device-independent 
ioctl numbers are somewhat limited.  I guess we can start moving downwards 
from whatever the top of the range is, too.

Keith



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to