Re: svn commit: r196656 - in head: share/man/man4 sys/dev/ahci

From: Alexander V. Chernikov <melifaro_at_ipfw.ru>
Date: Sun, 30 Aug 2009 23:25:31 +0400
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!"));
Received on Sun Aug 30 2009 - 17:41:20 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC