On Thu, Oct 18, 2012 at 11:16 PM, John Baldwin <[email protected]> wrote: > Ok, can you possibly hack acpi_video to output the values returned _DOD (in > hex) and the _ADR values (in hex) of your outputs?
I've read the ACPI spec and checked my dump, now I see what you mean. Nonetheless, I think you have confused the _STD bit with the _BIOS one: 0x00010100, 0x00010118, 0x00010121 So acpi_video.c behaves just as expected. By the way, the GFX device has a _DOD method too, which returns 0x0400 (an LCD device)... -- Alberto Villa, FreeBSD committer <[email protected]> http://people.FreeBSD.org/~avilla _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
