Hello,

> ATIProbe() tries to mmap() every adapter of interest in the system so
> that it can probe them.  This happens before the driver even looks at
> XF86Config information (which might not exist).
> 
> But that's not the real issue here.  The problem is that wscons on 
> NetBSD/sparc64 does not consider secondary adapters as part of the
> console. This means that multi-head cannot work as this port is
> currently coded.

I know. The NetBSD-specific code needs to open more than one device,
right now it tries to mmap() everything through a single file descriptor
which isn't going to work. There's a workaround ( /dev/xf86 ) somewhere
but that's more or less i386-specific and rather ugly.

> Either way, there's work to be done in this port's os-support layer.

Definitely.

> The only work-around is to remove the XL.  It won't work anyway, at
> least not under NetBSD/sparc64 as things currently stand.

There's no way for the ati driver to simply ignore adaptors it cannot
mmap?

have fun
Michael

Attachment: pgpUQdkFQYojP.pgp
Description: PGP signature

Reply via email to