From owner-freebsd-current@FreeBSD.ORG Sun Aug 30 19:41:20 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 E169D1065670 for ; Sun, 30 Aug 2009 19:41:20 +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 9979C8FC0A for ; Sun, 30 Aug 2009 19:41: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 EC91237C5E4; Sun, 30 Aug 2009 19:25:41 +0000 (UTC) Message-ID: <4A9AD22B.6060005@ipfw.ru> Date: Sun, 30 Aug 2009 23:25:31 +0400 From: "Alexander V. Chernikov" User-Agent: Thunderbird 2.0.0.22 (X11/20090818) MIME-Version: 1.0 To: Alexander Motin 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 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:41: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!"));