From owner-cvs-all@FreeBSD.ORG Wed Feb 14 07:21:37 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 0F49116A400; Wed, 14 Feb 2007 07:21:37 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9B57513C481; Wed, 14 Feb 2007 07:21:36 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from [194.192.25.137] (ws.deepcore.dk [194.192.25.137]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id l1E7LZka016163; Wed, 14 Feb 2007 08:21:35 +0100 (CET) (envelope-from sos@deepcore.dk) Message-ID: <45D2B87F.2090500@deepcore.dk> Date: Wed, 14 Feb 2007 08:21:35 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Martin Nilsson References: <200702121717.l1CHHVvS062251@repoman.freebsd.org> <20070212182602.D47107@maildrop.int.zabbadoz.net> <45D2ACE3.603@gneto.com> In-Reply-To: <45D2ACE3.603@gneto.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: "Bjoern A. Zeeb" , cvs-all@FreeBSD.ORG, =?ISO-8859-1?Q?S=F8ren_Schmidt?= 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, 14 Feb 2007 07:21:37 -0000 Martin Nilsson wrote: > Bjoern A. Zeeb wrote: >> On Mon, 12 Feb 2007, Søren Schmidt wrote: >> >>> sos 2007-02-12 17:17:31 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/ata ata-chipset.c >>> Log: >>> Rearrange the SATA connect logic so that we so that we pickup ATAPI >>> devices. >>> The rest of the logic should be in place for most supporting chipsets. >>> >>> Revision Changes Path >>> 1.181 +4 -12 src/sys/dev/ata/ata-chipset.c >> >> Thanks a lot! It helped:-) > > Does this mean that SATA-ATAPI devices now work? Yes, on those chipsets that supports it without special vendor setups. Amongst those that do work is newer Intel ICH's, Nvidia's, SiI's and VIA's. Others might work as well I dont have all here in the lab still :) Those that doesn't work I'd like to know about and I'll try to fix if possible. -Søren > > . >