public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Ducrot Bruno <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
To: "Ville Syrjälä" <syrjala-ORSVBvAovxo@public.gmane.org>
Cc: "Ducrot Bruno" <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>,
	"Grover,
	Andrew" <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	"Sérgio Monteiro Basto"
	<sergiomb-5ng0By4jB+/QUPosyRRdSA@public.gmane.org>,
	acpi-devel-pyega4qmqnRoyOMFzWx49A@public.gmane.org
Subject: Re: ACPI Source patches updated (20021022)
Date: Wed, 23 Oct 2002 21:47:51 +0200	[thread overview]
Message-ID: <20021023194751.GD5091@poup.poupinou.org> (raw)
In-Reply-To: <20021023214046.A21758-ORSVBvAovxo@public.gmane.org>

On Wed, Oct 23, 2002 at 09:40:46PM +0300, Ville Syrjälä wrote:
> On Wed, Oct 23, 2002 at 08:25:27PM +0200, Ducrot Bruno wrote:
> >
> > So I think this is an AML issue.  Your AGP device is actually a
> > bridge and ACPI spec require a _PRT entry for each bridge.
> 
> The DSDT has PCI0._PRT in which 00:01.0 (the AGP bridge) is listed. Are
> you saying that there should also be PCI1._PRT with just one entry for
> 01:00.0? If that were the case there wouldn't be any need to derive the
> IRQ would there?
> 

You should have something like this:

Device(PCI0) {
	Name(..)
	Name (_ADR, 0x00)
	...
	Name (_PRT, Package(...) ) {
		...
	}
	...
	Device (AGP) {
		Name (_ADR, 0x00010000)
		Name (_PRT, Package(1) {
			Package(4) {
				...,
				0x00,
				PATH.TO.LNKA,
				...
			}
		})
		Device (VGA) {
			...
		}
	}
	...

}

If you have Name(_ADR, 0x00010000) for your Device (AGP), it
should ok to add the _PRT entry.  This is also a requirement, but
only for 2.0 specs.

-- 
Ducrot Bruno
http://www.poupinou.org        Page profaissionelle
http://toto.tu-me-saoules.com  Haume page


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

  parent reply	other threads:[~2002-10-23 19:47 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-23 17:17 ACPI Source patches updated (20021022) Grover, Andrew
     [not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF64-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-10-23 17:54   ` Ville Syrjälä
     [not found]     ` <20021023205441.A17325-ORSVBvAovxo@public.gmane.org>
2002-10-23 18:25       ` Ducrot Bruno
     [not found]         ` <20021023182527.GA5091-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2002-10-23 18:40           ` Ville Syrjälä
     [not found]             ` <20021023214046.A21758-ORSVBvAovxo@public.gmane.org>
2002-10-23 19:47               ` Ducrot Bruno [this message]
     [not found]                 ` <20021023194751.GD5091-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2002-10-23 20:03                   ` Ville Syrjälä
2002-10-24 10:00                   ` Ducrot Bruno
  -- strict thread matches above, loose matches on Subject: below --
2002-10-24 21:30 Grover, Andrew
2002-10-24 18:50 Lee, Jung-Ik
2002-10-24 17:04 Lee, Jung-Ik
     [not found] ` <72B3FD82E303D611BD0100508BB29735046DFF44-LkGsggTGxVkSgA9wuWY2vVDQ4js95KgL@public.gmane.org>
2002-10-24 18:07   ` Ducrot Bruno
2002-10-23 19:35 Grover, Andrew
2002-10-23 17:11 Grover, Andrew
     [not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF63-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-10-23 18:36   ` Ducrot Bruno
     [not found]     ` <20021023183646.GB5091-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2002-10-23 18:41       ` Ville Syrjälä
     [not found]         ` <20021023214159.B21758-ORSVBvAovxo@public.gmane.org>
2002-10-23 19:19           ` Ducrot Bruno
     [not found]             ` <20021023191929.GC5091-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2002-10-23 19:26               ` Ville Syrjälä
2002-10-23 14:54 Moore, Robert
2002-10-23  2:19 Grover, Andrew
     [not found] ` <EDC461A30AC4D511ADE10002A5072CAD0236DF60-OU+JdkIUtvd9zuciVAfUoVDQ4js95KgL@public.gmane.org>
2002-10-23  4:51   ` KOCHI, Takayoshi
2002-10-23  8:02   ` Ville Syrjälä
     [not found]     ` <20021023110222.A14630-ORSVBvAovxo@public.gmane.org>
2002-10-23 14:47       ` Sérgio Monteiro Basto
     [not found]         ` <1035384462.3db6b68e3ca67-2RFepEojUI03ju2hA3itMQ@public.gmane.org>
2002-10-23 15:15           ` Ville Syrjälä
2002-10-24 15:29       ` Kai Germaschewski
     [not found]         ` <Pine.LNX.4.44.0210241017560.6574-100000-+ltLZMaECS1Ps8vDFOCQiqGgjKF21WCF@public.gmane.org>
2002-10-24 17:15           ` Ville Syrjälä
     [not found]             ` <20021024201518.A2708-ORSVBvAovxo@public.gmane.org>
2002-10-24 17:23               ` Kai Germaschewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021023194751.GD5091@poup.poupinou.org \
    --to=ducrot-kk6yzipjem5g9huczpvpmw@public.gmane.org \
    --cc=acpi-devel-pyega4qmqnRoyOMFzWx49A@public.gmane.org \
    --cc=andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=sergiomb-5ng0By4jB+/QUPosyRRdSA@public.gmane.org \
    --cc=syrjala-ORSVBvAovxo@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox