From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 19:40:40 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D05C106566C for ; Sun, 30 Aug 2009 19:40:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id BF68A8FC0C for ; Sun, 30 Aug 2009 19:40:39 +0000 (UTC) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 252912204; Sun, 30 Aug 2009 22:40:30 +0300 Message-ID: <4A9AD5A9.2060004@FreeBSD.org> Date: Sun, 30 Aug 2009 22:40:25 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: "Alexander V. Chernikov" References: <200908301520.n7UFKDuY098521@svn.freebsd.org> <4A9AD22B.6060005@ipfw.ru> In-Reply-To: <4A9AD22B.6060005@ipfw.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: svn commit: r196656 - in head: share/man/man4 sys/dev/ahci 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: Sun, 30 Aug 2009 19:40:40 -0000 Alexander V. Chernikov wrote: > Recent -current does not compile: > > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function > 'ahci_begin_transaction': > > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: warning: statement > with no > effect > > /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: error: expected > ';' before string constant > KASSERT(tag != ch->lastslot, "ahci: ALL SLOTS BUSY!"); should be changed to > KASSERT(tag != ch->lastslot, ("ahci: ALL SLOTS BUSY!")); Thanks. Fixed. -- Alexander Motin