Re: PCI problems with today's current

2002-10-16 Thread John Baldwin
> DSDT in ACPI BIOS on Supermicro P3TDE6 has obviously wrong _BBN value, >> but previous kernel can fall back to legacy PCI bridge probing even if >> PCI bridge probing by ACPI is failed. >> >> From: "Kenneth D. Merry" <[EMAIL PROTECTED]> >> Subject

Re: PCI problems with today's current

2002-10-16 Thread Andrew Gallatin
Mitsuru IWASAKI writes: > > > > If still NG, please try the attached patch against SupermicroP3TDE6.asl. > > > > # _BBN is bridge bus number, my guess is 0x3. You can try to change it > > > > # if failed. > > > > > > Maybe 0x2 is correct. > > > > I tried 2, and it seems to work correctl

Re: PCI problems with today's current

2002-10-16 Thread John Baldwin
kernel can fall back to legacy PCI bridge probing even if > PCI bridge probing by ACPI is failed. > > From: "Kenneth D. Merry" <[EMAIL PROTECTED]> > Subject: PCI problems with today's current > Date: Thu, 3 Oct 2002 17:57:06 -0600 > Message-ID: <[EMAIL PROTECTED]&g

Re: PCI problems with today's current

2002-10-16 Thread Mitsuru IWASAKI
neth D. Merry" <[EMAIL PROTECTED]> Subject: PCI problems with today's current Date: Thu, 3 Oct 2002 17:57:06 -0600 Message-ID: <[EMAIL PROTECTED]> > acpi_pcib1: on acpi0 > acpi_pcib1: we have duplicate bus number 0 - not probing bus [snip] > pcib2: at pcibus 2

Re: PCI problems with today's current

2002-10-15 Thread Kenneth D. Merry
-- > > pci3: on pcib2 > > atkbdc0: port 0x64,0x60 irq 1 on acpi0 > > As I told before, could you change _BBN value in the patch and > try again? > > From: Mitsuru IWASAKI <[EMAIL PROTECTED]> > Subject: Re: PCI problems with today's cur

Re: PCI problems with today's current

2002-10-15 Thread Mitsuru IWASAKI
and try again? From: Mitsuru IWASAKI <[EMAIL PROTECTED]> Subject: Re: PCI problems with today's current Date: Sat, 05 Oct 2002 12:09:47 +0900 (JST) Message-ID: <[EMAIL PROTECTED]> > If still NG, please try the attached patch against SupermicroP3TDE6.asl. > # _BBN is bridg

Re: PCI problems with today's current

2002-10-15 Thread Kenneth D. Merry
On Tue, Oct 15, 2002 at 22:17:53 +0900, Mitsuru IWASAKI wrote: > Hi, > > > But never mind, you can force to compile the ASL and generate DSDT; > > > # iasl -i SupermicroP3TDE6.new.asl > > > then copy generated acpi_dsdt.aml to /boot/. > > > # cp acpi_dsdt.aml /boot/ > > > > Okay, I did that, an

Re: PCI problems with today's current

2002-10-15 Thread Mitsuru IWASAKI
Hi, > > But never mind, you can force to compile the ASL and generate DSDT; > > # iasl -i SupermicroP3TDE6.new.asl > > then copy generated acpi_dsdt.aml to /boot/. > > # cp acpi_dsdt.aml /boot/ > > Okay, I did that, and then typed the following at the boot prompt: > > set acpi_dsdt_load="YES"

Re: PCI problems with today's current

2002-10-14 Thread Kenneth D. Merry
On Sun, Oct 06, 2002 at 14:25:41 +0900, Mitsuru IWASAKI wrote: > Hi, > > > I tried the patches you checked in, and PCI bus 2 on my machine still isn't > > probed. See the attached dmesg. > > > > I'm a bit confused about just what sort of file the ACPI code expects to > > load on boot. > > > >

Re: PCI problems with today's current

