public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Ken Hughes <khughes-kam3zbT8ll8@public.gmane.org>
To: "Grover, Andrew" <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Ken Hughes <khughes-kam3zbT8ll8@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Re: kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105
Date: Fri, 3 Jan 2003 11:14:47 -0800	[thread overview]
Message-ID: <20030103191447.GD397@budgie.we1.client2.attbi.com> (raw)
In-Reply-To: <F760B14C9561B941B89469F59BA3A84725A108-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>; from andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org on Fri, Jan 03, 2003 at 11:10:48 -0800

On 2003.01.03 11:10 "Grover, Andrew" wrote:
> (oops, should have read your followup before replying to your original
> msg - sorry)
> 
> > From: Ken Hughes [mailto:khughes-kam3zbT8ll8@public.gmane.org]
> > A follow-up to my last post:
> >
> > I traced my problem to this code in drivers/acpi/osl.c in
> > acpi_os_derive_pci_id():
> >
> >         /* any nicer way to get bus number of bridge ? */
> >         status = acpi_os_read_pci_configuration(pci_id, 0x0e,
> > &tu8, 8);
> >        if (ACPI_SUCCESS(status) && (tu8 & 0x7f) == 1) {
> >                 status = acpi_os_read_pci_configuration(pci_id,0x19,
> 
> > &tu8, 8);
> >                 if (ACPI_SUCCESS(status))
> >                         pci_id->bus = tu8;
> >
> > If I replace the assignment to pci_id->bus with a printk, the zombie
> 
> > kacpidpc
> > processes go away.  The value shown for tu8 is 2.  pci_id->device is
> 
> > 0x1e and
> > pci_id->function is 0 at this point.
> 
> What value was pci_id->bus before it got overwritten with 2?

pci_id->bus was 0.

Ken


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

      parent reply	other threads:[~2003-01-03 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-03 19:10 Re: kacpid respawning under linux-2.4.20 on Toshiba Sa tellite 5105 Grover, Andrew
     [not found] ` <F760B14C9561B941B89469F59BA3A84725A108-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
2003-01-03 19:14   ` Ken Hughes [this message]

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=20030103191447.GD397@budgie.we1.client2.attbi.com \
    --to=khughes-kam3zbt8ll8@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=andrew.grover-ral2JQCrhuEAvxtiuMwx3w@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