From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 21:57:21 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 0911F10656BE; Tue, 7 Apr 2009 21:57:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Tue, 7 Apr 2009 17:57:03 -0400 User-Agent: KMail/1.6.2 References: <1239063789.00097213.1239052203@10.7.7.3> <49DBB3C0.9010800@FreeBSD.org> <83e5fb980904071402k600cbc09hcde8994cb5465f52@mail.gmail.com> In-Reply-To: <83e5fb980904071402k600cbc09hcde8994cb5465f52@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200904071757.04734.jkim@FreeBSD.org> Cc: Kurt Jaeger , Alexander Motin , Diego Depaoli Subject: Re: AMD 780G chipset major issues 1/3 (ata, ataati) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 07 Apr 2009 21:57:21 -0000 On Tuesday 07 April 2009 05:02 pm, Diego Depaoli wrote: > On Tue, Apr 7, 2009 at 10:12 PM, Alexander Motin wrote: > > Kurt Jaeger wrote: > >>>> 2 -> with ataati loaded as module > >> > >> [...] > >> > >>>> ad4: 305245MB at ata2-master > >>>> SATA300 ad6: 305245MB at > >>>> ata3-master SATA300 > >>>> > >>>> my sata disks are right, but ata1 and acd0 vanished > >>> > >>> Is your DVD drive SATA or PATA? > > It's PATA > > >>Can you boot with verbose messages > >> > >>> enabled? > > yes, it's here > http://pastebin.com/m6fae60ce I have a similar board and it seems to share the broken ACPI DSDT. See the following Linux PR for example: https://bugzilla.novell.com/show_bug.cgi?id=345124 Basically, big chunks of DSDT are being ignored because it does not comply with ACPI specification 2.0+ but it is okay with M$ OSes, aka "executable code at module level" bug: http://www.acpica.org/bugzilla/show_bug.cgi?id=762 I believe the DSDT was almost unmodified from original BIOS for AMD CAT2 reference platform. Actually, I have given up on fixing it myself because I couldn't find enough information about the board and chipset. :-( Jung-uk Kim