2002-10-05 Thread Mitsuru IWASAKI
Hi, > I tried the patches you checked in, and PCI bus 2 on my machine still isn't > probed. See the attached dmesg. > > I'm a bit confused about just what sort of file the ACPI code expects to > load on boot. > > I installed the acpicatools port, so I've got iasl(1), but it appears to > have 4

Re: PCI problems with today's current

2002-10-05 Thread Kenneth D. Merry
On Sat, Oct 05, 2002 at 12:09:47 +0900, Mitsuru IWASAKI wrote: > Hi, > > > > > Will the patches you just checked in possibly fix the problem? If so, I'll > > > > cvsup and try them out. > > > > > > 99.999%, Yes. > > > > Cool! I'll cvsup and try it out. > > If still NG, please try the attache

Re: PCI problems with today's current

2002-10-04 Thread Mitsuru IWASAKI
Hi, > > > Will the patches you just checked in possibly fix the problem? If so, I'll > > > cvsup and try them out. > > > > 99.999%, Yes. > > Cool! I'll cvsup and try it out. If still NG, please try the attached patch against SupermicroP3TDE6.asl. # _BBN is bridge bus number, my guess is 0x3.

Re: PCI problems with today's current

2002-10-04 Thread Mitsuru IWASAKI
Hi, > > OK, just committed. Also imported the latest version of ACPI CA. > > > > Ken, if your problem still remains with acpi enabled, I'll report this > > to Intel folks. So, please let me know the result. > > Looks like your mail crossed mine on the wire. :) indeed :) > I'm having trouble

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Sat, Oct 05, 2002 at 11:22:58 +0900, Mitsuru IWASAKI wrote: > Hi, > > From: John Baldwin <[EMAIL PROTECTED]> > Subject: RE: PCI problems with today's current > Date: Fri, 04 Oct 2002 16:03:08 -0400 (EDT) > Message-ID: <[EMAIL PROTECTED]> > >

Re: PCI problems with today's current

2002-10-04 Thread Mitsuru IWASAKI
Hi, From: John Baldwin <[EMAIL PROTECTED]> Subject: RE: PCI problems with today's current Date: Fri, 04 Oct 2002 16:03:08 -0400 (EDT) Message-ID: <[EMAIL PROTECTED]> > On 03-Oct-2002 Kenneth D. Merry wrote: > > > > I have a Supermicro P3TDE6 motherboard

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Fri, Oct 04, 2002 at 16:03:08 -0400, John Baldwin wrote: > > On 03-Oct-2002 Kenneth D. Merry wrote: > > > > I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that > > won't boot with today's -current. > > > > -current from August 23rd sources boots fine. > > > > It looks li

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Fri, Oct 04, 2002 at 18:39:08 -0600, Kenneth D. Merry wrote: > On Fri, Oct 04, 2002 at 16:03:08 -0400, John Baldwin wrote: > > > > On 03-Oct-2002 Kenneth D. Merry wrote: > > > > > > I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that > > > won't boot with today's -current.

Re: PCI problems with today's current

2002-10-04 Thread Kenneth D. Merry
On Fri, Oct 04, 2002 at 16:03:08 -0400, John Baldwin wrote: > > On 03-Oct-2002 Kenneth D. Merry wrote: > > > > I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that > > won't boot with today's -current. > > > > -current from August 23rd sources boots fine. > > > > It looks li

RE: PCI problems with today's current

2002-10-04 Thread John Baldwin
On 03-Oct-2002 Kenneth D. Merry wrote: > > I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that > won't boot with today's -current. > > -current from August 23rd sources boots fine. > > It looks like the PCI bus probe is failing somehow. > > I've seen other folks complainin

PCI problems with today's current

2002-10-03 Thread Kenneth D. Merry
I have a Supermicro P3TDE6 motherboard (Serverworks HE-SL chipset) that won't boot with today's -current. -current from August 23rd sources boots fine. It looks like the PCI bus probe is failing somehow. I've seen other folks complaining about PCI problems, and I suppose this is related, but I