On Sun, Mar 28, 2004 at 05:14:39PM -0800, Lee Olsen wrote:
>Hello all;
>
>The vesa driver probe/FindIsaDevice is doing a vga probe, not a vesa one.
>It should be calling a vbe routine to check for a vesa signature.

The Probe() function should not change the hardware state and should be
as non-intrusive as possible.  When Probe() reports success, it does
not mean that the driver's PreInit() will succeed.  The vesa driver is
not especially unusual in this respect.  Why do you need to change this?

David
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to