Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Oct 2002 12:09:47 +0900 (JST)
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        ken@kdm.org
Cc:        jhb@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: PCI problems with today's current
Message-ID:  <20021005.120947.58431680.iwasaki@jp.FreeBSD.org>
In-Reply-To: <20021004204606.A8882@panzer.kdm.org>
References:  <20021004202649.A8624@panzer.kdm.org> <20021005.113918.32714284.iwasaki@jp.FreeBSD.org> <20021004204606.A8882@panzer.kdm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.  You can try to change it
# if failed.
Then please generate DSDT file and orverride DSDT at kernel boot.
You can find detail procedures in acpi(4) 'OVERRIDING YOUR BIOS BYTECODE'.

> > Could you send me dumped ACPI data?  I'd like to add them to
> > our development resource.
> > Just like this.
> >  # acpidump -o SupermicroP3TDE6.dsdt > SupermicroP3TDE6.asl
> 
> Sure.  I assume you want the .asl file only?  I've attached that.  I can
> send the other one too if you need it.

Yes, please send me SupermicroP3TDE6.dsdt directly.

Thanks

--- SupermicroP3TDE6.asl-	Sat Oct  5 11:51:34 2002
+++ SupermicroP3TDE6.asl	Sat Oct  5 11:52:06 2002
@@ -2508,7 +2508,7 @@
         Name(_HID, 0x030ad041)
         Name(_UID, 0x2)
         Name(_ADR, 0x3)
-        Name(_BBN, 0x0)
+        Name(_BBN, 0x3)
         Method(OINI) {
             Noop
         }

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?20021005.120947.58431680.iwasaki>