Subject: Re: struct videomode
To: Michael Lorenz <macallan@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 03/04/2006 11:01:53
On Mar 3, 2006, at 10:37 PM, Michael Lorenz wrote:

>  I have some experimental code to attach
> iic* at ffb?
> monitor* at iic? addr 0x80
> which currently only reads the first EDID data block and then dumps  
> some
> values, maybe there should be a real userland interface for that.

I think it would make more sense to attach the iic before wsdisplay,  
and then, if present, export some capability to wsdisplay which would  
handle EDID data, etc.  I.e. don't attach a separate "monitor" device.

...or does that not make sense?

-- thorpej