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

Alexander Motin mav at FreeBSD.org
Sun Aug 30 19:40:40 UTC 2009


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


More information about the freebsd-current mailing list