Subject: Re: CVS commit: src/sys/dev/wsfb
To: Michael Lorenz <macallan@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 04/07/2007 18:42:43
On Apr 7, 2007, at 3:53 PM, Michael Lorenz wrote:

> I used a blob for EDID data in proplib. Problems come with opaque  
> types and there we're probably better off with just a pointer type.

What I would have rather seen done with EDID data is to have  
something that parses it and makes a dictionary, then make FB drivers  
use the dictionary.  That way, in situations like you had, you would  
not have had to create an EDID blob, but rather just populated a  
dictionary with the properties that you wanted to pass along.

-- thorpej