Subject: Re: drvctl -p returns ENOMEM
To: Iain Hibbert <plunky@rya-online.net>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 09/26/2006 10:26:57
On Sep 25, 2006, at 2:57 PM, Iain Hibbert wrote:

> On Mon, 25 Sep 2006, Juan RP wrote:
>
>> Thanks for your work on drvctl(8) to report the device properties
>> dictionary.
>
> Hey ditto - I didnt notice that though I do like the mmap update in
> send/recv/sendrecv ioctl - I still think
> 	prop_dictionary_ioctl(fd, cmd, &dict);

The reason for NOT doing that is that you could not use an immutable  
dictionary as the outbound arguments.

-- thorpej