Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 22:41:11 -0700
From:      Nate Lawson <nate@root.org>
To:        Anish Mistry <mistry.7@osu.edu>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: acpi_video vs. mach64
Message-ID:  <412AD4F7.8040503@root.org>
In-Reply-To: <200408221544.17683.mistry.7@osu.edu>
References:  <200408221544.17683.mistry.7@osu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Anish Mistry wrote:
> On my laptop I use the VESA DPMS patch with acpi_video so I can suspend 
> correctly by shutting off the video adapter so there is less power drain, but 
> ever since the move to attach the acpi_video driver to the correct spot my 
> mach64.ko kernel module doesn't attach if the acpi_video is loaded since they 
> seem to want the same device.  Is there any chance of getting both to attach, 
> I think I remember a comment a while back about someone working on something 
> like this?  Or would it just be better if I want the drm module to load and 
> still have the adapter shutoff stuff to put that VESA code into the mach64 
> driver?

If both are attaching to the PCI video device, yes, that won't work. 
jhb@ has done a little preliminary work on a VGA framework.  However, I 
don't think much progress will be made right now as most developers are 
bugfixing for 5.3.  You can merge the code into mach64 if that works for 
you.  The 'right' thing is an actual driver framework that allows 
multiple drivers to attach to a common parent.

-- 
Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412AD4F7.8040503>