Date: Sun, 30 Aug 2009 23:35:31 +0400 From: "Alexander V. Chernikov" <melifaro@ipfw.ru> To: freebsd-current@freebsd.org Subject: Re: svn commit: r196656 - in head: share/man/man4 sys/dev/ahci Message-ID: <4A9AD483.7000108@ipfw.ru> In-Reply-To: <200908301520.n7UFKDuY098521@svn.freebsd.org> References: <200908301520.n7UFKDuY098521@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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!"));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A9AD483.7000108>