From owner-cvs-all@FreeBSD.ORG Wed Jul 4 12:30:41 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74E8A16A41F; Wed, 4 Jul 2007 12:30:41 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4969613C45D; Wed, 4 Jul 2007 12:30:41 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 85F0966EE; Wed, 4 Jul 2007 08:30:40 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 04 Jul 2007 08:30:40 -0400 X-Sasl-enc: yyK9w63lIYzrdoMrDbyuE622lQe3NkiiiHV81iKcxQCG 1183552240 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id CF1F9153F6; Wed, 4 Jul 2007 08:30:39 -0400 (EDT) Message-ID: <468B92EE.1000701@FreeBSD.org> Date: Wed, 04 Jul 2007 13:30:38 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.4 (X11/20070630) MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200707041229.l64CTGfM056472@repoman.freebsd.org> In-Reply-To: <200707041229.l64CTGfM056472@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 12:30:41 -0000 Bruce M Simpson wrote: > bms 2007-07-04 12:29:15 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/ata ata-chipset.c > Log: > MFC rev XXXX: > This should of course have read 1.197 > Do not attempt to enable AHCI mode on ALi SATA controllers other > than the 5288. > > It is not correctly implemented in earlier silicon, and the BIOS often > lies about AHCI capability on platforms where these chips are deployed. > With this change I am able to boot FreeBSD on the ASUS Vintage AH-1 > barebones system. > > Approved by: sos > > Revision Changes Path > 1.126.2.19 +4 -1 src/sys/dev/ata/ata-chipset.c >