Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2001 05:31:07 -0700
From:      "neckpain@nettaxi.com" <neckpain@nettaxi.com>
To:        msmith@freebsd.org
Cc:        neckpain@nettaxi.com, current@freebsd.org
Subject:   Re: acpica malfunctions
Message-ID:  <200107231231.FAA09442@mail21.bigmailbox.com>

next in thread | raw e-mail | index | archive | help
On Sun, Jul 22, 2001 at 10:59:43PM -0700, Mike Smith wrote:
> > Hi.
> > I'm running -current whose source tree was checked out as
> >     TZ=UTC cvs co -D'2001-07-12' src
> > on VAIO PCG-C1XE(PentiumII with 64Mbytes of RAM)
> > and have some problems:
> >
> > 1. Acpica modules hangs in
> >     AcpiRsCalculateByteStreamLength() called from
> >     AcpiRsCreateByteStream() called from
> >     AcpiRsSetSrsMethodData() called from
> >     AcpiSetCurrentResources() from somewhere in acpi_pcib.c .
> >
> >     The hang itself occurs at LinkedList->Id == 9 and LinkedList->Length == 0
> > .
>
> Can you replace &crsbuf with crsbuf in acpi_pcib.c at line 484?
> I think I should be passing a pointer to the buffer, not a pointer to a
> pointer.

There's no &crsbuf in line 484 (not in rev 1.10, nor 1.11).

Assuming you're talking about the one in line 478, it doesn't compile if you
change it to crsbuf from &crsbuf, since crsbuf is an ACPI_BUFFER, not
an (ACPI_BUFFER *).


------------------------------------------------------------
Shop Smart Compare Prices on Name-Brand Products from Name-Brand Stores!!
http://www.smartshop.com/cgi-bin/main.cgi?ssa=4099

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107231231.FAA09442>