From owner-freebsd-current@FreeBSD.ORG Sat Jan 10 06:58:43 2004 Return-Path: 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 AC9AF16A4CE for ; Sat, 10 Jan 2004 06:58:43 -0800 (PST) Received: from mailhub2.midco.net (mailhub2.midco.net [24.220.0.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926B743D39 for ; Sat, 10 Jan 2004 06:58:42 -0800 (PST) (envelope-from pmes@bis.midco.net) Received: (qmail 13105 invoked by uid 0); 10 Jan 2004 14:58:42 -0000 Received: from host-195-219-220-24.midco.net (HELO bis.midco.net) ([24.220.219.195]) (envelope-sender ) by lvs-pop.midco.net (qmail-ldap-1.03) with SMTP for ; 10 Jan 2004 14:58:42 -0000 Message-ID: <40001321.4060908@bis.midco.net> Date: Sat, 10 Jan 2004 08:58:41 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031215 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stef References: <3FFFD0C5.9070508@web.de> In-Reply-To: <3FFFD0C5.9070508@web.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: ACPI error message FreeBSD 5.2-RC2 ABIT BP6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 14:58:43 -0000 stef wrote: > Pawel Worach : "ACPI errors on my desktop PC (floppy not found)" > >Take a look at PR kern/48494, there is a patch for the AML there for > >the ABIT BP6 board. I belive other ABIT boards have the similar > >Store(Local0, Local0) problem. That fixed the floppy problem for me. > > my abit.dsdt looks maybe different. > i got : > Maybe your BIOS revision is different? There's this patch: http://acpi.sourceforge.net/dsdt/view.php?id=129 You could also try fixing the errors and warnings yourself. ;-) http://www.cpqlinux.com/acpi-howto.html#fix_broken_dsdt Pete...