From owner-freebsd-current Fri Oct 4 20:10: 3 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E6337B401; Fri, 4 Oct 2002 20:10:00 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A29443E42; Fri, 4 Oct 2002 20:09:58 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g9539qY81257; Sat, 5 Oct 2002 12:09:52 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sat, 05 Oct 2002 12:09:47 +0900 (JST) Message-Id: <20021005.120947.58431680.iwasaki@jp.FreeBSD.org> To: ken@kdm.org Cc: jhb@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: PCI problems with today's current From: Mitsuru IWASAKI 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> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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