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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to