From owner-freebsd-current Mon Jul 23 5:31: 9 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail21.bigmailbox.com (mail21.bigmailbox.com [209.132.220.195]) by hub.freebsd.org (Postfix) with ESMTP id 7C62137B406; Mon, 23 Jul 2001 05:31:07 -0700 (PDT) (envelope-from neckpain@nettaxi.com) Received: œby mail21.bigmailbox.com (8.8.7/8.8.7) id FAA09442; Mon, 23 Jul 2001 05:31:07 -0700 Date: Mon, 23 Jul 2001 05:31:07 -0700 Message-Id: <200107231231.FAA09442@mail21.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [203.141.100.99] From: "neckpain@nettaxi.com" To: msmith@freebsd.org Cc: neckpain@nettaxi.com, current@freebsd.org Subject: Re: acpica malfunctions Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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