From owner-freebsd-mobile@FreeBSD.ORG Fri Oct 19 14:34:30 2012 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DAD9FCF; Fri, 19 Oct 2012 14:34:30 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3718FC12; Fri, 19 Oct 2012 14:34:29 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id jf20so267706bkc.13 for ; Fri, 19 Oct 2012 07:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=/LGSILkt0ZWEHD/8TnZAMcdJqVeWxxPsKOjkUkXosF4=; b=xCFdm/K7fh2XT/pRiBIkR8ScIDvRJssekOg0COawxu/L/owI3yzN9HAXR4DdEFKeNX Jnxwo+vc1U0Z0BgMVnNEdP1FtN1ZYhhyn9LexPI0Qx01BIWfHTII14ondKhPWgozUirc xLGn2IGzPGw9EiXSci/TCl4WvPAhPR+OuaxSyuqvLYzGABIkmIXgwKklHzryO16pgJLQ PUdbvdbuXr7kdEAH1Tt2FJzirGdPDYEcCQFv4G9XquzHL6/97cGVdsGrCEO8D7gSXw7q yAx0Oj38leo2O/fTJ/tMWW/GkfID1K22/aGyKInsA4Fsm9tRrM69H+8PqSKf8Cl0dUBT KwSA== Received: by 10.204.150.209 with SMTP id z17mr538836bkv.8.1350657268311; Fri, 19 Oct 2012 07:34:28 -0700 (PDT) MIME-Version: 1.0 Sender: villa.alberto@gmail.com Received: by 10.205.81.1 with HTTP; Fri, 19 Oct 2012 07:34:08 -0700 (PDT) In-Reply-To: <201210181716.31486.jhb@freebsd.org> References: <20121005215316.GA38707@triton8.kn-bremen.de> <201210180858.35282.jhb@freebsd.org> <201210181716.31486.jhb@freebsd.org> From: Alberto Villa Date: Fri, 19 Oct 2012 16:34:08 +0200 X-Google-Sender-Auth: 91KYDWYjvR8EmTZqiqcQ5NUVHzo Message-ID: Subject: Re: Dell acpi_video patch To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-acpi@freebsd.org, Juergen Lock , mobile@freebsd.org X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 14:34:30 -0000 On Thu, Oct 18, 2012 at 11:16 PM, John Baldwin 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 http://people.FreeBSD.org/~avilla