public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Re: kacpid respawning under linux-2.4.20 on Toshiba Sa tellite 5105
@ 2003-01-03 19:10 Grover, Andrew
       [not found] ` <F760B14C9561B941B89469F59BA3A84725A108-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Grover, Andrew @ 2003-01-03 19:10 UTC (permalink / raw)
  To: Ken Hughes, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

(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?

-- Andy


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Re: kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105
       [not found] ` <F760B14C9561B941B89469F59BA3A84725A108-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
@ 2003-01-03 19:14   ` Ken Hughes
  0 siblings, 0 replies; 2+ messages in thread
From: Ken Hughes @ 2003-01-03 19:14 UTC (permalink / raw)
  To: Grover, Andrew; +Cc: Ken Hughes, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-03 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` Re: kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105 Ken Hughes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox