Patch to fix this Re: Dell/acpi_video hw.acpi.video.out0 is probably a bug, and an important one. Re: Dell laptops

Nate Lawson nate at root.org
Tue Aug 22 05:32:14 UTC 2006


bruno@ already fixed this in -current with a more complete patch.  He 
will probably MFC soon.

john at utzweb.net wrote:
> acpi_video.c expects the lcd to be identified as 0x0110, but my Dell
> Latitude C400 (and probably others) id's the lcd at 0x0400:
> 
> Device (LCD)
>                 {
>                     Method (_ADR, 0, NotSerialized)
>                     {
>                         Return (0x0400)
>                     }
> 
> 
> so, acpi_video needs to account for this.
> 
> 
> got this sorted, and now the display turns back on, here's the patch, i
> already send-pr'd it

-- 
Nate


More information about the freebsd-acpi mailing list