NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/48708: i915drmkms(4): Can't probe dual-link LVDS setting.
The following reply was made to PR kern/48708; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/48708: i915drmkms(4): Can't probe dual-link LVDS setting.
Date: Wed, 23 Apr 2014 19:44:33 +0000
[Apparently I got the magic gnats subject line wrong when I tried to
send this on April 7, so let's try this again.]
Right above the code you added in your patch, there is an `#ifndef
__NetBSD__' block with a conditional on dmi_check_system. Does the
body of the conditional work for you? If so, we should just adapt
dmi_check_system to NetBSD rather than duplicating the code. If not,
it seems to me intel_opregion.c is probably incorrectly computing the
offsets, and that should be fixed.
Home |
Main Index |
Thread Index |
Old Index