Re: acpica malfunctions

2001-07-31 Thread Yoichi NAKAYAMA
Hi. Yoichi Nakayama <[EMAIL PROTECTED]> wrote: > ::As haro wrote, acpi_pcib.c rev1.11 + neckpain's patch does work > ::on my machine too. But rev1.12 cause panic while booting on my > ::PCG-C1VSX/K (NEWCARD + acpica). Munehiro Matsuda <[EMAIL PROTECTED]> wrote: > New patch was posted by [EMAIL

Re: acpica malfunctions

2001-07-31 Thread Munehiro Matsuda
Hello Nakayama-san, From: [EMAIL PROTECTED] Date: Tue, 31 Jul 2001 23:28:39 +0900 ::Hi, :: ::>>> Mike Smith wrote: ::> I've just committed a slightly different patch, based on a mix of your ::> ideas and mine (mostly yours). Can you test the -current code, and let ::> me know what I broke this

Re: acpica malfunctions

2001-07-31 Thread yoichi
Hi, >>> Mike Smith wrote: > I've just committed a slightly different patch, based on a mix of your > ideas and mine (mostly yours). Can you test the -current code, and let > me know what I broke this time? 8) As haro wrote, acpi_pcib.c rev1.11 + neckpain's patch does work on my machine too.

Re: acpica malfunctions

2001-07-30 Thread [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Mon, Jul 30, 2001 at 02:06:26AM -0700 On Mon, Jul 30, 2001 at 02:06:26AM -0700, Mike Smith wrote: > I've just committed a slightly different patch, based on a mix of your > ideas and mine (mostly yours). Thank you. Hmm, my previous p

Re: acpica malfunctions

2001-07-30 Thread Mike Smith
> Mike, > Seems like I managed to solve my problem. Attached is to be applied against > sys/dev/acpica/acpi_pcib.c, rev 1.10 . Thanks for tracking this down; without hardware to test here, it's been difficult. Great bug report! I've just committed a slightly different patch, based on a mix of

Re: acpica malfunctions

2001-07-28 Thread Munehiro Matsuda
Thank you for your patch. Now I can boot my SONY PCG-Z505V/BP with acpi_pcib.c rev1.11 + your patch. Here's ACPI related dmesg: acpi0: on motherboard Timecounter "ACPI" frequency 3579545 Hz acpi_cpu0: on acpi0 acpi_tz0: on acpi0 acpi_button0: on acpi0 acpi_pcib0: on acpi0 pci0: on acpi_pc

Re: acpica malfunctions

2001-07-27 Thread [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Mon, Jul 23, 2001 at 01:37:59PM -0700 On Mon, Jul 23, 2001 at 01:37:59PM -0700, Mike Smith wrote: > > > > 1. Acpica modules hangs in > > > > AcpiRsCalculateByteStreamLength() called from > > > > AcpiRsCreateByteStream() called f

Re: acpica malfunctions

2001-07-24 Thread Mike Smith
> > > 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 Linke

Re: acpica malfunctions

2001-07-23 Thread [EMAIL PROTECTED]
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 > > Acp

Re: acpica malfunctions

2001-07-22 Thread Mike Smith
> 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() c

Re: acpica malfunctions

2001-07-20 Thread Michael Harnois
> These are known bugs, and should be fixed in the next ACPI CA > import (hopefully sometime in the next few days). I don't suppose this is going to fix the problem with the CUSL-2 BIOS ... -- Michael D. Harnois[EMAIL PROTECTED] Redeemer Lutheran Church

Re: acpica malfunctions

2001-07-19 Thread Mike Smith
> 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() ca

acpica malfunctions

2001-07-19 Thread [EMAIL PROTECTED]
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 Acp