From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 19:51:21 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 232891065693 for ; Sun, 30 Aug 2009 19:51:21 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from no.spam.no.ddos.ru (no.spam.no.ddos.ru [77.73.233.132]) by mx1.freebsd.org (Postfix) with ESMTP id CF4358FC19 for ; Sun, 30 Aug 2009 19:51:20 +0000 (UTC) Received: from ws.ipfw.ru (secured.by.ipfw.ru [81.200.11.182]) by no.spam.no.ddos.ru (Postfix) with ESMTPA id 871DE37C5E9 for ; Sun, 30 Aug 2009 19:35:40 +0000 (UTC) Message-ID: <4A9AD483.7000108@ipfw.ru> Date: Sun, 30 Aug 2009 23:35:31 +0400 From: "Alexander V. Chernikov" User-Agent: Thunderbird 2.0.0.22 (X11/20090818) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <200908301520.n7UFKDuY098521@svn.freebsd.org> In-Reply-To: <200908301520.n7UFKDuY098521@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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:51:21 -0000 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!"));